COLOR #04212A

HEX: #04212A
RGB: (4,33,42)

Color info

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

RGB color model

#04212A color RGB value is (4,33,42).

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

RGB channels and saturation

R 4 of 255 = 2%
G 33 of 255 = 13%
B 42 of 255 = 16%

4
33
42

R + G + B ~ 10%. #04212A is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 33 + 42 = 79 (100%)
R 4 of 79 ~ 5.06%
G 33 of 79 ~ 41.77%
B 42 of 79 ~ 53.16%

%41.77
%53.16

CMYK color model

#04212A color CMYK value is (90,21,0,84).

  • cyan value is 90.48%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(90,21,0,84)
C90M21Y0K84 
(90%,21%,0%,84%)
(0.90/0.21/0.00/0.84)	

CMYK percentages

%90.48
%21.43
%0
%83.53

Codes

Color #04212A in popluar color models

04212A
RGB43342
HSL194°82.61%9.02%
HSB/HSV194°90.48%16.47%
CMYK90.48%21.43%0.00%
83.53%

Color #04212A in popluar number systems.

HEX04212A
Decimal43342
Binary100100001101010
Octal44152

Shades and tints

Shades of #04212A

#04212A
(4,33,42)
#041E27
(4,30,39)
#041B24
(4,27,36)
#041821
(4,24,33)
#04151E
(4,21,30)
#04121B
(4,18,27)
#040F18
(4,15,24)
#040C15
(4,12,21)
#040912
(4,9,18)
#04060F
(4,6,15)
#04030C
(4,3,12)
#000000
(0,0,0)

Tints of #04212A

#04212A
(4,33,42)
#1A353D
(26,53,61)
#304950
(48,73,80)
#465D63
(70,93,99)
#5C7176
(92,113,118)
#728589
(114,133,137)
#88999C
(136,153,156)
#9EADAF
(158,173,175)
#B4C1C2
(180,193,194)
#CAD5D5
(202,213,213)
#E0E9E8
(224,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04212A color. Also use rgb(4,33,42) instead hex code.

Text Font Color

.myTextColor { color: #04212A; }

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

This text font color is #04212A.


Background Color

.myBgColor { background-color: #04212A; }

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

This div background color is #04212A.


Border color

.myBorderColor { border: 1px solid #04212A; }

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

This div border color is #04212A.


Opacity

.myOpacity80 { color: #04212A; opacity: 0.8; }

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

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

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

This text has shadow with #04212A color.

.textShadow {text-shadow: 3px 3px 1px #04212A, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04212A on black background.


Color preview on white background

This text has color #04212A on white background.



Black color preview on #04212A background

This text has black color on #04212A background.


White color preview on #04212A background

This text has white color on #04212A background.