HEX: #477034
RGB: (71,112,52)
#477034 contains mainly red and green colors. Web safe color of #477034 is #336633 (or #363).
#477034 color RGB value is (71,112,52).
RGB: (71,112,52)
(28%, 44%, 20%)
R 71 of 255 = 28%
G 112 of 255 = 44%
B 52 of 255 = 20%
R + G + B ~ 31%. #477034 is quite dark color.
R + G + B = 71 + 112 + 52 = 235 (100%)
R 71 of 235 ~ 30.21%
G 112 of 235 ~ 47.66%
B 52 of 235 ~ 22.13'%
#477034 color CMYK value is (37,0,54,56).
CMYK: (37,0,54,56) C37M0Y54K56 (37%,0%,54%,56%) (0.37/0.00/0.54/0.56)
Color #477034 in popluar color models
47 | 70 | 34 | |
---|---|---|---|
RGB | 71 | 112 | 52 |
HSL | 101° | 36.59% | 32.16% |
HSB/HSV | 101° | 53.57% | 43.92% |
CMYK | 36.61% | 0.00% | 53.57% |
56.08% |
Color #477034 in popluar number systems.
HEX | 47 | 70 | 34 |
Decimal | 71 | 112 | 52 |
Binary | 1000111 | 1110000 | 110100 |
Octal | 107 | 160 | 64 |
Shades of #477034
Tints of #477034
Examples of css and html codes for elements with #477034 color. Also use rgb(71,112,52) instead hex code.
.myTextColor { color: #477034; }
<p style="color:#477034">This sample text font color is #477034.</p>
This text font color is #477034.
.myBgColor { background-color: #477034; }
<div style="background-color:#477034">Inner text</div>
This div background color is #477034.
.myBorderColor { border: 1px solid #477034; }
<div style="border:3px solid #477034">Div</div>
This div border color is #477034.
.myOpacity80 { color: #477034; opacity: 0.8; }
<p style="color:#477034;opacity:0.8;">80%</p>
Text with #477034 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #477034;}
<p style="text-shadow: 3px 3px 1px #477034">Text here.</p>
This text has shadow with #477034 color.
.textShadow {text-shadow: 3px 3px 1px #477034', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #477034, 5px 5px 20px red">Text here.</p>
This text has shadow with #477034 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#477034, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#477034, Direction=45, Strength=4)">Text</p>
This text has shadow with #477034 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #477034;
-webkit-box-shadow: 1px 1px 3px 2px #477034;
box-shadow: 1px 1px 3px 2px #477034;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #477034; -webkit-box-shadow: 1px 1px 3px 2px #477034; box-shadow:1px 1px 3px 2px #477034;">
Div content here
</div>
This text has color #477034 on black background.
This text has color #477034 on white background.
This text has black color on #477034 background.
This text has white color on #477034 background.
Complementary color for #hex is #B88FCB.