HEX: #527852
RGB: (82,120,82)
#527852 contains red, green and blue colors in about the same proportion. Web safe color of #527852 is #666666 (or #666).
#527852 color RGB value is (82,120,82).
RGB: (82,120,82)
(32%, 47%, 32%)
R 82 of 255 = 32%
G 120 of 255 = 47%
B 82 of 255 = 32%
R + G + B ~ 37%. #527852 is quite dark color.
R + G + B = 82 + 120 + 82 = 284 (100%)
R 82 of 284 ~ 28.87%
G 120 of 284 ~ 42.25%
B 82 of 284 ~ 28.87'%
#527852 color CMYK value is (32,0,32,53).
CMYK: (32,0,32,53) C32M0Y32K53 (32%,0%,32%,53%) (0.32/0.00/0.32/0.53)
Color #527852 in popluar color models
52 | 78 | 52 | |
---|---|---|---|
RGB | 82 | 120 | 82 |
HSL | 120° | 18.81% | 39.61% |
HSB/HSV | 120° | 31.67% | 47.06% |
CMYK | 31.67% | 0.00% | 31.67% |
52.94% |
Color #527852 in popluar number systems.
HEX | 52 | 78 | 52 |
Decimal | 82 | 120 | 82 |
Binary | 1010010 | 1111000 | 1010010 |
Octal | 122 | 170 | 122 |
Shades of #527852
Tints of #527852
Examples of css and html codes for elements with #527852 color. Also use rgb(82,120,82) instead hex code.
.myTextColor { color: #527852; }
<p style="color:#527852">This sample text font color is #527852.</p>
This text font color is #527852.
.myBgColor { background-color: #527852; }
<div style="background-color:#527852">Inner text</div>
This div background color is #527852.
.myBorderColor { border: 1px solid #527852; }
<div style="border:3px solid #527852">Div</div>
This div border color is #527852.
.myOpacity80 { color: #527852; opacity: 0.8; }
<p style="color:#527852;opacity:0.8;">80%</p>
Text with #527852 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #527852;}
<p style="text-shadow: 3px 3px 1px #527852">Text here.</p>
This text has shadow with #527852 color.
.textShadow {text-shadow: 3px 3px 1px #527852', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #527852, 5px 5px 20px red">Text here.</p>
This text has shadow with #527852 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#527852, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#527852, Direction=45, Strength=4)">Text</p>
This text has shadow with #527852 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #527852;
-webkit-box-shadow: 1px 1px 3px 2px #527852;
box-shadow: 1px 1px 3px 2px #527852;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #527852; -webkit-box-shadow: 1px 1px 3px 2px #527852; box-shadow:1px 1px 3px 2px #527852;">
Div content here
</div>
This text has color #527852 on black background.
This text has color #527852 on white background.
This text has black color on #527852 background.
This text has white color on #527852 background.
Complementary color for #hex is #AD87AD.