HEX: #477665
RGB: (71,118,101)
#477665 contains red, green and blue colors in about the same proportion. Web safe color of #477665 is #336666 (or #366).
#477665 color RGB value is (71,118,101).
RGB: (71,118,101) (28%,46%,40%)
R 71 of 255 = 28%
G 118 of 255 = 46%
B 101 of 255 = 40%
R + G + B ~ 38%. #477665 is quite dark color.
R + G + B =
71 + 118 + 101 = 290 (100%)
R 71 of 290 ~ 24.48%
G 118 of 290 ~ 40.69%
B 101 of 290 ~ 34.83%
#477665 color CMYK value is (40,0,14,54).
CMYK: (40,0,14,54) C40M0Y14K54 (40%,0%,14%,54%) (0.40/0.00/0.14/0.54)
47 | 76 | 65 | |
---|---|---|---|
RGB | 71 | 118 | 101 |
HSL | 158° | 24.87% | 37.06% |
HSB/HSV | 158° | 39.83% | 46.27% |
CMYK | 39.83% | 0.00% | 14.41% |
53.73% |
HEX | 47 | 76 | 65 |
Decimal | 71 | 118 | 101 |
Binary | 1000111 | 1110110 | 1100101 |
Octal | 107 | 166 | 145 |
Examples of css and html codes for elements with #477665 color. Also use rgb(71,118,101) instead hex code.
.myTextColor { color: #477665; }
<p style="color:#477665">This sample text font color is #477665.</p>
This text font color is #477665.
.myBgColor { background-color: #477665; }
<div style="background-color:#477665">Inner text</div>
This div background color is #477665.
.myBorderColor { border: 1px solid #477665; }
<div style="border:3px solid #477665">Div</div>
This div border color is #477665.
.myOpacity80 { color: #477665; opacity: 0.8; }
<p style="color:#477665;opacity:0.8;">80%</p>
Text with #477665 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #477665;}
<p style="text-shadow: 3px 3px 1px #477665">Text here.</p>
This text has shadow with #477665 color.
.textShadow {text-shadow: 3px 3px 1px #477665, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #477665, 5px 5px 20px red">Text here.</p>
This text has shadow with #477665 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#477665, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#477665, Direction=45, Strength=4)">Text</p>
This text has shadow with #477665 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #477665; -webkit-box-shadow: 1px 1px 3px 2px #477665; box-shadow: 1px 1px 3px 2px #477665; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #477665; -webkit-box-shadow: 1px 1px 3px 2px #477665; box-shadow:1px 1px 3px 2px #477665;">
Div content here</div>
This text has color #477665 on black background.
This text has color #477665 on white background.
This text has black color on #477665 background.
This text has white color on #477665 background.