HEX: #052429
RGB: (5,36,41)
#052429 contains red, green and blue colors in about the same proportion. Web safe color of #052429 is #003333 (or #033).
#052429 color RGB value is (5,36,41).
RGB: (5,36,41)
(2%, 14%, 16%)
R 5 of 255 = 2%
G 36 of 255 = 14%
B 41 of 255 = 16%
R + G + B ~ 11%. #052429 is dark color.
R + G + B = 5 + 36 + 41 = 82 (100%)
R 5 of 82 ~ 6.1%
G 36 of 82 ~ 43.9%
B 41 of 82 ~ 50'%
#052429 color CMYK value is (88,12,0,84).
CMYK: (88,12,0,84)
C88M12Y0K84 (88%, 12%, 0%, 84%)
(0.88 / 0.12 / 0.00 / 0.84)
Color #052429 in popluar color models
05 | 24 | 29 | |
---|---|---|---|
RGB | 5 | 36 | 41 |
HSL | 188° | 78.26% | 9.02% |
HSB/HSV | 188° | 87.80% | 16.08% |
CMYK | 87.80% | 12.20% | 0.00% |
83.92% |
Color #052429 in popluar number systems.
HEX | 05 | 24 | 29 |
Decimal | 5 | 36 | 41 |
Binary | 101 | 100100 | 101001 |
Octal | 5 | 44 | 51 |
Shades of #052429
Tints of #052429
Examples of css and html codes for elements with #052429 color. Also use rgb(5,36,41) instead hex code.
.myTextColor { color: #052429; }
<p style="color:#052429">This sample text font color is #052429.</p>
This text font color is #052429.
.myBgColor { background-color: #052429; }
<div style="background-color:#052429">Inner text</div>
This div background color is #052429.
.myBorderColor { border: 1px solid #052429; }
<div style="border:3px solid #052429">Div</div>
This div border color is #052429.
.myOpacity80 { color: #052429; opacity: 0.8; }
<p style="color:#052429;opacity:0.8;">80%</p>
Text with #052429 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #052429;}
<p style="text-shadow: 3px 3px 1px #052429">Text here.</p>
This text has shadow with #052429 color.
.textShadow {text-shadow: 3px 3px 1px #052429', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #052429, 5px 5px 20px red">Text here.</p>
This text has shadow with #052429 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#052429, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#052429, Direction=45, Strength=4)">Text</p>
This text has shadow with #052429 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #052429;
-webkit-box-shadow: 1px 1px 3px 2px #052429;
box-shadow: 1px 1px 3px 2px #052429;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #052429; -webkit-box-shadow: 1px 1px 3px 2px #052429; box-shadow:1px 1px 3px 2px #052429;">
Div content here
</div>
This text has color #052429 on black background.
This text has color #052429 on white background.
This text has black color on #052429 background.
This text has white color on #052429 background.
Complementary color for #hex is #FADBD6.