HEX: #527D29
RGB: (82,125,41)
#527D29 contains mainly red and green colors. Web safe color of #527D29 is #666633 (or #663).
#527D29 color RGB value is (82,125,41).
RGB: (82,125,41)
(32%, 49%, 16%)
R 82 of 255 = 32%
G 125 of 255 = 49%
B 41 of 255 = 16%
R + G + B ~ 32%. #527D29 is quite dark color.
R + G + B = 82 + 125 + 41 = 248 (100%)
R 82 of 248 ~ 33.06%
G 125 of 248 ~ 50.4%
B 41 of 248 ~ 16.53'%
#527D29 color CMYK value is (34,0,67,51).
CMYK: (34,0,67,51) C34M0Y67K51 (34%,0%,67%,51%) (0.34/0.00/0.67/0.51)
Color #527D29 in popluar color models
52 | 7D | 29 | |
---|---|---|---|
RGB | 82 | 125 | 41 |
HSL | 91° | 50.60% | 32.55% |
HSB/HSV | 91° | 67.20% | 49.02% |
CMYK | 34.40% | 0.00% | 67.20% |
50.98% |
Color #527D29 in popluar number systems.
HEX | 52 | 7D | 29 |
Decimal | 82 | 125 | 41 |
Binary | 1010010 | 1111101 | 101001 |
Octal | 122 | 175 | 51 |
Shades of #527D29
Tints of #527D29
Examples of css and html codes for elements with #527D29 color. Also use rgb(82,125,41) instead hex code.
.myTextColor { color: #527D29; }
<p style="color:#527D29">This sample text font color is #527D29.</p>
This text font color is #527D29.
.myBgColor { background-color: #527D29; }
<div style="background-color:#527D29">Inner text</div>
This div background color is #527D29.
.myBorderColor { border: 1px solid #527D29; }
<div style="border:3px solid #527D29">Div</div>
This div border color is #527D29.
.myOpacity80 { color: #527D29; opacity: 0.8; }
<p style="color:#527D29;opacity:0.8;">80%</p>
Text with #527D29 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #527D29;}
<p style="text-shadow: 3px 3px 1px #527D29">Text here.</p>
This text has shadow with #527D29 color.
.textShadow {text-shadow: 3px 3px 1px #527D29', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #527D29, 5px 5px 20px red">Text here.</p>
This text has shadow with #527D29 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#527D29, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#527D29, Direction=45, Strength=4)">Text</p>
This text has shadow with #527D29 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #527D29;
-webkit-box-shadow: 1px 1px 3px 2px #527D29;
box-shadow: 1px 1px 3px 2px #527D29;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #527D29; -webkit-box-shadow: 1px 1px 3px 2px #527D29; box-shadow:1px 1px 3px 2px #527D29;">
Div content here
</div>
This text has color #527D29 on black background.
This text has color #527D29 on white background.
This text has black color on #527D29 background.
This text has white color on #527D29 background.
Complementary color for #hex is #AD82D6.