HEX: #471556
RGB: (71,21,86)
#471556 contains mainly red and blue colors. Web safe color of #471556 is #330066 (or #306).
#471556 color RGB value is (71,21,86).
RGB: (71,21,86) (28%,8%,34%)
R 71 of 255 = 28%
G 21 of 255 = 8%
B 86 of 255 = 34%
R + G + B ~ 23%. #471556 is dark color.
R + G + B =
71 + 21 + 86 = 178 (100%)
R 71 of 178 ~ 39.89%
G 21 of 178 ~ 11.8%
B 86 of 178 ~ 48.31%
#471556 color CMYK value is (17,76,0,66).
CMYK: (17,76,0,66) C17M76Y0K66 (17%,76%,0%,66%) (0.17/0.76/0.00/0.66)
47 | 15 | 56 | |
---|---|---|---|
RGB | 71 | 21 | 86 |
HSL | 286° | 60.75% | 20.98% |
HSB/HSV | 286° | 75.58% | 33.73% |
CMYK | 17.44% | 75.58% | 0.00% |
66.27% |
HEX | 47 | 15 | 56 |
Decimal | 71 | 21 | 86 |
Binary | 1000111 | 10101 | 1010110 |
Octal | 107 | 25 | 126 |
Examples of css and html codes for elements with #471556 color. Also use rgb(71,21,86) instead hex code.
.myTextColor { color: #471556; }
<p style="color:#471556">This sample text font color is #471556.</p>
This text font color is #471556.
.myBgColor { background-color: #471556; }
<div style="background-color:#471556">Inner text</div>
This div background color is #471556.
.myBorderColor { border: 1px solid #471556; }
<div style="border:3px solid #471556">Div</div>
This div border color is #471556.
.myOpacity80 { color: #471556; opacity: 0.8; }
<p style="color:#471556;opacity:0.8;">80%</p>
Text with #471556 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #471556;}
<p style="text-shadow: 3px 3px 1px #471556">Text here.</p>
This text has shadow with #471556 color.
.textShadow {text-shadow: 3px 3px 1px #471556, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #471556, 5px 5px 20px red">Text here.</p>
This text has shadow with #471556 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#471556, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#471556, Direction=45, Strength=4)">Text</p>
This text has shadow with #471556 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #471556; -webkit-box-shadow: 1px 1px 3px 2px #471556; box-shadow: 1px 1px 3px 2px #471556; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #471556; -webkit-box-shadow: 1px 1px 3px 2px #471556; box-shadow:1px 1px 3px 2px #471556;">
Div content here</div>
This text has color #471556 on black background.
This text has color #471556 on white background.
This text has black color on #471556 background.
This text has white color on #471556 background.