COLOR #529576

HEX: #529576
RGB: (82,149,118)

Color info

#529576 contains mainly green and blue colors. Web safe color of #529576 is #669966 (or #696).

RGB color model

#529576 color RGB value is (82,149,118).

  • red value is 82;
  • green value is 149;
  • blue value is 118.
RGB:
(82,149,118)
(32%,58%,46%)

RGB channels and saturation

R 82 of 255 = 32%
G 149 of 255 = 58%
B 118 of 255 = 46%

82
149
118

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

Portions of RGB colors in percentages

R + G + B =
82 + 149 + 118 = 349 (100%)
R 82 of 349 ~ 23.5%
G 149 of 349 ~ 42.69%
B 118 of 349 ~ 33.81%

%23.5
%42.69
%33.81

CMYK color model

#529576 color CMYK value is (45,0,21,42).

  • cyan value is 44.97%
  • magenta value is 0.00%
  • yellow value is 20.81%
  • key color value is 41.57%
CMYK:
(45,0,21,42)
C45M0Y21K42 
(45%,0%,21%,42%)
(0.45/0.00/0.21/0.42)	

CMYK percentages

%44.97
%0
%20.81
%41.57

Codes

Color #529576 in popluar color models

529576
RGB82149118
HSL152°29.00%45.29%
HSB/HSV152°44.97%58.43%
CMYK44.97%0.00%20.81%
41.57%

Color #529576 in popluar number systems.

HEX529576
Decimal82149118
Binary1010010100101011110110
Octal122225166

Shades and tints

Shades of #529576

#529576
(82,149,118)
#4B886C
(75,136,108)
#447B62
(68,123,98)
#3D6E58
(61,110,88)
#36614E
(54,97,78)
#2F5444
(47,84,68)
#28473A
(40,71,58)
#213A30
(33,58,48)
#1A2D26
(26,45,38)
#13201C
(19,32,28)
#0C1312
(12,19,18)
#000000
(0,0,0)

Tints of #529576

#529576
(82,149,118)
#619E82
(97,158,130)
#70A78E
(112,167,142)
#7FB09A
(127,176,154)
#8EB9A6
(142,185,166)
#9DC2B2
(157,194,178)
#ACCBBE
(172,203,190)
#BBD4CA
(187,212,202)
#CADDD6
(202,221,214)
#D9E6E2
(217,230,226)
#E8EFEE
(232,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #529576 color. Also use rgb(82,149,118) instead hex code.

Text Font Color

.myTextColor { color: #529576; }

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

This text font color is #529576.


Background Color

.myBgColor { background-color: #529576; }

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

This div background color is #529576.


Border color

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

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

This div border color is #529576.


Opacity

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

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

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

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

This text has shadow with #529576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #529576 on black background.


Color preview on white background

This text has color #529576 on white background.



Black color preview on #529576 background

This text has black color on #529576 background.


White color preview on #529576 background

This text has white color on #529576 background.