Color Hex Logo

#04210c Color Hex

#04210C
(4,33,12)
0 Favorites   0 Comments

Color spaces of #04210c

RGB 43312
HSL0.380.780.07
HSV137°88°13°
CMYK 0.880.000.64   0.87
XYZ0.66031.14010.5331
Yxy1.14010.28300.4886
Hunter Lab10.6775-7.64734.5141
CIE-Lab10.1079-16.52019.8023

#04210c color RGB value is (4,33,12).

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

The process color (four color CMYK) of #04210c color hex is 0.88, 0.00, 0.64, 0.87. Web safe color of #04210c is #003300. Color #04210c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00100001 00001100
Octal 4 41 14
Decimal 4 33 12
Hex 4 21 C

RGB Percentages of Color #04210c

%8.16
%67.35
%24.49

CMYK Percentages of Color #04210c

%88
%0
%64
%87

Triadic Colors of #04210c

#04210c #0c0421 #210c04

Analogous Colors of #04210c

#04210c #04211b #0b2104

Monochromatic Colors of #04210c

#04210c

Complementary Color

#04210c #210419

#04210c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04210c Color Preview on White Background

Lorem ipsum dolor sit amet.

#04210c Color CSS Codes

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

#04210c Text Font Color

<p style="color:#04210c">Text here</p>

This sample text font color is #04210c
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.


#04210c Background Color

<div style="background-color:#04210c">
Div content here</div>

This div background color is #04210c


#04210c Border Color

<div style="border:3px solid #04210c">
Div here</div>

This div border color is #04210c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04210c


Comments

No comments written yet.

Please login to write comment.