COLOR #528872

HEX: #528872
RGB: (82,136,114)

Color info

#528872 contains red, green and blue colors in about the same proportion. Web safe color of #528872 is #669966 (or #696).

RGB color model

#528872 color RGB value is (82,136,114).

  • red value is 82;
  • green value is 136;
  • blue value is 114.
RGB:
(82,136,114)
(32%,53%,45%)

RGB channels and saturation

R 82 of 255 = 32%
G 136 of 255 = 53%
B 114 of 255 = 45%

82
136
114

R + G + B ~ 43%. #528872 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 136 + 114 = 332 (100%)
R 82 of 332 ~ 24.7%
G 136 of 332 ~ 40.96%
B 114 of 332 ~ 34.34%

%24.7
%40.96
%34.34

CMYK color model

#528872 color CMYK value is (40,0,16,47).

  • cyan value is 39.71%
  • magenta value is 0.00%
  • yellow value is 16.18%
  • key color value is 46.67%
CMYK:
(40,0,16,47)
C40M0Y16K47 
(40%,0%,16%,47%)
(0.40/0.00/0.16/0.47)	

CMYK percentages

%39.71
%0
%16.18
%46.67

Codes

Color #528872 in popluar color models

528872
RGB82136114
HSL156°24.77%42.75%
HSB/HSV156°39.71%53.33%
CMYK39.71%0.00%16.18%
46.67%

Color #528872 in popluar number systems.

HEX528872
Decimal82136114
Binary1010010100010001110010
Octal122210162

Shades and tints

Shades of #528872

#528872
(82,136,114)
#4B7C68
(75,124,104)
#44705E
(68,112,94)
#3D6454
(61,100,84)
#36584A
(54,88,74)
#2F4C40
(47,76,64)
#284036
(40,64,54)
#21342C
(33,52,44)
#1A2822
(26,40,34)
#131C18
(19,28,24)
#0C100E
(12,16,14)
#000000
(0,0,0)

Tints of #528872

#528872
(82,136,114)
#61927E
(97,146,126)
#709C8A
(112,156,138)
#7FA696
(127,166,150)
#8EB0A2
(142,176,162)
#9DBAAE
(157,186,174)
#ACC4BA
(172,196,186)
#BBCEC6
(187,206,198)
#CAD8D2
(202,216,210)
#D9E2DE
(217,226,222)
#E8ECEA
(232,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #528872 color. Also use rgb(82,136,114) instead hex code.

Text Font Color

.myTextColor { color: #528872; }

<p style="color:#528872">This sample text font color is #528872.</p>

This text font color is #528872.


Background Color

.myBgColor { background-color: #528872; }

<div style="background-color:#528872">Inner text</div>

This div background color is #528872.


Border color

.myBorderColor { border: 1px solid #528872; }

<div style="border:3px solid #528872">Div</div>

This div border color is #528872.


Opacity

.myOpacity80 { color: #528872; opacity: 0.8; }

<p style="color:#528872;opacity:0.8;">80%</p>

Text with #528872 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #528872;}

<p style="text-shadow: 3px 3px 1px #528872">Text here.</p>

This text has shadow with #528872 color.

.textShadow {text-shadow: 3px 3px 1px #528872, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #528872, 5px 5px 20px red">Text here.</p>

This text has shadow with #528872 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#528872, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#528872, Direction=45, Strength=4)">Text</p>

This text has shadow with #528872 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #528872;
  -webkit-box-shadow:	1px 1px 3px 2px #528872;
  box-shadow:		1px 1px 3px 2px #528872;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #528872;
-webkit-box-shadow: 1px 1px 3px 2px #528872;
box-shadow:1px 1px 3px 2px #528872;">
Div content here</div>
This div box has shadow with color #528872.

Preview

Color preview on black background

This text has color #528872 on black background.


Color preview on white background

This text has color #528872 on white background.



Black color preview on #528872 background

This text has black color on #528872 background.


White color preview on #528872 background

This text has white color on #528872 background.