HEX: #420429
RGB: (66,4,41)
#420429 contains mainly red and blue colors. Web safe color of #420429 is #330033 (or #303).
#420429 color RGB value is (66,4,41).
RGB: (66,4,41)
(26%, 2%, 16%)
R 66 of 255 = 26%
G 4 of 255 = 2%
B 41 of 255 = 16%
R + G + B ~ 15%. #420429 is dark color.
R + G + B = 66 + 4 + 41 = 111 (100%)
R 66 of 111 ~ 59.46%
G 4 of 111 ~ 3.6%
B 41 of 111 ~ 36.94'%
#420429 color CMYK value is (0,94,38,74).
CMYK: (0,94,38,74)
C0M94Y38K74 (0%, 94%, 38%, 74%)
(0.00 / 0.94 / 0.38 / 0.74)
Color #420429 in popluar color models
42 | 04 | 29 | |
---|---|---|---|
RGB | 66 | 4 | 41 |
HSL | 324° | 88.57% | 13.73% |
HSB/HSV | 324° | 93.94% | 25.88% |
CMYK | 0.00% | 93.94% | 37.88% |
74.12% |
Color #420429 in popluar number systems.
HEX | 42 | 04 | 29 |
Decimal | 66 | 4 | 41 |
Binary | 1000010 | 100 | 101001 |
Octal | 102 | 4 | 51 |
Shades of #420429
Tints of #420429
Examples of css and html codes for elements with #420429 color. Also use rgb(66,4,41) instead hex code.
.myTextColor { color: #420429; }
<p style="color:#420429">This sample text font color is #420429.</p>
This text font color is #420429.
.myBgColor { background-color: #420429; }
<div style="background-color:#420429">Inner text</div>
This div background color is #420429.
.myBorderColor { border: 1px solid #420429; }
<div style="border:3px solid #420429">Div</div>
This div border color is #420429.
.myOpacity80 { color: #420429; opacity: 0.8; }
<p style="color:#420429;opacity:0.8;">80%</p>
Text with #420429 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #420429;}
<p style="text-shadow: 3px 3px 1px #420429">Text here.</p>
This text has shadow with #420429 color.
.textShadow {text-shadow: 3px 3px 1px #420429', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #420429, 5px 5px 20px red">Text here.</p>
This text has shadow with #420429 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#420429, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#420429, Direction=45, Strength=4)">Text</p>
This text has shadow with #420429 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #420429;
-webkit-box-shadow: 1px 1px 3px 2px #420429;
box-shadow: 1px 1px 3px 2px #420429;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #420429; -webkit-box-shadow: 1px 1px 3px 2px #420429; box-shadow:1px 1px 3px 2px #420429;">
Div content here
</div>
This text has color #420429 on black background.
This text has color #420429 on white background.
This text has black color on #420429 background.
This text has white color on #420429 background.
Complementary color for #hex is #BDFBD6.