HEX: #476767
RGB: (71,103,103)
#476767 contains red, green and blue colors in about the same proportion. Web safe color of #476767 is #336666 (or #366).
#476767 color RGB value is (71,103,103).
RGB: (71,103,103)
(28%, 40%, 40%)
R 71 of 255 = 28%
G 103 of 255 = 40%
B 103 of 255 = 40%
R + G + B ~ 36%. #476767 is quite dark color.
R + G + B = 71 + 103 + 103 = 277 (100%)
R 71 of 277 ~ 25.63%
G 103 of 277 ~ 37.18%
B 103 of 277 ~ 37.18'%
#476767 color CMYK value is (31,0,0,60).
CMYK: (31,0,0,60)
C31M0Y0K60 (31%, 0%, 0%, 60%)
(0.31 / 0.00 / 0.00 / 0.60)
Color #476767 in popluar color models
47 | 67 | 67 | |
---|---|---|---|
RGB | 71 | 103 | 103 |
HSL | 180° | 18.39% | 34.12% |
HSB/HSV | 180° | 31.07% | 40.39% |
CMYK | 31.07% | 0.00% | 0.00% |
59.61% |
Color #476767 in popluar number systems.
HEX | 47 | 67 | 67 |
Decimal | 71 | 103 | 103 |
Binary | 1000111 | 1100111 | 1100111 |
Octal | 107 | 147 | 147 |
Shades of #476767
Tints of #476767
Examples of css and html codes for elements with #476767 color. Also use rgb(71,103,103) instead hex code.
.myTextColor { color: #476767; }
<p style="color:#476767">This sample text font color is #476767.</p>
This text font color is #476767.
.myBgColor { background-color: #476767; }
<div style="background-color:#476767">Inner text</div>
This div background color is #476767.
.myBorderColor { border: 1px solid #476767; }
<div style="border:3px solid #476767">Div</div>
This div border color is #476767.
.myOpacity80 { color: #476767; opacity: 0.8; }
<p style="color:#476767;opacity:0.8;">80%</p>
Text with #476767 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #476767;}
<p style="text-shadow: 3px 3px 1px #476767">Text here.</p>
This text has shadow with #476767 color.
.textShadow {text-shadow: 3px 3px 1px #476767', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #476767, 5px 5px 20px red">Text here.</p>
This text has shadow with #476767 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#476767, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#476767, Direction=45, Strength=4)">Text</p>
This text has shadow with #476767 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #476767;
-webkit-box-shadow: 1px 1px 3px 2px #476767;
box-shadow: 1px 1px 3px 2px #476767;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #476767; -webkit-box-shadow: 1px 1px 3px 2px #476767; box-shadow:1px 1px 3px 2px #476767;">
Div content here
</div>
This text has color #476767 on black background.
This text has color #476767 on white background.
This text has black color on #476767 background.
This text has white color on #476767 background.