HEX: #527740
RGB: (82,119,64)
#527740 contains red, green and blue colors in about the same proportion. Web safe color of #527740 is #666633 (or #663).
#527740 color RGB value is (82,119,64).
RGB: (82,119,64) (32%,47%,25%)
R 82 of 255 = 32%
G 119 of 255 = 47%
B 64 of 255 = 25%
R + G + B ~ 35%. #527740 is quite dark color.
R + G + B =
82 + 119 + 64 = 265 (100%)
R 82 of 265 ~ 30.94%
G 119 of 265 ~ 44.91%
B 64 of 265 ~ 24.15%
#527740 color CMYK value is (31,0,46,53).
CMYK: (31,0,46,53) C31M0Y46K53 (31%,0%,46%,53%) (0.31/0.00/0.46/0.53)
52 | 77 | 40 | |
---|---|---|---|
RGB | 82 | 119 | 64 |
HSL | 100° | 30.05% | 35.88% |
HSB/HSV | 100° | 46.22% | 46.67% |
CMYK | 31.09% | 0.00% | 46.22% |
53.33% |
HEX | 52 | 77 | 40 |
Decimal | 82 | 119 | 64 |
Binary | 1010010 | 1110111 | 1000000 |
Octal | 122 | 167 | 100 |
Examples of css and html codes for elements with #527740 color. Also use rgb(82,119,64) instead hex code.
.myTextColor { color: #527740; }
<p style="color:#527740">This sample text font color is #527740.</p>
This text font color is #527740.
.myBgColor { background-color: #527740; }
<div style="background-color:#527740">Inner text</div>
This div background color is #527740.
.myBorderColor { border: 1px solid #527740; }
<div style="border:3px solid #527740">Div</div>
This div border color is #527740.
.myOpacity80 { color: #527740; opacity: 0.8; }
<p style="color:#527740;opacity:0.8;">80%</p>
Text with #527740 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #527740;}
<p style="text-shadow: 3px 3px 1px #527740">Text here.</p>
This text has shadow with #527740 color.
.textShadow {text-shadow: 3px 3px 1px #527740, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #527740, 5px 5px 20px red">Text here.</p>
This text has shadow with #527740 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#527740, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#527740, Direction=45, Strength=4)">Text</p>
This text has shadow with #527740 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #527740; -webkit-box-shadow: 1px 1px 3px 2px #527740; box-shadow: 1px 1px 3px 2px #527740; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #527740; -webkit-box-shadow: 1px 1px 3px 2px #527740; box-shadow:1px 1px 3px 2px #527740;">
Div content here</div>
This text has color #527740 on black background.
This text has color #527740 on white background.
This text has black color on #527740 background.
This text has white color on #527740 background.