HEX: #477F34
RGB: (71,127,52)
#477F34 contains mainly red and green colors. Web safe color of #477F34 is #336633 (or #363).
#477F34 color RGB value is (71,127,52).
RGB: (71,127,52)
(28%, 50%, 20%)
R 71 of 255 = 28%
G 127 of 255 = 50%
B 52 of 255 = 20%
R + G + B ~ 33%. #477F34 is quite dark color.
R + G + B = 71 + 127 + 52 = 250 (100%)
R 71 of 250 ~ 28.4%
G 127 of 250 ~ 50.8%
B 52 of 250 ~ 20.8'%
#477F34 color CMYK value is (44,0,59,50).
CMYK: (44,0,59,50)
C44M0Y59K50 (44%, 0%, 59%, 50%)
(0.44 / 0.00 / 0.59 / 0.50)
Color #477F34 in popluar color models
47 | 7F | 34 | |
---|---|---|---|
RGB | 71 | 127 | 52 |
HSL | 105° | 41.90% | 35.10% |
HSB/HSV | 105° | 59.06% | 49.80% |
CMYK | 44.09% | 0.00% | 59.06% |
50.20% |
Color #477F34 in popluar number systems.
HEX | 47 | 7F | 34 |
Decimal | 71 | 127 | 52 |
Binary | 1000111 | 1111111 | 110100 |
Octal | 107 | 177 | 64 |
Shades of #477F34
Tints of #477F34
Examples of css and html codes for elements with #477F34 color. Also use rgb(71,127,52) instead hex code.
.myTextColor { color: #477F34; }
<p style="color:#477F34">This sample text font color is #477F34.</p>
This text font color is #477F34.
.myBgColor { background-color: #477F34; }
<div style="background-color:#477F34">Inner text</div>
This div background color is #477F34.
.myBorderColor { border: 1px solid #477F34; }
<div style="border:3px solid #477F34">Div</div>
This div border color is #477F34.
.myOpacity80 { color: #477F34; opacity: 0.8; }
<p style="color:#477F34;opacity:0.8;">80%</p>
Text with #477F34 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #477F34;}
<p style="text-shadow: 3px 3px 1px #477F34">Text here.</p>
This text has shadow with #477F34 color.
.textShadow {text-shadow: 3px 3px 1px #477F34', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #477F34, 5px 5px 20px red">Text here.</p>
This text has shadow with #477F34 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#477F34, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#477F34, Direction=45, Strength=4)">Text</p>
This text has shadow with #477F34 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #477F34;
-webkit-box-shadow: 1px 1px 3px 2px #477F34;
box-shadow: 1px 1px 3px 2px #477F34;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #477F34; -webkit-box-shadow: 1px 1px 3px 2px #477F34; box-shadow:1px 1px 3px 2px #477F34;">
Div content here
</div>
This text has color #477F34 on black background.
This text has color #477F34 on white background.
This text has black color on #477F34 background.
This text has white color on #477F34 background.
Complementary color for #hex is #B880CB.