COLOR #04444F

HEX: #04444F
RGB: (4,68,79)

Color info

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

RGB color model

#04444F color RGB value is (4,68,79).

  • red value is 4;
  • green value is 68;
  • blue value is 79.
RGB:
(4,68,79)
(2%,27%,31%)

RGB channels and saturation

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

4
68
79

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

Portions of RGB colors in percentages

R + G + B =
4 + 68 + 79 = 151 (100%)
R 4 of 151 ~ 2.65%
G 68 of 151 ~ 45.03%
B 79 of 151 ~ 52.32%

%45.03
%52.32

CMYK color model

#04444F color CMYK value is (95,14,0,69).

  • cyan value is 94.94%
  • magenta value is 13.92%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(95,14,0,69)
C95M14Y0K69 
(95%,14%,0%,69%)
(0.95/0.14/0.00/0.69)	

CMYK percentages

%94.94
%13.92
%0
%69.02

Codes

Color #04444F in popluar color models

04444F
RGB46879
HSL189°90.36%16.27%
HSB/HSV189°94.94%30.98%
CMYK94.94%13.92%0.00%
69.02%

Color #04444F in popluar number systems.

HEX04444F
Decimal46879
Binary10010001001001111
Octal4104117

Shades and tints

Shades of #04444F

#04444F
(4,68,79)
#043E48
(4,62,72)
#043841
(4,56,65)
#04323A
(4,50,58)
#042C33
(4,44,51)
#04262C
(4,38,44)
#042025
(4,32,37)
#041A1E
(4,26,30)
#041417
(4,20,23)
#040E10
(4,14,16)
#040809
(4,8,9)
#000000
(0,0,0)

Tints of #04444F

#04444F
(4,68,79)
#1A555F
(26,85,95)
#30666F
(48,102,111)
#46777F
(70,119,127)
#5C888F
(92,136,143)
#72999F
(114,153,159)
#88AAAF
(136,170,175)
#9EBBBF
(158,187,191)
#B4CCCF
(180,204,207)
#CADDDF
(202,221,223)
#E0EEEF
(224,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04444F; }

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

This text font color is #04444F.


Background Color

.myBgColor { background-color: #04444F; }

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

This div background color is #04444F.


Border color

.myBorderColor { border: 1px solid #04444F; }

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

This div border color is #04444F.


Opacity

.myOpacity80 { color: #04444F; opacity: 0.8; }

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

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

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

This text has shadow with #04444F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04444F on black background.


Color preview on white background

This text has color #04444F on white background.



Black color preview on #04444F background

This text has black color on #04444F background.


White color preview on #04444F background

This text has white color on #04444F background.