Color Hex Logo

#04211a Color Hex

#04211A
(4,33,26)
0 Favorites   0 Comments

Color spaces of #04211a

RGB 43326
HSL0.460.780.07
HSV166°88°13°
CMYK 0.880.000.21   0.87
XYZ0.78041.18811.1655
Yxy1.18810.24900.3791
Hunter Lab10.9000-6.29511.2903
CIE-Lab10.4693-13.15801.5595

#04211a color RGB value is (4,33,26).

#04211a hex color red value is 4, green value is 33 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #04211a hue: 0.46 , saturation: 0.78 and the lightness value of 04211a is 0.07.

The process color (four color CMYK) of #04211a color hex is 0.88, 0.00, 0.21, 0.87. Web safe color of #04211a is #003333. Color #04211a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00100001 00011010
Octal 4 41 32
Decimal 4 33 26
Hex 4 21 1A

RGB Percentages of Color #04211a

%6.35
%52.38
%41.27

CMYK Percentages of Color #04211a

%88
%0
%21
%87

Triadic Colors of #04211a

#04211a #1a0421 #211a04

Analogous Colors of #04211a

#04211a #041a21 #04210c

Monochromatic Colors of #04211a

#04211a

Complementary Color

#04211a #21040b

#04211a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04211a Color Preview on White Background

Lorem ipsum dolor sit amet.

#04211a Color CSS Codes

.mybgcolor {background-color:#04211a; } 
.myforecolor {color:#04211a; }
.mybordercolor {border:3px solid #04211a; }

#04211a Text Font Color

<p style="color:#04211a">Text here</p>

This sample text font color is #04211a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#04211a Background Color

<div style="background-color:#04211a">
Div content here</div>

This div background color is #04211a


#04211a Border Color

<div style="border:3px solid #04211a">
Div here</div>

This div border color is #04211a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,33,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04211a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04211a;
  -webkit-box-shadow: 1px 1px 3px 2px #04211a;
  box-shadow:         1px 1px 3px 2px #04211a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,33,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #04211a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #04211a;
  -webkit-box-shadow: 1px 1px 3px 2px #04211a;
  box-shadow:         1px 1px 3px 2px #04211a;">
Div content here</div>

This div box has shadow with color #04211a


Comments

No comments written yet.

Please login to write comment.