COLOR #529306

HEX: #529306
RGB: (82,147,6)

Color info

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

RGB color model

#529306 color RGB value is (82,147,6).

  • red value is 82;
  • green value is 147;
  • blue value is 6.
RGB:
(82,147,6)
(32%,58%,2%)

RGB channels and saturation

R 82 of 255 = 32%
G 147 of 255 = 58%
B 6 of 255 = 2%

82
147
6

R + G + B ~ 31%. #529306 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 147 + 6 = 235 (100%)
R 82 of 235 ~ 34.89%
G 147 of 235 ~ 62.55%
B 6 of 235 ~ 2.55%

%34.89
%62.55

CMYK color model

#529306 color CMYK value is (44,0,96,42).

  • cyan value is 44.22%
  • magenta value is 0.00%
  • yellow value is 95.92%
  • key color value is 42.35%
CMYK:
(44,0,96,42)
C44M0Y96K42 
(44%,0%,96%,42%)
(0.44/0.00/0.96/0.42)	

CMYK percentages

%44.22
%0
%95.92
%42.35

Codes

Color #529306 in popluar color models

529306
RGB821476
HSL88°92.16%30.00%
HSB/HSV88°95.92%57.65%
CMYK44.22%0.00%95.92%
42.35%

Color #529306 in popluar number systems.

HEX529306
Decimal821476
Binary101001010010011110
Octal1222236

Shades and tints

Shades of #529306

#529306
(82,147,6)
#4B8606
(75,134,6)
#447906
(68,121,6)
#3D6C06
(61,108,6)
#365F06
(54,95,6)
#2F5206
(47,82,6)
#284506
(40,69,6)
#213806
(33,56,6)
#1A2B06
(26,43,6)
#131E06
(19,30,6)
#0C1106
(12,17,6)
#000000
(0,0,0)

Tints of #529306

#529306
(82,147,6)
#619C1C
(97,156,28)
#70A532
(112,165,50)
#7FAE48
(127,174,72)
#8EB75E
(142,183,94)
#9DC074
(157,192,116)
#ACC98A
(172,201,138)
#BBD2A0
(187,210,160)
#CADBB6
(202,219,182)
#D9E4CC
(217,228,204)
#E8EDE2
(232,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #529306 color. Also use rgb(82,147,6) instead hex code.

Text Font Color

.myTextColor { color: #529306; }

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

This text font color is #529306.


Background Color

.myBgColor { background-color: #529306; }

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

This div background color is #529306.


Border color

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

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

This div border color is #529306.


Opacity

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

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

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

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

This text has shadow with #529306 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #529306 on black background.


Color preview on white background

This text has color #529306 on white background.



Black color preview on #529306 background

This text has black color on #529306 background.


White color preview on #529306 background

This text has white color on #529306 background.