COLOR #528970

HEX: #528970
RGB: (82,137,112)

Color info

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

RGB color model

#528970 color RGB value is (82,137,112).

  • red value is 82;
  • green value is 137;
  • blue value is 112.
RGB:
(82,137,112)
(32%,54%,44%)

RGB channels and saturation

R 82 of 255 = 32%
G 137 of 255 = 54%
B 112 of 255 = 44%

82
137
112

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

Portions of RGB colors in percentages

R + G + B =
82 + 137 + 112 = 331 (100%)
R 82 of 331 ~ 24.77%
G 137 of 331 ~ 41.39%
B 112 of 331 ~ 33.84%

%24.77
%41.39
%33.84

CMYK color model

#528970 color CMYK value is (40,0,18,46).

  • cyan value is 40.15%
  • magenta value is 0.00%
  • yellow value is 18.25%
  • key color value is 46.27%
CMYK:
(40,0,18,46)
C40M0Y18K46 
(40%,0%,18%,46%)
(0.40/0.00/0.18/0.46)	

CMYK percentages

%40.15
%0
%18.25
%46.27

Codes

Color #528970 in popluar color models

528970
RGB82137112
HSL153°25.11%42.94%
HSB/HSV153°40.15%53.73%
CMYK40.15%0.00%18.25%
46.27%

Color #528970 in popluar number systems.

HEX528970
Decimal82137112
Binary1010010100010011110000
Octal122211160

Shades and tints

Shades of #528970

#528970
(82,137,112)
#4B7D66
(75,125,102)
#44715C
(68,113,92)
#3D6552
(61,101,82)
#365948
(54,89,72)
#2F4D3E
(47,77,62)
#284134
(40,65,52)
#21352A
(33,53,42)
#1A2920
(26,41,32)
#131D16
(19,29,22)
#0C110C
(12,17,12)
#000000
(0,0,0)

Tints of #528970

#528970
(82,137,112)
#61937D
(97,147,125)
#709D8A
(112,157,138)
#7FA797
(127,167,151)
#8EB1A4
(142,177,164)
#9DBBB1
(157,187,177)
#ACC5BE
(172,197,190)
#BBCFCB
(187,207,203)
#CAD9D8
(202,217,216)
#D9E3E5
(217,227,229)
#E8EDF2
(232,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #528970 color. Also use rgb(82,137,112) instead hex code.

Text Font Color

.myTextColor { color: #528970; }

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

This text font color is #528970.


Background Color

.myBgColor { background-color: #528970; }

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

This div background color is #528970.


Border color

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

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

This div border color is #528970.


Opacity

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

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

Text with #528970 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 #528970;}

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

This text has shadow with #528970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528970 on black background.


Color preview on white background

This text has color #528970 on white background.



Black color preview on #528970 background

This text has black color on #528970 background.


White color preview on #528970 background

This text has white color on #528970 background.