HEX: #477376
RGB: (71,115,118)
#477376 contains red, green and blue colors in about the same proportion. Web safe color of #477376 is #336666 (or #366).
#477376 color RGB value is (71,115,118).
RGB: (71,115,118)
(28%, 45%, 46%)
R 71 of 255 = 28%
G 115 of 255 = 45%
B 118 of 255 = 46%
R + G + B ~ 40%. #477376 is middle color (not dark and not light).
R + G + B = 71 + 115 + 118 = 304 (100%)
R 71 of 304 ~ 23.36%
G 115 of 304 ~ 37.83%
B 118 of 304 ~ 38.82'%
#477376 color CMYK value is (40,3,0,54).
CMYK: (40,3,0,54)
C40M3Y0K54 (40%, 3%, 0%, 54%)
(0.40 / 0.03 / 0.00 / 0.54)
Color #477376 in popluar color models
47 | 73 | 76 | |
---|---|---|---|
RGB | 71 | 115 | 118 |
HSL | 184° | 24.87% | 37.06% |
HSB/HSV | 184° | 39.83% | 46.27% |
CMYK | 39.83% | 2.54% | 0.00% |
53.73% |
Color #477376 in popluar number systems.
HEX | 47 | 73 | 76 |
Decimal | 71 | 115 | 118 |
Binary | 1000111 | 1110011 | 1110110 |
Octal | 107 | 163 | 166 |
Shades of #477376
Tints of #477376
Examples of css and html codes for elements with #477376 color. Also use rgb(71,115,118) instead hex code.
.myTextColor { color: #477376; }
<p style="color:#477376">This sample text font color is #477376.</p>
This text font color is #477376.
.myBgColor { background-color: #477376; }
<div style="background-color:#477376">Inner text</div>
This div background color is #477376.
.myBorderColor { border: 1px solid #477376; }
<div style="border:3px solid #477376">Div</div>
This div border color is #477376.
.myOpacity80 { color: #477376; opacity: 0.8; }
<p style="color:#477376;opacity:0.8;">80%</p>
Text with #477376 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #477376;}
<p style="text-shadow: 3px 3px 1px #477376">Text here.</p>
This text has shadow with #477376 color.
.textShadow {text-shadow: 3px 3px 1px #477376', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #477376, 5px 5px 20px red">Text here.</p>
This text has shadow with #477376 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#477376, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#477376, Direction=45, Strength=4)">Text</p>
This text has shadow with #477376 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #477376;
-webkit-box-shadow: 1px 1px 3px 2px #477376;
box-shadow: 1px 1px 3px 2px #477376;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #477376; -webkit-box-shadow: 1px 1px 3px 2px #477376; box-shadow:1px 1px 3px 2px #477376;">
Div content here
</div>
This text has color #477376 on black background.
This text has color #477376 on white background.
This text has black color on #477376 background.
This text has white color on #477376 background.
Complementary color for #hex is #B88C89.