Color Hex Logo

#422807 Color Hex

#422807
(66,40,7)
0 Favorites   0 Comments

Color spaces of #422807

RGB 66407
HSL0.090.810.14
HSV34°89°26°
CMYK 0.000.390.89   0.74
XYZ3.04392.69120.5600
Yxy2.69120.48350.4275
Hunter Lab16.40494.41199.4595
CIE-Lab18.76228.944924.3386

#422807 color RGB value is (66,40,7).

#422807 hex color red value is 66, green value is 40 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #422807 hue: 0.09 , saturation: 0.81 and the lightness value of 422807 is 0.14.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101000 00000111
Octal 102 50 7
Decimal 66 40 7
Hex 42 28 7

RGB Percentages of Color #422807

%58.41
%35.40
%6.19

CMYK Percentages of Color #422807

%0
%39
%89
%74

Triadic Colors of #422807

#422807 #074228 #280742

Analogous Colors of #422807

#422807 #3f4207 #420b07

Monochromatic Colors of #422807

#422807

Complementary Color

#422807 #072142

#422807 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422807 Color Preview on White Background

Lorem ipsum dolor sit amet.

#422807 Color CSS Codes

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

#422807 Text Font Color

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

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


#422807 Background Color

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

This div background color is #422807


#422807 Border Color

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

This div border color is #422807


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422807


Comments

No comments written yet.

Please login to write comment.