COLOR #042429

HEX: #042429
RGB: (4,36,41)

Color info

#042429 contains red, green and blue colors in about the same proportion. Web safe color of #042429 is #003333 (or #033).

RGB color model

#042429 color RGB value is (4,36,41).

  • red value is 4;
  • green value is 36;
  • blue value is 41.
RGB:
(4,36,41)
(2%,14%,16%)

RGB channels and saturation

R 4 of 255 = 2%
G 36 of 255 = 14%
B 41 of 255 = 16%

4
36
41

R + G + B ~ 11%. #042429 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 36 + 41 = 81 (100%)
R 4 of 81 ~ 4.94%
G 36 of 81 ~ 44.44%
B 41 of 81 ~ 50.62%

%44.44
%50.62

CMYK color model

#042429 color CMYK value is (90,12,0,84).

  • cyan value is 90.24%
  • magenta value is 12.20%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(90,12,0,84)
C90M12Y0K84 
(90%,12%,0%,84%)
(0.90/0.12/0.00/0.84)	

CMYK percentages

%90.24
%12.2
%0
%83.92

Codes

Color #042429 in popluar color models

042429
RGB43641
HSL188°82.22%8.82%
HSB/HSV188°90.24%16.08%
CMYK90.24%12.20%0.00%
83.92%

Color #042429 in popluar number systems.

HEX042429
Decimal43641
Binary100100100101001
Octal44451

Shades and tints

Shades of #042429

#042429
(4,36,41)
#042126
(4,33,38)
#041E23
(4,30,35)
#041B20
(4,27,32)
#04181D
(4,24,29)
#04151A
(4,21,26)
#041217
(4,18,23)
#040F14
(4,15,20)
#040C11
(4,12,17)
#04090E
(4,9,14)
#04060B
(4,6,11)
#000000
(0,0,0)

Tints of #042429

#042429
(4,36,41)
#1A373C
(26,55,60)
#304A4F
(48,74,79)
#465D62
(70,93,98)
#5C7075
(92,112,117)
#728388
(114,131,136)
#88969B
(136,150,155)
#9EA9AE
(158,169,174)
#B4BCC1
(180,188,193)
#CACFD4
(202,207,212)
#E0E2E7
(224,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #042429 color. Also use rgb(4,36,41) instead hex code.

Text Font Color

.myTextColor { color: #042429; }

<p style="color:#042429">This sample text font color is #042429.</p>

This text font color is #042429.


Background Color

.myBgColor { background-color: #042429; }

<div style="background-color:#042429">Inner text</div>

This div background color is #042429.


Border color

.myBorderColor { border: 1px solid #042429; }

<div style="border:3px solid #042429">Div</div>

This div border color is #042429.


Opacity

.myOpacity80 { color: #042429; opacity: 0.8; }

<p style="color:#042429;opacity:0.8;">80%</p>

Text with #042429 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #042429;}

<p style="text-shadow: 3px 3px 1px #042429">Text here.</p>

This text has shadow with #042429 color.

.textShadow {text-shadow: 3px 3px 1px #042429, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #042429, 5px 5px 20px red">Text here.</p>

This text has shadow with #042429 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#042429, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#042429, Direction=45, Strength=4)">Text</p>

This text has shadow with #042429 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #042429;
  -webkit-box-shadow:	1px 1px 3px 2px #042429;
  box-shadow:		1px 1px 3px 2px #042429;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #042429;
-webkit-box-shadow: 1px 1px 3px 2px #042429;
box-shadow:1px 1px 3px 2px #042429;">
Div content here</div>
This div box has shadow with color #042429.

Preview

Color preview on black background

This text has color #042429 on black background.


Color preview on white background

This text has color #042429 on white background.



Black color preview on #042429 background

This text has black color on #042429 background.


White color preview on #042429 background

This text has white color on #042429 background.