COLOR #529811

HEX: #529811
RGB: (82,152,17)

Color info

#529811 contains mainly green color. Web safe color of #529811 is #669900 (or #690).

RGB color model

#529811 color RGB value is (82,152,17).

  • red value is 82;
  • green value is 152;
  • blue value is 17.
RGB:
(82,152,17)
(32%,60%,7%)

RGB channels and saturation

R 82 of 255 = 32%
G 152 of 255 = 60%
B 17 of 255 = 7%

82
152
17

R + G + B ~ 33%. #529811 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 152 + 17 = 251 (100%)
R 82 of 251 ~ 32.67%
G 152 of 251 ~ 60.56%
B 17 of 251 ~ 6.77%

%32.67
%60.56

CMYK color model

#529811 color CMYK value is (46,0,89,40).

  • cyan value is 46.05%
  • magenta value is 0.00%
  • yellow value is 88.82%
  • key color value is 40.39%
CMYK:
(46,0,89,40)
C46M0Y89K40 
(46%,0%,89%,40%)
(0.46/0.00/0.89/0.40)	

CMYK percentages

%46.05
%0
%88.82
%40.39

Codes

Color #529811 in popluar color models

529811
RGB8215217
HSL91°79.88%33.14%
HSB/HSV91°88.82%59.61%
CMYK46.05%0.00%88.82%
40.39%

Color #529811 in popluar number systems.

HEX529811
Decimal8215217
Binary10100101001100010001
Octal12223021

Shades and tints

Shades of #529811

#529811
(82,152,17)
#4B8B10
(75,139,16)
#447E0F
(68,126,15)
#3D710E
(61,113,14)
#36640D
(54,100,13)
#2F570C
(47,87,12)
#284A0B
(40,74,11)
#213D0A
(33,61,10)
#1A3009
(26,48,9)
#132308
(19,35,8)
#0C1607
(12,22,7)
#000000
(0,0,0)

Tints of #529811

#529811
(82,152,17)
#61A126
(97,161,38)
#70AA3B
(112,170,59)
#7FB350
(127,179,80)
#8EBC65
(142,188,101)
#9DC57A
(157,197,122)
#ACCE8F
(172,206,143)
#BBD7A4
(187,215,164)
#CAE0B9
(202,224,185)
#D9E9CE
(217,233,206)
#E8F2E3
(232,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #529811 color. Also use rgb(82,152,17) instead hex code.

Text Font Color

.myTextColor { color: #529811; }

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

This text font color is #529811.


Background Color

.myBgColor { background-color: #529811; }

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

This div background color is #529811.


Border color

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

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

This div border color is #529811.


Opacity

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

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

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

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

This text has shadow with #529811 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #529811 on black background.


Color preview on white background

This text has color #529811 on white background.



Black color preview on #529811 background

This text has black color on #529811 background.


White color preview on #529811 background

This text has white color on #529811 background.