Color Hex Logo

#424011 Color Hex

#424011
(66,64,17)
0 Favorites   0 Comments

Color spaces of #424011

RGB 666417
HSL0.160.590.16
HSV58°74°26°
CMYK 0.000.030.74   0.74
XYZ4.18134.86551.2491
Yxy4.86550.40610.4726
Hunter Lab22.0579-4.764812.0830
CIE-Lab26.3481-6.028327.9071

#424011 color RGB value is (66,64,17).

#424011 hex color red value is 66, green value is 64 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #424011 hue: 0.16 , saturation: 0.59 and the lightness value of 424011 is 0.16.

The process color (four color CMYK) of #424011 color hex is 0.00, 0.03, 0.74, 0.74. Web safe color of #424011 is #333300. Color #424011 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01000000 00010001
Octal 102 100 21
Decimal 66 64 17
Hex 42 40 11

RGB Percentages of Color #424011

%44.90
%43.54
%11.56

CMYK Percentages of Color #424011

%0
%3
%74
%74

Triadic Colors of #424011

#424011 #114240 #401142

Analogous Colors of #424011

#424011 #2c4211 #422811

Monochromatic Colors of #424011

#424011

Complementary Color

#424011 #111342

#424011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#424011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#424011 Color CSS Codes

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

#424011 Text Font Color

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

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


#424011 Background Color

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

This div background color is #424011


#424011 Border Color

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

This div border color is #424011


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #424011


Comments

No comments written yet.

Please login to write comment.