COLOR #04213F

HEX: #04213F
RGB: (4,33,63)

Color info

#04213F contains red, green and blue colors in about the same proportion. Web safe color of #04213F is #003333 (or #033).

RGB color model

#04213F color RGB value is (4,33,63).

  • red value is 4;
  • green value is 33;
  • blue value is 63.
RGB:
(4,33,63)
(2%,13%,25%)

RGB channels and saturation

R 4 of 255 = 2%
G 33 of 255 = 13%
B 63 of 255 = 25%

4
33
63

R + G + B ~ 13%. #04213F is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 33 + 63 = 100 (100%)
R 4 of 100 ~ 4%
G 33 of 100 ~ 33%
B 63 of 100 ~ 63%

%33
%63

CMYK color model

#04213F color CMYK value is (94,48,0,75).

  • cyan value is 93.65%
  • magenta value is 47.62%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(94,48,0,75)
C94M48Y0K75 
(94%,48%,0%,75%)
(0.94/0.48/0.00/0.75)	

CMYK percentages

%93.65
%47.62
%0
%75.29

Codes

Color #04213F in popluar color models

04213F
RGB43363
HSL211°88.06%13.14%
HSB/HSV211°93.65%24.71%
CMYK93.65%47.62%0.00%
75.29%

Color #04213F in popluar number systems.

HEX04213F
Decimal43363
Binary100100001111111
Octal44177

Shades and tints

Shades of #04213F

#04213F
(4,33,63)
#041E3A
(4,30,58)
#041B35
(4,27,53)
#041830
(4,24,48)
#04152B
(4,21,43)
#041226
(4,18,38)
#040F21
(4,15,33)
#040C1C
(4,12,28)
#040917
(4,9,23)
#040612
(4,6,18)
#04030D
(4,3,13)
#000000
(0,0,0)

Tints of #04213F

#04213F
(4,33,63)
#1A3550
(26,53,80)
#304961
(48,73,97)
#465D72
(70,93,114)
#5C7183
(92,113,131)
#728594
(114,133,148)
#8899A5
(136,153,165)
#9EADB6
(158,173,182)
#B4C1C7
(180,193,199)
#CAD5D8
(202,213,216)
#E0E9E9
(224,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04213F color. Also use rgb(4,33,63) instead hex code.

Text Font Color

.myTextColor { color: #04213F; }

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

This text font color is #04213F.


Background Color

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

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

This div background color is #04213F.


Border color

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

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

This div border color is #04213F.


Opacity

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

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

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

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

This text has shadow with #04213F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04213F on black background.


Color preview on white background

This text has color #04213F on white background.



Black color preview on #04213F background

This text has black color on #04213F background.


White color preview on #04213F background

This text has white color on #04213F background.