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