HEX: #424446
RGB: (66,68,70)
#424446 contains red, green and blue colors in about the same proportion. Web safe color of #424446 is #333333 (or #333).
#424446 color RGB value is (66,68,70).
RGB: (66,68,70)
(26%, 27%, 27%)
R 66 of 255 = 26%
G 68 of 255 = 27%
B 70 of 255 = 27%
R + G + B ~ 27%. #424446 is quite dark color.
R + G + B = 66 + 68 + 70 = 204 (100%)
R 66 of 204 ~ 32.35%
G 68 of 204 ~ 33.33%
B 70 of 204 ~ 34.31'%
#424446 color CMYK value is (6,3,0,73).
CMYK: (6,3,0,73)
C6M3Y0K73 (6%, 3%, 0%, 73%)
(0.06 / 0.03 / 0.00 / 0.73)
Color #424446 in popluar color models
42 | 44 | 46 | |
---|---|---|---|
RGB | 66 | 68 | 70 |
HSL | 210° | 2.94% | 26.67% |
HSB/HSV | 210° | 5.71% | 27.45% |
CMYK | 5.71% | 2.86% | 0.00% |
72.55% |
Color #424446 in popluar number systems.
HEX | 42 | 44 | 46 |
Decimal | 66 | 68 | 70 |
Binary | 1000010 | 1000100 | 1000110 |
Octal | 102 | 104 | 106 |
Shades of #424446
Tints of #424446
Examples of css and html codes for elements with #424446 color. Also use rgb(66,68,70) instead hex code.
.myTextColor { color: #424446; }
<p style="color:#424446">This sample text font color is #424446.</p>
This text font color is #424446.
.myBgColor { background-color: #424446; }
<div style="background-color:#424446">Inner text</div>
This div background color is #424446.
.myBorderColor { border: 1px solid #424446; }
<div style="border:3px solid #424446">Div</div>
This div border color is #424446.
.myOpacity80 { color: #424446; opacity: 0.8; }
<p style="color:#424446;opacity:0.8;">80%</p>
Text with #424446 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #424446;}
<p style="text-shadow: 3px 3px 1px #424446">Text here.</p>
This text has shadow with #424446 color.
.textShadow {text-shadow: 3px 3px 1px #424446', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #424446, 5px 5px 20px red">Text here.</p>
This text has shadow with #424446 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#424446, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#424446, Direction=45, Strength=4)">Text</p>
This text has shadow with #424446 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #424446;
-webkit-box-shadow: 1px 1px 3px 2px #424446;
box-shadow: 1px 1px 3px 2px #424446;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #424446; -webkit-box-shadow: 1px 1px 3px 2px #424446; box-shadow:1px 1px 3px 2px #424446;">
Div content here
</div>
This text has color #424446 on black background.
This text has color #424446 on white background.
This text has black color on #424446 background.
This text has white color on #424446 background.
Complementary color for #hex is #BDBBB9.