HEX: #471021
RGB: (71,16,33)
#471021 contains red, green and blue colors in about the same proportion. Web safe color of #471021 is #330033 (or #303).
#471021 color RGB value is (71,16,33).
RGB: (71,16,33)
(28%, 6%, 13%)
R 71 of 255 = 28%
G 16 of 255 = 6%
B 33 of 255 = 13%
R + G + B ~ 16%. #471021 is dark color.
R + G + B = 71 + 16 + 33 = 120 (100%)
R 71 of 120 ~ 59.17%
G 16 of 120 ~ 13.33%
B 33 of 120 ~ 27.5'%
#471021 color CMYK value is (0,77,54,72).
CMYK: (0,77,54,72) C0M77Y54K72 (0%,77%,54%,72%) (0.00/0.77/0.54/0.72)
Color #471021 in popluar color models
47 | 10 | 21 | |
---|---|---|---|
RGB | 71 | 16 | 33 |
HSL | 341° | 63.22% | 17.06% |
HSB/HSV | 341° | 77.46% | 27.84% |
CMYK | 0.00% | 77.46% | 53.52% |
72.16% |
Color #471021 in popluar number systems.
HEX | 47 | 10 | 21 |
Decimal | 71 | 16 | 33 |
Binary | 1000111 | 10000 | 100001 |
Octal | 107 | 20 | 41 |
Shades of #471021
Tints of #471021
Examples of css and html codes for elements with #471021 color. Also use rgb(71,16,33) instead hex code.
.myTextColor { color: #471021; }
<p style="color:#471021">This sample text font color is #471021.</p>
This text font color is #471021.
.myBgColor { background-color: #471021; }
<div style="background-color:#471021">Inner text</div>
This div background color is #471021.
.myBorderColor { border: 1px solid #471021; }
<div style="border:3px solid #471021">Div</div>
This div border color is #471021.
.myOpacity80 { color: #471021; opacity: 0.8; }
<p style="color:#471021;opacity:0.8;">80%</p>
Text with #471021 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #471021;}
<p style="text-shadow: 3px 3px 1px #471021">Text here.</p>
This text has shadow with #471021 color.
.textShadow {text-shadow: 3px 3px 1px #471021', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #471021, 5px 5px 20px red">Text here.</p>
This text has shadow with #471021 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#471021, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#471021, Direction=45, Strength=4)">Text</p>
This text has shadow with #471021 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #471021;
-webkit-box-shadow: 1px 1px 3px 2px #471021;
box-shadow: 1px 1px 3px 2px #471021;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #471021; -webkit-box-shadow: 1px 1px 3px 2px #471021; box-shadow:1px 1px 3px 2px #471021;">
Div content here
</div>
This text has color #471021 on black background.
This text has color #471021 on white background.
This text has black color on #471021 background.
This text has white color on #471021 background.
Complementary color for #hex is #B8EFDE.