Color Hex Logo

#422a39 Color Hex

#422A39
(66,42,57)
0 Favorites   0 Comments

Color spaces of #422a39

RGB 664257
HSL0.900.220.21
HSV323°36°26°
CMYK 0.000.360.14   0.74
XYZ3.81333.10964.2701
Yxy3.10960.34070.2778
Hunter Lab17.63417.7404-2.0133
CIE-Lab20.477613.9376-5.0576

#422a39 color RGB value is (66,42,57).

#422a39 hex color red value is 66, green value is 42 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #422a39 hue: 0.90 , saturation: 0.22 and the lightness value of 422a39 is 0.21.

The process color (four color CMYK) of #422a39 color hex is 0.00, 0.36, 0.14, 0.74. Web safe color of #422a39 is #333333. Color #422a39 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101010 00111001
Octal 102 52 71
Decimal 66 42 57
Hex 42 2A 39

RGB Percentages of Color #422a39

%40.00
%25.45
%34.55

CMYK Percentages of Color #422a39

%0
%36
%14
%74

Triadic Colors of #422a39

#422a39 #39422a #2a3942

Analogous Colors of #422a39

#422a39 #422a2d #3f2a42

Monochromatic Colors of #422a39

#422a39

Complementary Color

#422a39 #2a4233

#422a39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422a39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#422a39 Color CSS Codes

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

#422a39 Text Font Color

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

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


#422a39 Background Color

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

This div background color is #422a39


#422a39 Border Color

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

This div border color is #422a39


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,42,57, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #422a39; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #422a39;
  -webkit-box-shadow: 1px 1px 3px 2px #422a39;
  box-shadow:         1px 1px 3px 2px #422a39; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422a39


Comments

No comments written yet.

Please login to write comment.