HEX: #527C4C
RGB: (82,124,76)
#527C4C contains red, green and blue colors in about the same proportion. Web safe color of #527C4C is #666633 (or #663).
#527C4C color RGB value is (82,124,76).
RGB: (82,124,76)
(32%, 49%, 30%)
R 82 of 255 = 32%
G 124 of 255 = 49%
B 76 of 255 = 30%
R + G + B ~ 37%. #527C4C is quite dark color.
R + G + B = 82 + 124 + 76 = 282 (100%)
R 82 of 282 ~ 29.08%
G 124 of 282 ~ 43.97%
B 76 of 282 ~ 26.95'%
#527C4C color CMYK value is (34,0,39,51).
CMYK: (34,0,39,51) C34M0Y39K51 (34%,0%,39%,51%) (0.34/0.00/0.39/0.51)
Color #527C4C in popluar color models
52 | 7C | 4C | |
---|---|---|---|
RGB | 82 | 124 | 76 |
HSL | 113° | 24.00% | 39.22% |
HSB/HSV | 113° | 38.71% | 48.63% |
CMYK | 33.87% | 0.00% | 38.71% |
51.37% |
Color #527C4C in popluar number systems.
HEX | 52 | 7C | 4C |
Decimal | 82 | 124 | 76 |
Binary | 1010010 | 1111100 | 1001100 |
Octal | 122 | 174 | 114 |
Shades of #527C4C
Tints of #527C4C
Examples of css and html codes for elements with #527C4C color. Also use rgb(82,124,76) instead hex code.
.myTextColor { color: #527C4C; }
<p style="color:#527C4C">This sample text font color is #527C4C.</p>
This text font color is #527C4C.
.myBgColor { background-color: #527C4C; }
<div style="background-color:#527C4C">Inner text</div>
This div background color is #527C4C.
.myBorderColor { border: 1px solid #527C4C; }
<div style="border:3px solid #527C4C">Div</div>
This div border color is #527C4C.
.myOpacity80 { color: #527C4C; opacity: 0.8; }
<p style="color:#527C4C;opacity:0.8;">80%</p>
Text with #527C4C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #527C4C;}
<p style="text-shadow: 3px 3px 1px #527C4C">Text here.</p>
This text has shadow with #527C4C color.
.textShadow {text-shadow: 3px 3px 1px #527C4C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #527C4C, 5px 5px 20px red">Text here.</p>
This text has shadow with #527C4C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#527C4C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#527C4C, Direction=45, Strength=4)">Text</p>
This text has shadow with #527C4C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #527C4C;
-webkit-box-shadow: 1px 1px 3px 2px #527C4C;
box-shadow: 1px 1px 3px 2px #527C4C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #527C4C; -webkit-box-shadow: 1px 1px 3px 2px #527C4C; box-shadow:1px 1px 3px 2px #527C4C;">
Div content here
</div>
This text has color #527C4C on black background.
This text has color #527C4C on white background.
This text has black color on #527C4C background.
This text has white color on #527C4C background.
Complementary color for #hex is #AD83B3.