HEX: #472537
RGB: (71,37,55)
#472537 contains red, green and blue colors in about the same proportion. Web safe color of #472537 is #333333 (or #333).
#472537 color RGB value is (71,37,55).
RGB: (71,37,55) (28%,15%,22%)
R 71 of 255 = 28%
G 37 of 255 = 15%
B 55 of 255 = 22%
R + G + B ~ 22%. #472537 is dark color.
R + G + B =
71 + 37 + 55 = 163 (100%)
R 71 of 163 ~ 43.56%
G 37 of 163 ~ 22.7%
B 55 of 163 ~ 33.74%
#472537 color CMYK value is (0,48,23,72).
CMYK: (0,48,23,72) C0M48Y23K72 (0%,48%,23%,72%) (0.00/0.48/0.23/0.72)
47 | 25 | 37 | |
---|---|---|---|
RGB | 71 | 37 | 55 |
HSL | 328° | 31.48% | 21.18% |
HSB/HSV | 328° | 47.89% | 27.84% |
CMYK | 0.00% | 47.89% | 22.54% |
72.16% |
HEX | 47 | 25 | 37 |
Decimal | 71 | 37 | 55 |
Binary | 1000111 | 100101 | 110111 |
Octal | 107 | 45 | 67 |
Examples of css and html codes for elements with #472537 color. Also use rgb(71,37,55) instead hex code.
.myTextColor { color: #472537; }
<p style="color:#472537">This sample text font color is #472537.</p>
This text font color is #472537.
.myBgColor { background-color: #472537; }
<div style="background-color:#472537">Inner text</div>
This div background color is #472537.
.myBorderColor { border: 1px solid #472537; }
<div style="border:3px solid #472537">Div</div>
This div border color is #472537.
.myOpacity80 { color: #472537; opacity: 0.8; }
<p style="color:#472537;opacity:0.8;">80%</p>
Text with #472537 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #472537;}
<p style="text-shadow: 3px 3px 1px #472537">Text here.</p>
This text has shadow with #472537 color.
.textShadow {text-shadow: 3px 3px 1px #472537, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #472537, 5px 5px 20px red">Text here.</p>
This text has shadow with #472537 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#472537, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#472537, Direction=45, Strength=4)">Text</p>
This text has shadow with #472537 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #472537; -webkit-box-shadow: 1px 1px 3px 2px #472537; box-shadow: 1px 1px 3px 2px #472537; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #472537; -webkit-box-shadow: 1px 1px 3px 2px #472537; box-shadow:1px 1px 3px 2px #472537;">
Div content here</div>
This text has color #472537 on black background.
This text has color #472537 on white background.
This text has black color on #472537 background.
This text has white color on #472537 background.