COLOR #04212C

HEX: #04212C RGB: (4,33,44)

Color info

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

RGB color model

#04212C color RGB value is (4,33,44).

RGB: (4,33,44) (2%, 13%, 17%)

RGB channels and saturation

R 4 of 255 = 2%
G 33 of 255 = 13%
B 44 of 255 = 17%

4
33
44

R + G + B ~ 11%. #04212C is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 33 + 44 = 81 (100%)
R 4 of 81 ~ 4.94%
G 33 of 81 ~ 40.74%
B 44 of 81 ~ 54.32'%

%40.74
%54.32

CMYK color model

#04212C color CMYK value is (91,25,0,83).

  • cyan value is 90.91%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 82.75%

CMYK: (91,25,0,83)
C91M25Y0K83 (91%, 25%, 0%, 83%)
(0.91 / 0.25 / 0.00 / 0.83)

CMYK percentages

%90.91
%25
%0
%82.75

Codes

Color #04212C in popluar color models

04 21 2C
RGB 4 33 44
HSL 197° 83.33% 9.41%
HSB/HSV 197° 90.91% 17.25%
CMYK 90.91% 25.00% 0.00%
82.75%

Color #04212C in popluar number systems.

HEX 04 21 2C
Decimal 4 33 44
Binary 100 100001 101100
Octal 4 41 54

Shades and tints

Shades of #04212C

#04212C
(4,33,44)
#041E28
(4,30,40)
#041B24
(4,27,36)
#041820
(4,24,32)
#04151C
(4,21,28)
#041218
(4,18,24)
#040F14
(4,15,20)
#040C10
(4,12,16)
#04090C
(4,9,12)
#040608
(4,6,8)
#040304
(4,3,4)
#000000
(0,0,0)

Tints of #04212C

#04212C
(4,33,44)
#1A353F
(26,53,63)
#304952
(48,73,82)
#465D65
(70,93,101)
#5C7178
(92,113,120)
#72858B
(114,133,139)
#88999E
(136,153,158)
#9EADB1
(158,173,177)
#B4C1C4
(180,193,196)
#CAD5D7
(202,213,215)
#E0E9EA
(224,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #04212C; }

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

This text font color is #04212C.

Background Color

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

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

This div background color is #04212C.

Border color

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

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

This div border color is #04212C.

Opacity

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

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

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

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

This text has shadow with #04212C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #04212C.

Preview

Color preview on black background

This text has color #04212C on black background.


Color preview on white background

This text has color #04212C on white background.


Black color preview on #04212C background

This text has black color on #04212C background.


White color preview on #04212C background

This text has white color on #04212C background.


Related colors

Complementary color

Complementary color for #hex is #FBDED3.


I love getcolorcode.com

Triadic colors

1 #2C0421 and #212C04 with #04212C are triadic colors.

2 #2C2104 and #21042C with #04212C are triadic colors.