HEX: #471343
RGB: (71,19,67)
#471343 contains red, green and blue colors in about the same proportion. Web safe color of #471343 is #330033 (or #303).
#471343 color RGB value is (71,19,67).
RGB: (71,19,67)
(28%, 7%, 26%)
R 71 of 255 = 28%
G 19 of 255 = 7%
B 67 of 255 = 26%
R + G + B ~ 20%. #471343 is dark color.
R + G + B = 71 + 19 + 67 = 157 (100%)
R 71 of 157 ~ 45.22%
G 19 of 157 ~ 12.1%
B 67 of 157 ~ 42.68'%
#471343 color CMYK value is (0,73,6,72).
CMYK: (0,73,6,72) C0M73Y6K72 (0%,73%,6%,72%) (0.00/0.73/0.06/0.72)
Color #471343 in popluar color models
47 | 13 | 43 | |
---|---|---|---|
RGB | 71 | 19 | 67 |
HSL | 305° | 57.78% | 17.65% |
HSB/HSV | 305° | 73.24% | 27.84% |
CMYK | 0.00% | 73.24% | 5.63% |
72.16% |
Color #471343 in popluar number systems.
HEX | 47 | 13 | 43 |
Decimal | 71 | 19 | 67 |
Binary | 1000111 | 10011 | 1000011 |
Octal | 107 | 23 | 103 |
Shades of #471343
Tints of #471343
Examples of css and html codes for elements with #471343 color. Also use rgb(71,19,67) instead hex code.
.myTextColor { color: #471343; }
<p style="color:#471343">This sample text font color is #471343.</p>
This text font color is #471343.
.myBgColor { background-color: #471343; }
<div style="background-color:#471343">Inner text</div>
This div background color is #471343.
.myBorderColor { border: 1px solid #471343; }
<div style="border:3px solid #471343">Div</div>
This div border color is #471343.
.myOpacity80 { color: #471343; opacity: 0.8; }
<p style="color:#471343;opacity:0.8;">80%</p>
Text with #471343 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #471343;}
<p style="text-shadow: 3px 3px 1px #471343">Text here.</p>
This text has shadow with #471343 color.
.textShadow {text-shadow: 3px 3px 1px #471343', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #471343, 5px 5px 20px red">Text here.</p>
This text has shadow with #471343 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#471343, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#471343, Direction=45, Strength=4)">Text</p>
This text has shadow with #471343 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #471343;
-webkit-box-shadow: 1px 1px 3px 2px #471343;
box-shadow: 1px 1px 3px 2px #471343;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #471343; -webkit-box-shadow: 1px 1px 3px 2px #471343; box-shadow:1px 1px 3px 2px #471343;">
Div content here
</div>
This text has color #471343 on black background.
This text has color #471343 on white background.
This text has black color on #471343 background.
This text has white color on #471343 background.
Complementary color for #hex is #B8ECBC.