COLOR #024424

HEX: #024424
RGB: (2,68,36)

Color info

#024424 contains mainly green and blue colors. Web safe color of #024424 is #003333 (or #033).

RGB color model

#024424 color RGB value is (2,68,36).

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

RGB channels and saturation

R 2 of 255 = 1%
G 68 of 255 = 27%
B 36 of 255 = 14%

2
68
36

R + G + B ~ 14%. #024424 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 68 + 36 = 106 (100%)
R 2 of 106 ~ 1.89%
G 68 of 106 ~ 64.15%
B 36 of 106 ~ 33.96%

%64.15
%33.96

CMYK color model

#024424 color CMYK value is (97,0,47,73).

  • cyan value is 97.06%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 73.33%
CMYK:
(97,0,47,73)
C97M0Y47K73 
(97%,0%,47%,73%)
(0.97/0.00/0.47/0.73)	

CMYK percentages

%97.06
%0
%47.06
%73.33

Codes

Color #024424 in popluar color models

024424
RGB26836
HSL151°94.29%13.73%
HSB/HSV151°97.06%26.67%
CMYK97.06%0.00%47.06%
73.33%

Color #024424 in popluar number systems.

HEX024424
Decimal26836
Binary101000100100100
Octal210444

Shades and tints

Shades of #024424

#024424
(2,68,36)
#023E21
(2,62,33)
#02381E
(2,56,30)
#02321B
(2,50,27)
#022C18
(2,44,24)
#022615
(2,38,21)
#022012
(2,32,18)
#021A0F
(2,26,15)
#02140C
(2,20,12)
#020E09
(2,14,9)
#020806
(2,8,6)
#000000
(0,0,0)

Tints of #024424

#024424
(2,68,36)
#195537
(25,85,55)
#30664A
(48,102,74)
#47775D
(71,119,93)
#5E8870
(94,136,112)
#759983
(117,153,131)
#8CAA96
(140,170,150)
#A3BBA9
(163,187,169)
#BACCBC
(186,204,188)
#D1DDCF
(209,221,207)
#E8EEE2
(232,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #024424; }

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

This text font color is #024424.


Background Color

.myBgColor { background-color: #024424; }

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

This div background color is #024424.


Border color

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

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

This div border color is #024424.


Opacity

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

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

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

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

This text has shadow with #024424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #024424 on black background.


Color preview on white background

This text has color #024424 on white background.



Black color preview on #024424 background

This text has black color on #024424 background.


White color preview on #024424 background

This text has white color on #024424 background.