HEX: #527437
RGB: (82,116,55)
#527437 contains mainly red and green colors. Web safe color of #527437 is #666633 (or #663).
#527437 color RGB value is (82,116,55).
RGB: (82,116,55)
(32%, 45%, 22%)
R 82 of 255 = 32%
G 116 of 255 = 45%
B 55 of 255 = 22%
R + G + B ~ 33%. #527437 is quite dark color.
R + G + B = 82 + 116 + 55 = 253 (100%)
R 82 of 253 ~ 32.41%
G 116 of 253 ~ 45.85%
B 55 of 253 ~ 21.74'%
#527437 color CMYK value is (29,0,53,55).
CMYK: (29,0,53,55)
C29M0Y53K55 (29%, 0%, 53%, 55%)
(0.29 / 0.00 / 0.53 / 0.55)
Color #527437 in popluar color models
52 | 74 | 37 | |
---|---|---|---|
RGB | 82 | 116 | 55 |
HSL | 93° | 35.67% | 33.53% |
HSB/HSV | 93° | 52.59% | 45.49% |
CMYK | 29.31% | 0.00% | 52.59% |
54.51% |
Color #527437 in popluar number systems.
HEX | 52 | 74 | 37 |
Decimal | 82 | 116 | 55 |
Binary | 1010010 | 1110100 | 110111 |
Octal | 122 | 164 | 67 |
Shades of #527437
Tints of #527437
Examples of css and html codes for elements with #527437 color. Also use rgb(82,116,55) instead hex code.
.myTextColor { color: #527437; }
<p style="color:#527437">This sample text font color is #527437.</p>
This text font color is #527437.
.myBgColor { background-color: #527437; }
<div style="background-color:#527437">Inner text</div>
This div background color is #527437.
.myBorderColor { border: 1px solid #527437; }
<div style="border:3px solid #527437">Div</div>
This div border color is #527437.
.myOpacity80 { color: #527437; opacity: 0.8; }
<p style="color:#527437;opacity:0.8;">80%</p>
Text with #527437 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #527437;}
<p style="text-shadow: 3px 3px 1px #527437">Text here.</p>
This text has shadow with #527437 color.
.textShadow {text-shadow: 3px 3px 1px #527437', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #527437, 5px 5px 20px red">Text here.</p>
This text has shadow with #527437 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#527437, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#527437, Direction=45, Strength=4)">Text</p>
This text has shadow with #527437 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #527437;
-webkit-box-shadow: 1px 1px 3px 2px #527437;
box-shadow: 1px 1px 3px 2px #527437;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #527437; -webkit-box-shadow: 1px 1px 3px 2px #527437; box-shadow:1px 1px 3px 2px #527437;">
Div content here
</div>
This text has color #527437 on black background.
This text has color #527437 on white background.
This text has black color on #527437 background.
This text has white color on #527437 background.
Complementary color for #hex is #AD8BC8.