HEX: #529327
RGB: (82,147,39)
#529327 contains mainly green color. Web safe color of #529327 is #669933 (or #693).
#529327 color RGB value is (82,147,39).
RGB: (82,147,39) (32%,58%,15%)
R 82 of 255 = 32%
G 147 of 255 = 58%
B 39 of 255 = 15%
R + G + B ~ 35%. #529327 is quite dark color.
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%
#529327 color CMYK value is (44,0,73,42).
CMYK: (44,0,73,42) C44M0Y73K42 (44%,0%,73%,42%) (0.44/0.00/0.73/0.42)
52 | 93 | 27 | |
---|---|---|---|
RGB | 82 | 147 | 39 |
HSL | 96° | 58.06% | 36.47% |
HSB/HSV | 96° | 73.47% | 57.65% |
CMYK | 44.22% | 0.00% | 73.47% |
42.35% |
HEX | 52 | 93 | 27 |
Decimal | 82 | 147 | 39 |
Binary | 1010010 | 10010011 | 100111 |
Octal | 122 | 223 | 47 |
Examples of css and html codes for elements with #529327 color. Also use rgb(82,147,39) instead hex code.
.myTextColor { color: #529327; }
<p style="color:#529327">This sample text font color is #529327.</p>
This text font color is #529327.
.myBgColor { background-color: #529327; }
<div style="background-color:#529327">Inner text</div>
This div background color is #529327.
.myBorderColor { border: 1px solid #529327; }
<div style="border:3px solid #529327">Div</div>
This div border color is #529327.
.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%.
.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.
/* 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 text has color #529327 on black background.
This text has color #529327 on white background.
This text has black color on #529327 background.
This text has white color on #529327 background.