HEX: #471D53
RGB: (71,29,83)
#471D53 contains red, green and blue colors in about the same proportion. Web safe color of #471D53 is #333366 (or #336).
#471D53 color RGB value is (71,29,83).
RGB: (71,29,83)
(28%, 11%, 33%)
R 71 of 255 = 28%
G 29 of 255 = 11%
B 83 of 255 = 33%
R + G + B ~ 24%. #471D53 is dark color.
R + G + B = 71 + 29 + 83 = 183 (100%)
R 71 of 183 ~ 38.8%
G 29 of 183 ~ 15.85%
B 83 of 183 ~ 45.36'%
#471D53 color CMYK value is (14,65,0,67).
CMYK: (14,65,0,67)
C14M65Y0K67 (14%, 65%, 0%, 67%)
(0.14 / 0.65 / 0.00 / 0.67)
Color #471D53 in popluar color models
47 | 1D | 53 | |
---|---|---|---|
RGB | 71 | 29 | 83 |
HSL | 287° | 48.21% | 21.96% |
HSB/HSV | 287° | 65.06% | 32.55% |
CMYK | 14.46% | 65.06% | 0.00% |
67.45% |
Color #471D53 in popluar number systems.
HEX | 47 | 1D | 53 |
Decimal | 71 | 29 | 83 |
Binary | 1000111 | 11101 | 1010011 |
Octal | 107 | 35 | 123 |
Shades of #471D53
Tints of #471D53
Examples of css and html codes for elements with #471D53 color. Also use rgb(71,29,83) instead hex code.
.myTextColor { color: #471D53; }
<p style="color:#471D53">This sample text font color is #471D53.</p>
This text font color is #471D53.
.myBgColor { background-color: #471D53; }
<div style="background-color:#471D53">Inner text</div>
This div background color is #471D53.
.myBorderColor { border: 1px solid #471D53; }
<div style="border:3px solid #471D53">Div</div>
This div border color is #471D53.
.myOpacity80 { color: #471D53; opacity: 0.8; }
<p style="color:#471D53;opacity:0.8;">80%</p>
Text with #471D53 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #471D53;}
<p style="text-shadow: 3px 3px 1px #471D53">Text here.</p>
This text has shadow with #471D53 color.
.textShadow {text-shadow: 3px 3px 1px #471D53', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #471D53, 5px 5px 20px red">Text here.</p>
This text has shadow with #471D53 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#471D53, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#471D53, Direction=45, Strength=4)">Text</p>
This text has shadow with #471D53 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #471D53;
-webkit-box-shadow: 1px 1px 3px 2px #471D53;
box-shadow: 1px 1px 3px 2px #471D53;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #471D53; -webkit-box-shadow: 1px 1px 3px 2px #471D53; box-shadow:1px 1px 3px 2px #471D53;">
Div content here
</div>
This text has color #471D53 on black background.
This text has color #471D53 on white background.
This text has black color on #471D53 background.
This text has white color on #471D53 background.
Complementary color for #hex is #B8E2AC.