COLOR #044450

HEX: #044450 RGB: (4,68,80)

Color info

#044450 contains mainly green and blue colors. Web safe color of #044450 is #003366 (or #036).

RGB color model

#044450 color RGB value is (4,68,80).

RGB: (4,68,80) (2%, 27%, 31%)

RGB channels and saturation

R 4 of 255 = 2%
G 68 of 255 = 27%
B 80 of 255 = 31%

4
68
80

R + G + B ~ 20%. #044450 is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 68 + 80 = 152 (100%)
R 4 of 152 ~ 2.63%
G 68 of 152 ~ 44.74%
B 80 of 152 ~ 52.63'%

%44.74
%52.63

CMYK color model

#044450 color CMYK value is (95,15,0,69).

  • cyan value is 95.00%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK: (95,15,0,69) C95M15Y0K69 (95%,15%,0%,69%) (0.95/0.15/0.00/0.69) 

CMYK percentages

%95
%15
%0
%68.63

Codes

Color #044450 in popluar color models

04 44 50
RGB 4 68 80
HSL 189° 90.48% 16.47%
HSB/HSV 189° 95.00% 31.37%
CMYK 95.00% 15.00% 0.00%
68.63%

Color #044450 in popluar number systems.

HEX 04 44 50
Decimal 4 68 80
Binary 100 1000100 1010000
Octal 4 104 120

Shades and tints

Shades of #044450

#044450
(4,68,80)
#043E49
(4,62,73)
#043842
(4,56,66)
#04323B
(4,50,59)
#042C34
(4,44,52)
#04262D
(4,38,45)
#042026
(4,32,38)
#041A1F
(4,26,31)
#041418
(4,20,24)
#040E11
(4,14,17)
#04080A
(4,8,10)
#000000
(0,0,0)

Tints of #044450

#044450
(4,68,80)
#1A555F
(26,85,95)
#30666E
(48,102,110)
#46777D
(70,119,125)
#5C888C
(92,136,140)
#72999B
(114,153,155)
#88AAAA
(136,170,170)
#9EBBB9
(158,187,185)
#B4CCC8
(180,204,200)
#CADDD7
(202,221,215)
#E0EEE6
(224,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #044450; }

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

This text font color is #044450.

Background Color

.myBgColor { background-color: #044450; }

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

This div background color is #044450.

Border color

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

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

This div border color is #044450.

Opacity

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

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

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

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

This text has shadow with #044450 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #044450.

Preview

Color preview on black background

This text has color #044450 on black background.


Color preview on white background

This text has color #044450 on white background.


Black color preview on #044450 background

This text has black color on #044450 background.


White color preview on #044450 background

This text has white color on #044450 background.


Related colors

Complementary color

Complementary color for #hex is #FBBBAF.


I love getcolorcode.com

Triadic colors

1 #500444 and #445004 with #044450 are triadic colors.

2 #504404 and #440450 with #044450 are triadic colors.