COLOR #529327

HEX: #529327
RGB: (82,147,39)

Color info

#529327 contains mainly green color. Web safe color of #529327 is #669933 (or #693).

RGB color model

#529327 color RGB value is (82,147,39).

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

RGB channels and saturation

R 82 of 255 = 32%
G 147 of 255 = 58%
B 39 of 255 = 15%

82
147
39

R + G + B ~ 35%. #529327 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 147 + 39 = 268 (100%)
R 82 of 268 ~ 30.6%
G 147 of 268 ~ 54.85%
B 39 of 268 ~ 14.55%

%30.6
%54.85
%14.55

CMYK color model

#529327 color CMYK value is (44,0,73,42).

  • cyan value is 44.22%
  • magenta value is 0.00%
  • yellow value is 73.47%
  • key color value is 42.35%
CMYK:
(44,0,73,42)
C44M0Y73K42 
(44%,0%,73%,42%)
(0.44/0.00/0.73/0.42)	

CMYK percentages

%44.22
%0
%73.47
%42.35

Codes

Color #529327 in popluar color models

529327
RGB8214739
HSL96°58.06%36.47%
HSB/HSV96°73.47%57.65%
CMYK44.22%0.00%73.47%
42.35%

Color #529327 in popluar number systems.

HEX529327
Decimal8214739
Binary101001010010011100111
Octal12222347

Shades and tints

Shades of #529327

#529327
(82,147,39)
#4B8624
(75,134,36)
#447921
(68,121,33)
#3D6C1E
(61,108,30)
#365F1B
(54,95,27)
#2F5218
(47,82,24)
#284515
(40,69,21)
#213812
(33,56,18)
#1A2B0F
(26,43,15)
#131E0C
(19,30,12)
#0C1109
(12,17,9)
#000000
(0,0,0)

Tints of #529327

#529327
(82,147,39)
#619C3A
(97,156,58)
#70A54D
(112,165,77)
#7FAE60
(127,174,96)
#8EB773
(142,183,115)
#9DC086
(157,192,134)
#ACC999
(172,201,153)
#BBD2AC
(187,210,172)
#CADBBF
(202,219,191)
#D9E4D2
(217,228,210)
#E8EDE5
(232,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #529327; }

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

This text font color is #529327.


Background Color

.myBgColor { background-color: #529327; }

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

This div background color is #529327.


Border color

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

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

This div border color is #529327.


Opacity

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

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

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

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

This text has shadow with #529327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #529327 on black background.


Color preview on white background

This text has color #529327 on white background.



Black color preview on #529327 background

This text has black color on #529327 background.


White color preview on #529327 background

This text has white color on #529327 background.