COLOR #042424

HEX: #042424
RGB: (4,36,36)

Color info

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

RGB color model

#042424 color RGB value is (4,36,36).

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

RGB channels and saturation

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

4
36
36

R + G + B ~ 10%. #042424 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 36 + 36 = 76 (100%)
R 4 of 76 ~ 5.26%
G 36 of 76 ~ 47.37%
B 36 of 76 ~ 47.37%

%47.37
%47.37

CMYK color model

#042424 color CMYK value is (89,0,0,86).

  • cyan value is 88.89%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 85.88%
CMYK:
(89,0,0,86)
C89M0Y0K86 
(89%,0%,0%,86%)
(0.89/0.00/0.00/0.86)	

CMYK percentages

%88.89
%0
%0
%85.88

Codes

Color #042424 in popluar color models

042424
RGB43636
HSL180°80.00%7.84%
HSB/HSV180°88.89%14.12%
CMYK88.89%0.00%0.00%
85.88%

Color #042424 in popluar number systems.

HEX042424
Decimal43636
Binary100100100100100
Octal44444

Shades and tints

Shades of #042424

#042424
(4,36,36)
#042121
(4,33,33)
#041E1E
(4,30,30)
#041B1B
(4,27,27)
#041818
(4,24,24)
#041515
(4,21,21)
#041212
(4,18,18)
#040F0F
(4,15,15)
#040C0C
(4,12,12)
#040909
(4,9,9)
#040606
(4,6,6)
#000000
(0,0,0)

Tints of #042424

#042424
(4,36,36)
#1A3737
(26,55,55)
#304A4A
(48,74,74)
#465D5D
(70,93,93)
#5C7070
(92,112,112)
#728383
(114,131,131)
#889696
(136,150,150)
#9EA9A9
(158,169,169)
#B4BCBC
(180,188,188)
#CACFCF
(202,207,207)
#E0E2E2
(224,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #042424; }

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

This text font color is #042424.


Background Color

.myBgColor { background-color: #042424; }

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

This div background color is #042424.


Border color

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

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

This div border color is #042424.


Opacity

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

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

Text with #042424 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 #042424;}

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

This text has shadow with #042424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #042424 on black background.


Color preview on white background

This text has color #042424 on white background.



Black color preview on #042424 background

This text has black color on #042424 background.


White color preview on #042424 background

This text has white color on #042424 background.