HEX: #471131
RGB: (71,17,49)
#471131 contains red, green and blue colors in about the same proportion. Web safe color of #471131 is #330033 (or #303).
#471131 color RGB value is (71,17,49).
RGB: (71,17,49) (28%,7%,19%)
R 71 of 255 = 28%
G 17 of 255 = 7%
B 49 of 255 = 19%
R + G + B ~ 18%. #471131 is dark color.
R + G + B =
71 + 17 + 49 = 137 (100%)
R 71 of 137 ~ 51.82%
G 17 of 137 ~ 12.41%
B 49 of 137 ~ 35.77%
#471131 color CMYK value is (0,76,31,72).
CMYK: (0,76,31,72) C0M76Y31K72 (0%,76%,31%,72%) (0.00/0.76/0.31/0.72)
47 | 11 | 31 | |
---|---|---|---|
RGB | 71 | 17 | 49 |
HSL | 324° | 61.36% | 17.25% |
HSB/HSV | 324° | 76.06% | 27.84% |
CMYK | 0.00% | 76.06% | 30.99% |
72.16% |
HEX | 47 | 11 | 31 |
Decimal | 71 | 17 | 49 |
Binary | 1000111 | 10001 | 110001 |
Octal | 107 | 21 | 61 |
Examples of css and html codes for elements with #471131 color. Also use rgb(71,17,49) instead hex code.
.myTextColor { color: #471131; }
<p style="color:#471131">This sample text font color is #471131.</p>
This text font color is #471131.
.myBgColor { background-color: #471131; }
<div style="background-color:#471131">Inner text</div>
This div background color is #471131.
.myBorderColor { border: 1px solid #471131; }
<div style="border:3px solid #471131">Div</div>
This div border color is #471131.
.myOpacity80 { color: #471131; opacity: 0.8; }
<p style="color:#471131;opacity:0.8;">80%</p>
Text with #471131 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #471131;}
<p style="text-shadow: 3px 3px 1px #471131">Text here.</p>
This text has shadow with #471131 color.
.textShadow {text-shadow: 3px 3px 1px #471131, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #471131, 5px 5px 20px red">Text here.</p>
This text has shadow with #471131 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#471131, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#471131, Direction=45, Strength=4)">Text</p>
This text has shadow with #471131 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #471131; -webkit-box-shadow: 1px 1px 3px 2px #471131; box-shadow: 1px 1px 3px 2px #471131; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #471131; -webkit-box-shadow: 1px 1px 3px 2px #471131; box-shadow:1px 1px 3px 2px #471131;">
Div content here</div>
This text has color #471131 on black background.
This text has color #471131 on white background.
This text has black color on #471131 background.
This text has white color on #471131 background.