@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#528350 hex color - Green - Cool color - Information

#528350 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #528350 Color code in RGB color code model is created after adding 32.16% red color, 51.37% green color and 31.37% blue color. Hex #528350 Color code in CMYK color (process color) code model is generated after subtraction of 37% cyan, 0% magenta, 39% yellow and 48.63% black.

Hex #528350 color code is between #558855 web safe hex color code and #447744 web safe hex color code. #558855 is the nearest web safe color code. You can see here many more shades of #528350 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 528350 #528350
RGB Decimal 82, 131, 80 rgb(82, 131, 80)
RGB Percent 32%, 51%, 31% rgb(32%, 51%, 31%)
CSS RGBa 82, 131, 80,1 rgba(82,131,80,1)
CMYK Model cmyk(37%,0%,39%,48.63%)
HSL Color Space 118,24% ,41% hsl(118,24% ,41%)
HSV Color Space 118°, 39%, 51%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010010 10000011 01010000
Octal 122 203 120
Decimal 82 131 80
Hex 52 83 50

Different shades of #528350 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #528350
#67a165
Dark Shade of #528350
#3e633d
Saturated Shade of #528350
#488e45
Desaturated Shade of #528350
#5c785b
Grey scale Shade of #528350
#696969
Brighten Shade
#6b9c69
Most Readable Shade
#FFFFFF

Shades of #528350 color code

Generate more color scales with scales (color stack) generator.

#528350
#487447
#3f653e
#365735
#2d482c
#243a23
#1b2b1a
#121d11
#090e08
#000000

Similar Color like #528350 color

Find visually similar hex color codes nearing to #528350 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#538451
#548552
#558653
#568754
#578855
#588956
#598a57
#5a8b58
#5b8c59
#5c8d5a
#5d8e5b
#5e8f5c
#5f905d
#60915e
#51824f
#50814e
#4f804d
#4e7f4c
#4d7e4b
#4c7d4a
#4b7c49
#4a7b48
#497a47
#487946
#477845
#467744
#457643
#447542

Monochromatic Color with #528350

#528350
#6dad6a
#87d884
#020302
#1d2e1c
#375836

Tints of #528350 Color

#528350
#659063
#789e76
#8bac8a
#9eba9d
#b2c7b1
#c5d5c4
#d8e3d8
#ebf1eb
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#528350
#815083

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#528350
#675083
#83506c

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#668350
#5c8350
#528350
#508358
#508362

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#528350
#505283
#835052

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#528350
#506b83
#815083
#836750

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#528350
#815083
#83506c
#508367

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #528350 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#528350 Color Code Preview on Black Background Color

This is how #528350 Color will look on black background color. Color contrast ratio is 4.72

#528350 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#528350">Your Example Paragraph content text in with font color #528350 </p>

Your Example Paragraph content text in with font color #528350

HTML with inline CSS

<div style="color:#528350">Your Paragraph text in with font color #528350 </div>

Your Example Paragraph content text in with font color #528350

#528350 color code is use for CSS Background Color

Background color for the above div is #528350

HTML with inline CSS

<div style="background-color:#528350;"></div>

#528350 color code is use for CSS Border Color

CSS Border color for the above div is #528350

HTML with inline CSS

<div style="border:5px solid #528350;"></div>

CSS Border Left color for the above div is #528350

HTML with inline CSS

<div style="border-left:5px solid #528350;"></div>

CSS Border Right color for the above div is #528350

HTML with inline CSS

<div style="border-right:5px solid #528350;"></div>

CSS Border Bottom color for the above div is #528350

HTML with inline CSS

<div style="border-bottom:5px solid #528350;"></div>

CSS Border Top color for the above div is #528350

HTML with inline CSS

<div style="border-top:5px solid #528350;"></div>

#528350 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#528350; } .examplecolorclass {color:#528350; } .examplebordercolor {border:3px solid #528350; }

#528350 Color code Preview on White Background

This is how #528350 Color code will look on white background color. Color contrast ratio is 4.45

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #528350; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #528350; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(82,131,80,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(129,80,131,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(82,131,80,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.