HEX: #473373
RGB: (71,51,115)
#473373 contains mainly red and blue colors. Web safe color of #473373 is #333366 (or #336).
#473373 color RGB value is (71,51,115).
RGB: (71,51,115) (28%,20%,45%)
R 71 of 255 = 28%
G 51 of 255 = 20%
B 115 of 255 = 45%
R + G + B ~ 31%. #473373 is quite dark color.
R + G + B =
71 + 51 + 115 = 237 (100%)
R 71 of 237 ~ 29.96%
G 51 of 237 ~ 21.52%
B 115 of 237 ~ 48.52%
#473373 color CMYK value is (38,56,0,55).
CMYK: (38,56,0,55) C38M56Y0K55 (38%,56%,0%,55%) (0.38/0.56/0.00/0.55)
47 | 33 | 73 | |
---|---|---|---|
RGB | 71 | 51 | 115 |
HSL | 259° | 38.55% | 32.55% |
HSB/HSV | 259° | 55.65% | 45.10% |
CMYK | 38.26% | 55.65% | 0.00% |
54.90% |
HEX | 47 | 33 | 73 |
Decimal | 71 | 51 | 115 |
Binary | 1000111 | 110011 | 1110011 |
Octal | 107 | 63 | 163 |
Examples of css and html codes for elements with #473373 color. Also use rgb(71,51,115) instead hex code.
.myTextColor { color: #473373; }
<p style="color:#473373">This sample text font color is #473373.</p>
This text font color is #473373.
.myBgColor { background-color: #473373; }
<div style="background-color:#473373">Inner text</div>
This div background color is #473373.
.myBorderColor { border: 1px solid #473373; }
<div style="border:3px solid #473373">Div</div>
This div border color is #473373.
.myOpacity80 { color: #473373; opacity: 0.8; }
<p style="color:#473373;opacity:0.8;">80%</p>
Text with #473373 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #473373;}
<p style="text-shadow: 3px 3px 1px #473373">Text here.</p>
This text has shadow with #473373 color.
.textShadow {text-shadow: 3px 3px 1px #473373, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #473373, 5px 5px 20px red">Text here.</p>
This text has shadow with #473373 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#473373, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#473373, Direction=45, Strength=4)">Text</p>
This text has shadow with #473373 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #473373; -webkit-box-shadow: 1px 1px 3px 2px #473373; box-shadow: 1px 1px 3px 2px #473373; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #473373; -webkit-box-shadow: 1px 1px 3px 2px #473373; box-shadow:1px 1px 3px 2px #473373;">
Div content here</div>
This text has color #473373 on black background.
This text has color #473373 on white background.
This text has black color on #473373 background.
This text has white color on #473373 background.