Color Hex Logo

#422712 Color Hex

#422712
(66,39,18)
0 Favorites   0 Comments

Color spaces of #422712

RGB 663918
HSL0.070.570.16
HSV26°73°26°
CMYK 0.000.410.73   0.74
XYZ3.08152.65300.9219
Yxy2.65300.46290.3986
Hunter Lab16.28805.26608.0458
CIE-Lab18.596910.308418.8773

#422712 color RGB value is (66,39,18).

#422712 hex color red value is 66, green value is 39 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #422712 hue: 0.07 , saturation: 0.57 and the lightness value of 422712 is 0.16.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100111 00010010
Octal 102 47 22
Decimal 66 39 18
Hex 42 27 12

RGB Percentages of Color #422712

%53.66
%31.71
%14.63

CMYK Percentages of Color #422712

%0
%41
%73
%74

Triadic Colors of #422712

#422712 #124227 #271242

Analogous Colors of #422712

#422712 #423f12 #421215

Monochromatic Colors of #422712

#422712

Complementary Color

#422712 #122d42

#422712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#422712 Color CSS Codes

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

#422712 Text Font Color

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

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


#422712 Background Color

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

This div background color is #422712


#422712 Border Color

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

This div border color is #422712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422712


Comments

No comments written yet.

Please login to write comment.