HEX: #475927
RGB: (71,89,39)
#475927 contains red, green and blue colors in about the same proportion. Web safe color of #475927 is #336633 (or #363).
#475927 color RGB value is (71,89,39).
RGB: (71,89,39)
(28%, 35%, 15%)
R 71 of 255 = 28%
G 89 of 255 = 35%
B 39 of 255 = 15%
R + G + B ~ 26%. #475927 is quite dark color.
R + G + B = 71 + 89 + 39 = 199 (100%)
R 71 of 199 ~ 35.68%
G 89 of 199 ~ 44.72%
B 39 of 199 ~ 19.6'%
#475927 color CMYK value is (20,0,56,65).
CMYK: (20,0,56,65) C20M0Y56K65 (20%,0%,56%,65%) (0.20/0.00/0.56/0.65)
Color #475927 in popluar color models
47 | 59 | 27 | |
---|---|---|---|
RGB | 71 | 89 | 39 |
HSL | 82° | 39.06% | 25.10% |
HSB/HSV | 82° | 56.18% | 34.90% |
CMYK | 20.22% | 0.00% | 56.18% |
65.10% |
Color #475927 in popluar number systems.
HEX | 47 | 59 | 27 |
Decimal | 71 | 89 | 39 |
Binary | 1000111 | 1011001 | 100111 |
Octal | 107 | 131 | 47 |
Shades of #475927
Tints of #475927
Examples of css and html codes for elements with #475927 color. Also use rgb(71,89,39) instead hex code.
.myTextColor { color: #475927; }
<p style="color:#475927">This sample text font color is #475927.</p>
This text font color is #475927.
.myBgColor { background-color: #475927; }
<div style="background-color:#475927">Inner text</div>
This div background color is #475927.
.myBorderColor { border: 1px solid #475927; }
<div style="border:3px solid #475927">Div</div>
This div border color is #475927.
.myOpacity80 { color: #475927; opacity: 0.8; }
<p style="color:#475927;opacity:0.8;">80%</p>
Text with #475927 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #475927;}
<p style="text-shadow: 3px 3px 1px #475927">Text here.</p>
This text has shadow with #475927 color.
.textShadow {text-shadow: 3px 3px 1px #475927', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #475927, 5px 5px 20px red">Text here.</p>
This text has shadow with #475927 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#475927, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#475927, Direction=45, Strength=4)">Text</p>
This text has shadow with #475927 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #475927;
-webkit-box-shadow: 1px 1px 3px 2px #475927;
box-shadow: 1px 1px 3px 2px #475927;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #475927; -webkit-box-shadow: 1px 1px 3px 2px #475927; box-shadow:1px 1px 3px 2px #475927;">
Div content here
</div>
This text has color #475927 on black background.
This text has color #475927 on white background.
This text has black color on #475927 background.
This text has white color on #475927 background.
Complementary color for #hex is #B8A6D8.