COLOR #04424E

HEX: #04424E
RGB: (4,66,78)

Color info

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

RGB color model

#04424E color RGB value is (4,66,78).

  • red value is 4;
  • green value is 66;
  • blue value is 78.
RGB:
(4,66,78)
(2%,26%,31%)

RGB channels and saturation

R 4 of 255 = 2%
G 66 of 255 = 26%
B 78 of 255 = 31%

4
66
78

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

Portions of RGB colors in percentages

R + G + B =
4 + 66 + 78 = 148 (100%)
R 4 of 148 ~ 2.7%
G 66 of 148 ~ 44.59%
B 78 of 148 ~ 52.7%

%44.59
%52.7

CMYK color model

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

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

CMYK percentages

%94.87
%15.38
%0
%69.41

Codes

Color #04424E in popluar color models

04424E
RGB46678
HSL190°90.24%16.08%
HSB/HSV190°94.87%30.59%
CMYK94.87%15.38%0.00%
69.41%

Color #04424E in popluar number systems.

HEX04424E
Decimal46678
Binary10010000101001110
Octal4102116

Shades and tints

Shades of #04424E

#04424E
(4,66,78)
#043C47
(4,60,71)
#043640
(4,54,64)
#043039
(4,48,57)
#042A32
(4,42,50)
#04242B
(4,36,43)
#041E24
(4,30,36)
#04181D
(4,24,29)
#041216
(4,18,22)
#040C0F
(4,12,15)
#040608
(4,6,8)
#000000
(0,0,0)

Tints of #04424E

#04424E
(4,66,78)
#1A535E
(26,83,94)
#30646E
(48,100,110)
#46757E
(70,117,126)
#5C868E
(92,134,142)
#72979E
(114,151,158)
#88A8AE
(136,168,174)
#9EB9BE
(158,185,190)
#B4CACE
(180,202,206)
#CADBDE
(202,219,222)
#E0ECEE
(224,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04424E; }

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

This text font color is #04424E.


Background Color

.myBgColor { background-color: #04424E; }

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

This div background color is #04424E.


Border color

.myBorderColor { border: 1px solid #04424E; }

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

This div border color is #04424E.


Opacity

.myOpacity80 { color: #04424E; opacity: 0.8; }

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

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

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

This text has shadow with #04424E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04424E on black background.


Color preview on white background

This text has color #04424E on white background.



Black color preview on #04424E background

This text has black color on #04424E background.


White color preview on #04424E background

This text has white color on #04424E background.