HEX: #473642
RGB: (71,54,66)
#473642 contains red, green and blue colors in about the same proportion. Web safe color of #473642 is #333333 (or #333).
#473642 color RGB value is (71,54,66).
RGB: (71,54,66)
(28%, 21%, 26%)
R 71 of 255 = 28%
G 54 of 255 = 21%
B 66 of 255 = 26%
R + G + B ~ 25%. #473642 is quite dark color.
R + G + B = 71 + 54 + 66 = 191 (100%)
R 71 of 191 ~ 37.17%
G 54 of 191 ~ 28.27%
B 66 of 191 ~ 34.55'%
#473642 color CMYK value is (0,24,7,72).
CMYK: (0,24,7,72)
C0M24Y7K72 (0%, 24%, 7%, 72%)
(0.00 / 0.24 / 0.07 / 0.72)
Color #473642 in popluar color models
47 | 36 | 42 | |
---|---|---|---|
RGB | 71 | 54 | 66 |
HSL | 318° | 13.60% | 24.51% |
HSB/HSV | 318° | 23.94% | 27.84% |
CMYK | 0.00% | 23.94% | 7.04% |
72.16% |
Color #473642 in popluar number systems.
HEX | 47 | 36 | 42 |
Decimal | 71 | 54 | 66 |
Binary | 1000111 | 110110 | 1000010 |
Octal | 107 | 66 | 102 |
Shades of #473642
Tints of #473642
Examples of css and html codes for elements with #473642 color. Also use rgb(71,54,66) instead hex code.
.myTextColor { color: #473642; }
<p style="color:#473642">This sample text font color is #473642.</p>
This text font color is #473642.
.myBgColor { background-color: #473642; }
<div style="background-color:#473642">Inner text</div>
This div background color is #473642.
.myBorderColor { border: 1px solid #473642; }
<div style="border:3px solid #473642">Div</div>
This div border color is #473642.
.myOpacity80 { color: #473642; opacity: 0.8; }
<p style="color:#473642;opacity:0.8;">80%</p>
Text with #473642 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #473642;}
<p style="text-shadow: 3px 3px 1px #473642">Text here.</p>
This text has shadow with #473642 color.
.textShadow {text-shadow: 3px 3px 1px #473642', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #473642, 5px 5px 20px red">Text here.</p>
This text has shadow with #473642 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#473642, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#473642, Direction=45, Strength=4)">Text</p>
This text has shadow with #473642 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #473642;
-webkit-box-shadow: 1px 1px 3px 2px #473642;
box-shadow: 1px 1px 3px 2px #473642;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #473642; -webkit-box-shadow: 1px 1px 3px 2px #473642; box-shadow:1px 1px 3px 2px #473642;">
Div content here
</div>
This text has color #473642 on black background.
This text has color #473642 on white background.
This text has black color on #473642 background.
This text has white color on #473642 background.
Complementary color for #hex is #B8C9BD.