HEX: #476253
RGB: (71,98,83)
#476253 contains red, green and blue colors in about the same proportion. Web safe color of #476253 is #336666 (or #366).
#476253 color RGB value is (71,98,83).
RGB: (71,98,83) (28%,38%,33%)
R 71 of 255 = 28%
G 98 of 255 = 38%
B 83 of 255 = 33%
R + G + B ~ 33%. #476253 is quite dark color.
R + G + B =
71 + 98 + 83 = 252 (100%)
R 71 of 252 ~ 28.17%
G 98 of 252 ~ 38.89%
B 83 of 252 ~ 32.94%
#476253 color CMYK value is (28,0,15,62).
CMYK: (28,0,15,62) C28M0Y15K62 (28%,0%,15%,62%) (0.28/0.00/0.15/0.62)
47 | 62 | 53 | |
---|---|---|---|
RGB | 71 | 98 | 83 |
HSL | 147° | 15.98% | 33.14% |
HSB/HSV | 147° | 27.55% | 38.43% |
CMYK | 27.55% | 0.00% | 15.31% |
61.57% |
HEX | 47 | 62 | 53 |
Decimal | 71 | 98 | 83 |
Binary | 1000111 | 1100010 | 1010011 |
Octal | 107 | 142 | 123 |
Examples of css and html codes for elements with #476253 color. Also use rgb(71,98,83) instead hex code.
.myTextColor { color: #476253; }
<p style="color:#476253">This sample text font color is #476253.</p>
This text font color is #476253.
.myBgColor { background-color: #476253; }
<div style="background-color:#476253">Inner text</div>
This div background color is #476253.
.myBorderColor { border: 1px solid #476253; }
<div style="border:3px solid #476253">Div</div>
This div border color is #476253.
.myOpacity80 { color: #476253; opacity: 0.8; }
<p style="color:#476253;opacity:0.8;">80%</p>
Text with #476253 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #476253;}
<p style="text-shadow: 3px 3px 1px #476253">Text here.</p>
This text has shadow with #476253 color.
.textShadow {text-shadow: 3px 3px 1px #476253, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #476253, 5px 5px 20px red">Text here.</p>
This text has shadow with #476253 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#476253, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#476253, Direction=45, Strength=4)">Text</p>
This text has shadow with #476253 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #476253; -webkit-box-shadow: 1px 1px 3px 2px #476253; box-shadow: 1px 1px 3px 2px #476253; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #476253; -webkit-box-shadow: 1px 1px 3px 2px #476253; box-shadow:1px 1px 3px 2px #476253;">
Div content here</div>
This text has color #476253 on black background.
This text has color #476253 on white background.
This text has black color on #476253 background.
This text has white color on #476253 background.