COLOR #024444

HEX: #024444 RGB: (2,68,68)

Color info

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

RGB color model

#024444 color RGB value is (2,68,68).

RGB: (2,68,68) (1%, 27%, 27%)

RGB channels and saturation

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

2
68
68

R + G + B ~ 18%. #024444 is dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 68 + 68 = 138 (100%)
R 2 of 138 ~ 1.45%
G 68 of 138 ~ 49.28%
B 68 of 138 ~ 49.28'%

%49.28
%49.28

CMYK color model

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

  • cyan value is 97.06%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 73.33%

CMYK: (97,0,0,73)
C97M0Y0K73 (97%, 0%, 0%, 73%)
(0.97 / 0.00 / 0.00 / 0.73)

CMYK percentages

%97.06
%0
%0
%73.33

Codes

Color #024444 in popluar color models

02 44 44
RGB 2 68 68
HSL 180° 94.29% 13.73%
HSB/HSV 180° 97.06% 26.67%
CMYK 97.06% 0.00% 0.00%
73.33%

Color #024444 in popluar number systems.

HEX 02 44 44
Decimal 2 68 68
Binary 10 1000100 1000100
Octal 2 104 104

Shades and tints

Shades of #024444

#024444
(2,68,68)
#023E3E
(2,62,62)
#023838
(2,56,56)
#023232
(2,50,50)
#022C2C
(2,44,44)
#022626
(2,38,38)
#022020
(2,32,32)
#021A1A
(2,26,26)
#021414
(2,20,20)
#020E0E
(2,14,14)
#020808
(2,8,8)
#000000
(0,0,0)

Tints of #024444

#024444
(2,68,68)
#195555
(25,85,85)
#306666
(48,102,102)
#477777
(71,119,119)
#5E8888
(94,136,136)
#759999
(117,153,153)
#8CAAAA
(140,170,170)
#A3BBBB
(163,187,187)
#BACCCC
(186,204,204)
#D1DDDD
(209,221,221)
#E8EEEE
(232,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #024444; }

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

This text font color is #024444.

Background Color

.myBgColor { background-color: #024444; }

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

This div background color is #024444.

Border color

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

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

This div border color is #024444.

Opacity

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

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

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

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

This text has shadow with #024444 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #024444.

Preview

Color preview on black background

This text has color #024444 on black background.


Color preview on white background

This text has color #024444 on white background.


Black color preview on #024444 background

This text has black color on #024444 background.


White color preview on #024444 background

This text has white color on #024444 background.


Related colors

Complementary color

Complementary color for #hex is #FDBBBB.


I love getcolorcode.com