HEX: #477156
RGB: (71,113,86)
#477156 contains red, green and blue colors in about the same proportion. Web safe color of #477156 is #336666 (or #366).
#477156 color RGB value is (71,113,86).
RGB: (71,113,86)
(28%, 44%, 34%)
R 71 of 255 = 28%
G 113 of 255 = 44%
B 86 of 255 = 34%
R + G + B ~ 35%. #477156 is quite dark color.
R + G + B = 71 + 113 + 86 = 270 (100%)
R 71 of 270 ~ 26.3%
G 113 of 270 ~ 41.85%
B 86 of 270 ~ 31.85'%
#477156 color CMYK value is (37,0,24,56).
CMYK: (37,0,24,56)
C37M0Y24K56 (37%, 0%, 24%, 56%)
(0.37 / 0.00 / 0.24 / 0.56)
Color #477156 in popluar color models
47 | 71 | 56 | |
---|---|---|---|
RGB | 71 | 113 | 86 |
HSL | 141° | 22.83% | 36.08% |
HSB/HSV | 141° | 37.17% | 44.31% |
CMYK | 37.17% | 0.00% | 23.89% |
55.69% |
Color #477156 in popluar number systems.
HEX | 47 | 71 | 56 |
Decimal | 71 | 113 | 86 |
Binary | 1000111 | 1110001 | 1010110 |
Octal | 107 | 161 | 126 |
Shades of #477156
Tints of #477156
Examples of css and html codes for elements with #477156 color. Also use rgb(71,113,86) instead hex code.
.myTextColor { color: #477156; }
<p style="color:#477156">This sample text font color is #477156.</p>
This text font color is #477156.
.myBgColor { background-color: #477156; }
<div style="background-color:#477156">Inner text</div>
This div background color is #477156.
.myBorderColor { border: 1px solid #477156; }
<div style="border:3px solid #477156">Div</div>
This div border color is #477156.
.myOpacity80 { color: #477156; opacity: 0.8; }
<p style="color:#477156;opacity:0.8;">80%</p>
Text with #477156 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #477156;}
<p style="text-shadow: 3px 3px 1px #477156">Text here.</p>
This text has shadow with #477156 color.
.textShadow {text-shadow: 3px 3px 1px #477156', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #477156, 5px 5px 20px red">Text here.</p>
This text has shadow with #477156 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#477156, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#477156, Direction=45, Strength=4)">Text</p>
This text has shadow with #477156 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #477156;
-webkit-box-shadow: 1px 1px 3px 2px #477156;
box-shadow: 1px 1px 3px 2px #477156;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #477156; -webkit-box-shadow: 1px 1px 3px 2px #477156; box-shadow:1px 1px 3px 2px #477156;">
Div content here
</div>
This text has color #477156 on black background.
This text has color #477156 on white background.
This text has black color on #477156 background.
This text has white color on #477156 background.
Complementary color for #hex is #B88EA9.