HEX: #477255
RGB: (71,114,85)
#477255 contains red, green and blue colors in about the same proportion. Web safe color of #477255 is #336666 (or #366).
#477255 color RGB value is (71,114,85).
RGB: (71,114,85)
(28%, 45%, 33%)
R 71 of 255 = 28%
G 114 of 255 = 45%
B 85 of 255 = 33%
R + G + B ~ 35%. #477255 is quite dark color.
R + G + B = 71 + 114 + 85 = 270 (100%)
R 71 of 270 ~ 26.3%
G 114 of 270 ~ 42.22%
B 85 of 270 ~ 31.48'%
#477255 color CMYK value is (38,0,25,55).
CMYK: (38,0,25,55)
C38M0Y25K55 (38%, 0%, 25%, 55%)
(0.38 / 0.00 / 0.25 / 0.55)
Color #477255 in popluar color models
47 | 72 | 55 | |
---|---|---|---|
RGB | 71 | 114 | 85 |
HSL | 140° | 23.24% | 36.27% |
HSB/HSV | 140° | 37.72% | 44.71% |
CMYK | 37.72% | 0.00% | 25.44% |
55.29% |
Color #477255 in popluar number systems.
HEX | 47 | 72 | 55 |
Decimal | 71 | 114 | 85 |
Binary | 1000111 | 1110010 | 1010101 |
Octal | 107 | 162 | 125 |
Shades of #477255
Tints of #477255
Examples of css and html codes for elements with #477255 color. Also use rgb(71,114,85) instead hex code.
.myTextColor { color: #477255; }
<p style="color:#477255">This sample text font color is #477255.</p>
This text font color is #477255.
.myBgColor { background-color: #477255; }
<div style="background-color:#477255">Inner text</div>
This div background color is #477255.
.myBorderColor { border: 1px solid #477255; }
<div style="border:3px solid #477255">Div</div>
This div border color is #477255.
.myOpacity80 { color: #477255; opacity: 0.8; }
<p style="color:#477255;opacity:0.8;">80%</p>
Text with #477255 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #477255;}
<p style="text-shadow: 3px 3px 1px #477255">Text here.</p>
This text has shadow with #477255 color.
.textShadow {text-shadow: 3px 3px 1px #477255', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #477255, 5px 5px 20px red">Text here.</p>
This text has shadow with #477255 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#477255, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#477255, Direction=45, Strength=4)">Text</p>
This text has shadow with #477255 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #477255;
-webkit-box-shadow: 1px 1px 3px 2px #477255;
box-shadow: 1px 1px 3px 2px #477255;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #477255; -webkit-box-shadow: 1px 1px 3px 2px #477255; box-shadow:1px 1px 3px 2px #477255;">
Div content here
</div>
This text has color #477255 on black background.
This text has color #477255 on white background.
This text has black color on #477255 background.
This text has white color on #477255 background.
Complementary color for #hex is #B88DAA.