HEX: #527B37
RGB: (82,123,55)
#527B37 contains mainly red and green colors. Web safe color of #527B37 is #666633 (or #663).
#527B37 color RGB value is (82,123,55).
RGB: (82,123,55)
(32%, 48%, 22%)
R 82 of 255 = 32%
G 123 of 255 = 48%
B 55 of 255 = 22%
R + G + B ~ 34%. #527B37 is quite dark color.
R + G + B = 82 + 123 + 55 = 260 (100%)
R 82 of 260 ~ 31.54%
G 123 of 260 ~ 47.31%
B 55 of 260 ~ 21.15'%
#527B37 color CMYK value is (33,0,55,52).
CMYK: (33,0,55,52) C33M0Y55K52 (33%,0%,55%,52%) (0.33/0.00/0.55/0.52)
Color #527B37 in popluar color models
52 | 7B | 37 | |
---|---|---|---|
RGB | 82 | 123 | 55 |
HSL | 96° | 38.20% | 34.90% |
HSB/HSV | 96° | 55.28% | 48.24% |
CMYK | 33.33% | 0.00% | 55.28% |
51.76% |
Color #527B37 in popluar number systems.
HEX | 52 | 7B | 37 |
Decimal | 82 | 123 | 55 |
Binary | 1010010 | 1111011 | 110111 |
Octal | 122 | 173 | 67 |
Shades of #527B37
Tints of #527B37
Examples of css and html codes for elements with #527B37 color. Also use rgb(82,123,55) instead hex code.
.myTextColor { color: #527B37; }
<p style="color:#527B37">This sample text font color is #527B37.</p>
This text font color is #527B37.
.myBgColor { background-color: #527B37; }
<div style="background-color:#527B37">Inner text</div>
This div background color is #527B37.
.myBorderColor { border: 1px solid #527B37; }
<div style="border:3px solid #527B37">Div</div>
This div border color is #527B37.
.myOpacity80 { color: #527B37; opacity: 0.8; }
<p style="color:#527B37;opacity:0.8;">80%</p>
Text with #527B37 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #527B37;}
<p style="text-shadow: 3px 3px 1px #527B37">Text here.</p>
This text has shadow with #527B37 color.
.textShadow {text-shadow: 3px 3px 1px #527B37', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #527B37, 5px 5px 20px red">Text here.</p>
This text has shadow with #527B37 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#527B37, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#527B37, Direction=45, Strength=4)">Text</p>
This text has shadow with #527B37 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #527B37;
-webkit-box-shadow: 1px 1px 3px 2px #527B37;
box-shadow: 1px 1px 3px 2px #527B37;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #527B37; -webkit-box-shadow: 1px 1px 3px 2px #527B37; box-shadow:1px 1px 3px 2px #527B37;">
Div content here
</div>
This text has color #527B37 on black background.
This text has color #527B37 on white background.
This text has black color on #527B37 background.
This text has white color on #527B37 background.
Complementary color for #hex is #AD84C8.