HEX: #528E47
RGB: (82,142,71)
#528E47 contains mainly green color. Web safe color of #528E47 is #669933 (or #693).
#528E47 color RGB value is (82,142,71).
RGB: (82,142,71)
(32%, 56%, 28%)
R 82 of 255 = 32%
G 142 of 255 = 56%
B 71 of 255 = 28%
R + G + B ~ 39%. #528E47 is quite dark color.
R + G + B = 82 + 142 + 71 = 295 (100%)
R 82 of 295 ~ 27.8%
G 142 of 295 ~ 48.14%
B 71 of 295 ~ 24.07'%
#528E47 color CMYK value is (42,0,50,44).
CMYK: (42,0,50,44)
C42M0Y50K44 (42%, 0%, 50%, 44%)
(0.42 / 0.00 / 0.50 / 0.44)
Color #528E47 in popluar color models
52 | 8E | 47 | |
---|---|---|---|
RGB | 82 | 142 | 71 |
HSL | 111° | 33.33% | 41.76% |
HSB/HSV | 111° | 50.00% | 55.69% |
CMYK | 42.25% | 0.00% | 50.00% |
44.31% |
Color #528E47 in popluar number systems.
HEX | 52 | 8E | 47 |
Decimal | 82 | 142 | 71 |
Binary | 1010010 | 10001110 | 1000111 |
Octal | 122 | 216 | 107 |
Shades of #528E47
Tints of #528E47
Examples of css and html codes for elements with #528E47 color. Also use rgb(82,142,71) instead hex code.
.myTextColor { color: #528E47; }
<p style="color:#528E47">This sample text font color is #528E47.</p>
This text font color is #528E47.
.myBgColor { background-color: #528E47; }
<div style="background-color:#528E47">Inner text</div>
This div background color is #528E47.
.myBorderColor { border: 1px solid #528E47; }
<div style="border:3px solid #528E47">Div</div>
This div border color is #528E47.
.myOpacity80 { color: #528E47; opacity: 0.8; }
<p style="color:#528E47;opacity:0.8;">80%</p>
Text with #528E47 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #528E47;}
<p style="text-shadow: 3px 3px 1px #528E47">Text here.</p>
This text has shadow with #528E47 color.
.textShadow {text-shadow: 3px 3px 1px #528E47', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #528E47, 5px 5px 20px red">Text here.</p>
This text has shadow with #528E47 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#528E47, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#528E47, Direction=45, Strength=4)">Text</p>
This text has shadow with #528E47 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #528E47;
-webkit-box-shadow: 1px 1px 3px 2px #528E47;
box-shadow: 1px 1px 3px 2px #528E47;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #528E47; -webkit-box-shadow: 1px 1px 3px 2px #528E47; box-shadow:1px 1px 3px 2px #528E47;">
Div content here
</div>
This text has color #528E47 on black background.
This text has color #528E47 on white background.
This text has black color on #528E47 background.
This text has white color on #528E47 background.
Complementary color for #hex is #AD71B8.