Color Hex Logo

#422a41 Color Hex

#422A41
(66,42,65)
0 Favorites   0 Comments

Color spaces of #422a41

RGB 664265
HSL0.840.220.21
HSV303°36°26°
CMYK 0.000.360.02   0.74
XYZ4.02893.19585.4055
Yxy3.19580.31900.2530
Hunter Lab17.87688.9442-5.4141
CIE-Lab20.811615.6650-10.0376

#422a41 color RGB value is (66,42,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101010 01000001
Octal 102 52 101
Decimal 66 42 65
Hex 42 2A 41

RGB Percentages of Color #422a41

%38.15
%24.28
%37.57

CMYK Percentages of Color #422a41

%0
%36
%2
%74

Triadic Colors of #422a41

#422a41 #41422a #2a4142

Analogous Colors of #422a41

#422a41 #422a35 #372a42

Monochromatic Colors of #422a41

#422a41

Complementary Color

#422a41 #2a422b

#422a41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422a41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#422a41 Color CSS Codes

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

#422a41 Text Font Color

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

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


#422a41 Background Color

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

This div background color is #422a41


#422a41 Border Color

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

This div border color is #422a41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422a41


Comments

No comments written yet.

Please login to write comment.