COLOR #044442

HEX: #044442 RGB: (4,68,66)

Color info

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

RGB color model

#044442 color RGB value is (4,68,66).

RGB: (4,68,66) (2%, 27%, 26%)

RGB channels and saturation

R 4 of 255 = 2%
G 68 of 255 = 27%
B 66 of 255 = 26%

4
68
66

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

Portions of RGB colors in percentages

R + G + B = 4 + 68 + 66 = 138 (100%)
R 4 of 138 ~ 2.9%
G 68 of 138 ~ 49.28%
B 66 of 138 ~ 47.83'%

%49.28
%47.83

CMYK color model

#044442 color CMYK value is (94,0,3,73).

  • cyan value is 94.12%
  • magenta value is 0.00%
  • yellow value is 2.94%
  • key color value is 73.33%

CMYK: (94,0,3,73)
C94M0Y3K73 (94%, 0%, 3%, 73%)
(0.94 / 0.00 / 0.03 / 0.73)

CMYK percentages

%94.12
%0
%2.94
%73.33

Codes

Color #044442 in popluar color models

04 44 42
RGB 4 68 66
HSL 178° 88.89% 14.12%
HSB/HSV 178° 94.12% 26.67%
CMYK 94.12% 0.00% 2.94%
73.33%

Color #044442 in popluar number systems.

HEX 04 44 42
Decimal 4 68 66
Binary 100 1000100 1000010
Octal 4 104 102

Shades and tints

Shades of #044442

#044442
(4,68,66)
#043E3C
(4,62,60)
#043836
(4,56,54)
#043230
(4,50,48)
#042C2A
(4,44,42)
#042624
(4,38,36)
#04201E
(4,32,30)
#041A18
(4,26,24)
#041412
(4,20,18)
#040E0C
(4,14,12)
#040806
(4,8,6)
#000000
(0,0,0)

Tints of #044442

#044442
(4,68,66)
#1A5553
(26,85,83)
#306664
(48,102,100)
#467775
(70,119,117)
#5C8886
(92,136,134)
#729997
(114,153,151)
#88AAA8
(136,170,168)
#9EBBB9
(158,187,185)
#B4CCCA
(180,204,202)
#CADDDB
(202,221,219)
#E0EEEC
(224,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #044442; }

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

This text font color is #044442.

Background Color

.myBgColor { background-color: #044442; }

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

This div background color is #044442.

Border color

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

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

This div border color is #044442.

Opacity

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

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

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

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

This text has shadow with #044442 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #044442.

Preview

Color preview on black background

This text has color #044442 on black background.


Color preview on white background

This text has color #044442 on white background.


Black color preview on #044442 background

This text has black color on #044442 background.


White color preview on #044442 background

This text has white color on #044442 background.


Related colors

Complementary color

Complementary color for #hex is #FBBBBD.


I love getcolorcode.com

Triadic colors

1 #420444 and #444204 with #044442 are triadic colors.

2 #424404 and #440442 with #044442 are triadic colors.