Color Hex Logo

#422920 Color Hex

#422920
(66,41,32)
0 Favorites   0 Comments

Color spaces of #422920

RGB 664132
HSL0.040.350.19
HSV16°52°26°
CMYK 0.000.380.52   0.74
XYZ3.30042.84841.7423
Yxy2.84840.41820.3610
Hunter Lab16.87725.37125.6933
CIE-Lab19.426210.422810.6812

#422920 color RGB value is (66,41,32).

#422920 hex color red value is 66, green value is 41 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #422920 hue: 0.04 , saturation: 0.35 and the lightness value of 422920 is 0.19.

The process color (four color CMYK) of #422920 color hex is 0.00, 0.38, 0.52, 0.74. Web safe color of #422920 is #333333. Color #422920 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101001 00100000
Octal 102 51 40
Decimal 66 41 32
Hex 42 29 20

RGB Percentages of Color #422920

%47.48
%29.50
%23.02

CMYK Percentages of Color #422920

%0
%38
%52
%74

Triadic Colors of #422920

#422920 #204229 #292042

Analogous Colors of #422920

#422920 #423a20 #422028

Monochromatic Colors of #422920

#422920

Complementary Color

#422920 #203942

#422920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#422920 Color CSS Codes

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

#422920 Text Font Color

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

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


#422920 Background Color

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

This div background color is #422920


#422920 Border Color

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

This div border color is #422920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422920


Comments

No comments written yet.

Please login to write comment.