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