Color Hex Logo

#421009 Color Hex

#421009
(66,16,9)
0 Favorites   0 Comments

Color spaces of #421009

RGB 66169
HSL0.020.760.15
HSV86°26°
CMYK 0.000.760.86   0.74
XYZ2.48141.54860.4266
Yxy1.54860.55680.3475
Hunter Lab12.444313.81566.6785
CIE-Lab12.913723.699716.1632

#421009 color RGB value is (66,16,9).

#421009 hex color red value is 66, green value is 16 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #421009 hue: 0.02 , saturation: 0.76 and the lightness value of 421009 is 0.15.

The process color (four color CMYK) of #421009 color hex is 0.00, 0.76, 0.86, 0.74. Web safe color of #421009 is #330000. Color #421009 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010000 00001001
Octal 102 20 11
Decimal 66 16 9
Hex 42 10 9

RGB Percentages of Color #421009

%72.53
%17.58
%9.89

CMYK Percentages of Color #421009

%0
%76
%86
%74

Triadic Colors of #421009

#421009 #094210 #100942

Analogous Colors of #421009

#421009 #422d09 #42091f

Monochromatic Colors of #421009

#421009

Complementary Color

#421009 #093b42

#421009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#421009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#421009 Color CSS Codes

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

#421009 Text Font Color

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

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


#421009 Background Color

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

This div background color is #421009


#421009 Border Color

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

This div border color is #421009


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,16,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #421009; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #421009;
  -webkit-box-shadow: 1px 1px 3px 2px #421009;
  box-shadow:         1px 1px 3px 2px #421009; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #421009


Comments

No comments written yet.

Please login to write comment.