HEX: #472950
RGB: (71,41,80)
#472950 contains red, green and blue colors in about the same proportion. Web safe color of #472950 is #333366 (or #336).
#472950 color RGB value is (71,41,80).
RGB: (71,41,80)
(28%, 16%, 31%)
R 71 of 255 = 28%
G 41 of 255 = 16%
B 80 of 255 = 31%
R + G + B ~ 25%. #472950 is quite dark color.
R + G + B = 71 + 41 + 80 = 192 (100%)
R 71 of 192 ~ 36.98%
G 41 of 192 ~ 21.35%
B 80 of 192 ~ 41.67'%
#472950 color CMYK value is (11,49,0,69).
CMYK: (11,49,0,69) C11M49Y0K69 (11%,49%,0%,69%) (0.11/0.49/0.00/0.69)
Color #472950 in popluar color models
47 | 29 | 50 | |
---|---|---|---|
RGB | 71 | 41 | 80 |
HSL | 286° | 32.23% | 23.73% |
HSB/HSV | 286° | 48.75% | 31.37% |
CMYK | 11.25% | 48.75% | 0.00% |
68.63% |
Color #472950 in popluar number systems.
HEX | 47 | 29 | 50 |
Decimal | 71 | 41 | 80 |
Binary | 1000111 | 101001 | 1010000 |
Octal | 107 | 51 | 120 |
Shades of #472950
Tints of #472950
Examples of css and html codes for elements with #472950 color. Also use rgb(71,41,80) instead hex code.
.myTextColor { color: #472950; }
<p style="color:#472950">This sample text font color is #472950.</p>
This text font color is #472950.
.myBgColor { background-color: #472950; }
<div style="background-color:#472950">Inner text</div>
This div background color is #472950.
.myBorderColor { border: 1px solid #472950; }
<div style="border:3px solid #472950">Div</div>
This div border color is #472950.
.myOpacity80 { color: #472950; opacity: 0.8; }
<p style="color:#472950;opacity:0.8;">80%</p>
Text with #472950 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #472950;}
<p style="text-shadow: 3px 3px 1px #472950">Text here.</p>
This text has shadow with #472950 color.
.textShadow {text-shadow: 3px 3px 1px #472950', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #472950, 5px 5px 20px red">Text here.</p>
This text has shadow with #472950 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#472950, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#472950, Direction=45, Strength=4)">Text</p>
This text has shadow with #472950 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #472950;
-webkit-box-shadow: 1px 1px 3px 2px #472950;
box-shadow: 1px 1px 3px 2px #472950;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #472950; -webkit-box-shadow: 1px 1px 3px 2px #472950; box-shadow:1px 1px 3px 2px #472950;">
Div content here
</div>
This text has color #472950 on black background.
This text has color #472950 on white background.
This text has black color on #472950 background.
This text has white color on #472950 background.
Complementary color for #hex is #B8D6AF.