HEX: #475858
RGB: (71,88,88)
#475858 contains red, green and blue colors in about the same proportion. Web safe color of #475858 is #336666 (or #366).
#475858 color RGB value is (71,88,88).
RGB: (71,88,88) (28%,35%,35%)
R 71 of 255 = 28%
G 88 of 255 = 35%
B 88 of 255 = 35%
R + G + B ~ 33%. #475858 is quite dark color.
R + G + B =
71 + 88 + 88 = 247 (100%)
R 71 of 247 ~ 28.74%
G 88 of 247 ~ 35.63%
B 88 of 247 ~ 35.63%
#475858 color CMYK value is (19,0,0,65).
CMYK: (19,0,0,65) C19M0Y0K65 (19%,0%,0%,65%) (0.19/0.00/0.00/0.65)
47 | 58 | 58 | |
---|---|---|---|
RGB | 71 | 88 | 88 |
HSL | 180° | 10.69% | 31.18% |
HSB/HSV | 180° | 19.32% | 34.51% |
CMYK | 19.32% | 0.00% | 0.00% |
65.49% |
HEX | 47 | 58 | 58 |
Decimal | 71 | 88 | 88 |
Binary | 1000111 | 1011000 | 1011000 |
Octal | 107 | 130 | 130 |
Examples of css and html codes for elements with #475858 color. Also use rgb(71,88,88) instead hex code.
.myTextColor { color: #475858; }
<p style="color:#475858">This sample text font color is #475858.</p>
This text font color is #475858.
.myBgColor { background-color: #475858; }
<div style="background-color:#475858">Inner text</div>
This div background color is #475858.
.myBorderColor { border: 1px solid #475858; }
<div style="border:3px solid #475858">Div</div>
This div border color is #475858.
.myOpacity80 { color: #475858; opacity: 0.8; }
<p style="color:#475858;opacity:0.8;">80%</p>
Text with #475858 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #475858;}
<p style="text-shadow: 3px 3px 1px #475858">Text here.</p>
This text has shadow with #475858 color.
.textShadow {text-shadow: 3px 3px 1px #475858, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #475858, 5px 5px 20px red">Text here.</p>
This text has shadow with #475858 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#475858, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#475858, Direction=45, Strength=4)">Text</p>
This text has shadow with #475858 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #475858; -webkit-box-shadow: 1px 1px 3px 2px #475858; box-shadow: 1px 1px 3px 2px #475858; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #475858; -webkit-box-shadow: 1px 1px 3px 2px #475858; box-shadow:1px 1px 3px 2px #475858;">
Div content here</div>
This text has color #475858 on black background.
This text has color #475858 on white background.
This text has black color on #475858 background.
This text has white color on #475858 background.