HEX: #477864
RGB: (71,120,100)
#477864 contains red, green and blue colors in about the same proportion. Web safe color of #477864 is #336666 (or #366).
#477864 color RGB value is (71,120,100).
RGB: (71,120,100)
(28%, 47%, 39%)
R 71 of 255 = 28%
G 120 of 255 = 47%
B 100 of 255 = 39%
R + G + B ~ 38%. #477864 is quite dark color.
R + G + B = 71 + 120 + 100 = 291 (100%)
R 71 of 291 ~ 24.4%
G 120 of 291 ~ 41.24%
B 100 of 291 ~ 34.36'%
#477864 color CMYK value is (41,0,17,53).
CMYK: (41,0,17,53)
C41M0Y17K53 (41%, 0%, 17%, 53%)
(0.41 / 0.00 / 0.17 / 0.53)
Color #477864 in popluar color models
47 | 78 | 64 | |
---|---|---|---|
RGB | 71 | 120 | 100 |
HSL | 156° | 25.65% | 37.45% |
HSB/HSV | 156° | 40.83% | 47.06% |
CMYK | 40.83% | 0.00% | 16.67% |
52.94% |
Color #477864 in popluar number systems.
HEX | 47 | 78 | 64 |
Decimal | 71 | 120 | 100 |
Binary | 1000111 | 1111000 | 1100100 |
Octal | 107 | 170 | 144 |
Shades of #477864
Tints of #477864
Examples of css and html codes for elements with #477864 color. Also use rgb(71,120,100) instead hex code.
.myTextColor { color: #477864; }
<p style="color:#477864">This sample text font color is #477864.</p>
This text font color is #477864.
.myBgColor { background-color: #477864; }
<div style="background-color:#477864">Inner text</div>
This div background color is #477864.
.myBorderColor { border: 1px solid #477864; }
<div style="border:3px solid #477864">Div</div>
This div border color is #477864.
.myOpacity80 { color: #477864; opacity: 0.8; }
<p style="color:#477864;opacity:0.8;">80%</p>
Text with #477864 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #477864;}
<p style="text-shadow: 3px 3px 1px #477864">Text here.</p>
This text has shadow with #477864 color.
.textShadow {text-shadow: 3px 3px 1px #477864', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #477864, 5px 5px 20px red">Text here.</p>
This text has shadow with #477864 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#477864, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#477864, Direction=45, Strength=4)">Text</p>
This text has shadow with #477864 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #477864;
-webkit-box-shadow: 1px 1px 3px 2px #477864;
box-shadow: 1px 1px 3px 2px #477864;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #477864; -webkit-box-shadow: 1px 1px 3px 2px #477864; box-shadow:1px 1px 3px 2px #477864;">
Div content here
</div>
This text has color #477864 on black background.
This text has color #477864 on white background.
This text has black color on #477864 background.
This text has white color on #477864 background.
Complementary color for #hex is #B8879B.