HEX: #473344
RGB: (71,51,68)
#473344 contains red, green and blue colors in about the same proportion. Web safe color of #473344 is #333333 (or #333).
#473344 color RGB value is (71,51,68).
RGB: (71,51,68)
(28%, 20%, 27%)
R 71 of 255 = 28%
G 51 of 255 = 20%
B 68 of 255 = 27%
R + G + B ~ 25%. #473344 is quite dark color.
R + G + B = 71 + 51 + 68 = 190 (100%)
R 71 of 190 ~ 37.37%
G 51 of 190 ~ 26.84%
B 68 of 190 ~ 35.79'%
#473344 color CMYK value is (0,28,4,72).
CMYK: (0,28,4,72)
C0M28Y4K72 (0%, 28%, 4%, 72%)
(0.00 / 0.28 / 0.04 / 0.72)
Color #473344 in popluar color models
47 | 33 | 44 | |
---|---|---|---|
RGB | 71 | 51 | 68 |
HSL | 309° | 16.39% | 23.92% |
HSB/HSV | 309° | 28.17% | 27.84% |
CMYK | 0.00% | 28.17% | 4.23% |
72.16% |
Color #473344 in popluar number systems.
HEX | 47 | 33 | 44 |
Decimal | 71 | 51 | 68 |
Binary | 1000111 | 110011 | 1000100 |
Octal | 107 | 63 | 104 |
Shades of #473344
Tints of #473344
Examples of css and html codes for elements with #473344 color. Also use rgb(71,51,68) instead hex code.
.myTextColor { color: #473344; }
<p style="color:#473344">This sample text font color is #473344.</p>
This text font color is #473344.
.myBgColor { background-color: #473344; }
<div style="background-color:#473344">Inner text</div>
This div background color is #473344.
.myBorderColor { border: 1px solid #473344; }
<div style="border:3px solid #473344">Div</div>
This div border color is #473344.
.myOpacity80 { color: #473344; opacity: 0.8; }
<p style="color:#473344;opacity:0.8;">80%</p>
Text with #473344 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #473344;}
<p style="text-shadow: 3px 3px 1px #473344">Text here.</p>
This text has shadow with #473344 color.
.textShadow {text-shadow: 3px 3px 1px #473344', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #473344, 5px 5px 20px red">Text here.</p>
This text has shadow with #473344 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#473344, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#473344, Direction=45, Strength=4)">Text</p>
This text has shadow with #473344 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #473344;
-webkit-box-shadow: 1px 1px 3px 2px #473344;
box-shadow: 1px 1px 3px 2px #473344;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #473344; -webkit-box-shadow: 1px 1px 3px 2px #473344; box-shadow:1px 1px 3px 2px #473344;">
Div content here
</div>
This text has color #473344 on black background.
This text has color #473344 on white background.
This text has black color on #473344 background.
This text has white color on #473344 background.
Complementary color for #hex is #B8CCBB.