HEX: #471448
RGB: (71,20,72)
#471448 contains red, green and blue colors in about the same proportion. Web safe color of #471448 is #330033 (or #303).
#471448 color RGB value is (71,20,72).
RGB: (71,20,72)
(28%, 8%, 28%)
R 71 of 255 = 28%
G 20 of 255 = 8%
B 72 of 255 = 28%
R + G + B ~ 21%. #471448 is dark color.
R + G + B = 71 + 20 + 72 = 163 (100%)
R 71 of 163 ~ 43.56%
G 20 of 163 ~ 12.27%
B 72 of 163 ~ 44.17'%
#471448 color CMYK value is (1,72,0,72).
CMYK: (1,72,0,72) C1M72Y0K72 (1%,72%,0%,72%) (0.01/0.72/0.00/0.72)
Color #471448 in popluar color models
47 | 14 | 48 | |
---|---|---|---|
RGB | 71 | 20 | 72 |
HSL | 299° | 56.52% | 18.04% |
HSB/HSV | 299° | 72.22% | 28.24% |
CMYK | 1.39% | 72.22% | 0.00% |
71.76% |
Color #471448 in popluar number systems.
HEX | 47 | 14 | 48 |
Decimal | 71 | 20 | 72 |
Binary | 1000111 | 10100 | 1001000 |
Octal | 107 | 24 | 110 |
Shades of #471448
Tints of #471448
Examples of css and html codes for elements with #471448 color. Also use rgb(71,20,72) instead hex code.
.myTextColor { color: #471448; }
<p style="color:#471448">This sample text font color is #471448.</p>
This text font color is #471448.
.myBgColor { background-color: #471448; }
<div style="background-color:#471448">Inner text</div>
This div background color is #471448.
.myBorderColor { border: 1px solid #471448; }
<div style="border:3px solid #471448">Div</div>
This div border color is #471448.
.myOpacity80 { color: #471448; opacity: 0.8; }
<p style="color:#471448;opacity:0.8;">80%</p>
Text with #471448 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #471448;}
<p style="text-shadow: 3px 3px 1px #471448">Text here.</p>
This text has shadow with #471448 color.
.textShadow {text-shadow: 3px 3px 1px #471448', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #471448, 5px 5px 20px red">Text here.</p>
This text has shadow with #471448 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#471448, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#471448, Direction=45, Strength=4)">Text</p>
This text has shadow with #471448 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #471448;
-webkit-box-shadow: 1px 1px 3px 2px #471448;
box-shadow: 1px 1px 3px 2px #471448;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #471448; -webkit-box-shadow: 1px 1px 3px 2px #471448; box-shadow:1px 1px 3px 2px #471448;">
Div content here
</div>
This text has color #471448 on black background.
This text has color #471448 on white background.
This text has black color on #471448 background.
This text has white color on #471448 background.
Complementary color for #hex is #B8EBB7.