Color Hex Logo

#422912 Color Hex

#422912
(66,41,18)
0 Favorites   0 Comments

Color spaces of #422912

RGB 664118
HSL0.080.570.16
HSV29°73°26°
CMYK 0.000.380.73   0.74
XYZ3.14892.78780.9444
Yxy2.78780.45760.4051
Hunter Lab16.69674.44488.3341
CIE-Lab19.17328.978319.5491

#422912 color RGB value is (66,41,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101001 00010010
Octal 102 51 22
Decimal 66 41 18
Hex 42 29 12

RGB Percentages of Color #422912

%52.80
%32.80
%14.40

CMYK Percentages of Color #422912

%0
%38
%73
%74

Triadic Colors of #422912

#422912 #124229 #291242

Analogous Colors of #422912

#422912 #424112 #421213

Monochromatic Colors of #422912

#422912

Complementary Color

#422912 #122b42

#422912 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422912 Color Preview on White Background

Lorem ipsum dolor sit amet.

#422912 Color CSS Codes

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

#422912 Text Font Color

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

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


#422912 Background Color

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

This div background color is #422912


#422912 Border Color

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

This div border color is #422912


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,41,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 #422912">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422912


Comments

No comments written yet.

Please login to write comment.