Color Hex Logo

#422112 Color Hex

#422112
(66,33,18)
0 Favorites   0 Comments

Color spaces of #422112

RGB 663318
HSL0.050.570.16
HSV19°73°26°
CMYK 0.000.500.73   0.74
XYZ2.89982.28960.8614
Yxy2.28960.47920.3784
Hunter Lab15.13147.72797.2167
CIE-Lab16.939114.256916.8843

#422112 color RGB value is (66,33,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100001 00010010
Octal 102 41 22
Decimal 66 33 18
Hex 42 21 12

RGB Percentages of Color #422112

%56.41
%28.21
%15.38

CMYK Percentages of Color #422112

%0
%50
%73
%74

Triadic Colors of #422112

#422112 #124221 #211242

Analogous Colors of #422112

#422112 #423912 #42121b

Monochromatic Colors of #422112

#422112

Complementary Color

#422112 #123342

#422112 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422112 Color Preview on White Background

Lorem ipsum dolor sit amet.

#422112 Color CSS Codes

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

#422112 Text Font Color

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

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


#422112 Background Color

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

This div background color is #422112


#422112 Border Color

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

This div border color is #422112


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422112


Comments

No comments written yet.

Please login to write comment.