HEX: #528441
RGB: (82,132,65)
#528441 contains mainly red and green colors. Web safe color of #528441 is #669933 (or #693).
#528441 color RGB value is (82,132,65).
RGB: (82,132,65) (32%,52%,25%)
R 82 of 255 = 32%
G 132 of 255 = 52%
B 65 of 255 = 25%
R + G + B ~ 36%. #528441 is quite dark color.
R + G + B =
82 + 132 + 65 = 279 (100%)
R 82 of 279 ~ 29.39%
G 132 of 279 ~ 47.31%
B 65 of 279 ~ 23.3%
#528441 color CMYK value is (38,0,51,48).
CMYK: (38,0,51,48) C38M0Y51K48 (38%,0%,51%,48%) (0.38/0.00/0.51/0.48)
52 | 84 | 41 | |
---|---|---|---|
RGB | 82 | 132 | 65 |
HSL | 105° | 34.01% | 38.63% |
HSB/HSV | 105° | 50.76% | 51.76% |
CMYK | 37.88% | 0.00% | 50.76% |
48.24% |
HEX | 52 | 84 | 41 |
Decimal | 82 | 132 | 65 |
Binary | 1010010 | 10000100 | 1000001 |
Octal | 122 | 204 | 101 |
Examples of css and html codes for elements with #528441 color. Also use rgb(82,132,65) instead hex code.
.myTextColor { color: #528441; }
<p style="color:#528441">This sample text font color is #528441.</p>
This text font color is #528441.
.myBgColor { background-color: #528441; }
<div style="background-color:#528441">Inner text</div>
This div background color is #528441.
.myBorderColor { border: 1px solid #528441; }
<div style="border:3px solid #528441">Div</div>
This div border color is #528441.
.myOpacity80 { color: #528441; opacity: 0.8; }
<p style="color:#528441;opacity:0.8;">80%</p>
Text with #528441 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #528441;}
<p style="text-shadow: 3px 3px 1px #528441">Text here.</p>
This text has shadow with #528441 color.
.textShadow {text-shadow: 3px 3px 1px #528441, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #528441, 5px 5px 20px red">Text here.</p>
This text has shadow with #528441 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#528441, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#528441, Direction=45, Strength=4)">Text</p>
This text has shadow with #528441 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #528441; -webkit-box-shadow: 1px 1px 3px 2px #528441; box-shadow: 1px 1px 3px 2px #528441; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #528441; -webkit-box-shadow: 1px 1px 3px 2px #528441; box-shadow:1px 1px 3px 2px #528441;">
Div content here</div>
This text has color #528441 on black background.
This text has color #528441 on white background.
This text has black color on #528441 background.
This text has white color on #528441 background.