Color Hex Logo

#422d3b Color Hex

#422D3B
(66,45,59)
0 Favorites   0 Comments

Color spaces of #422d3b

RGB 664559
HSL0.890.190.22
HSV320°32°26°
CMYK 0.000.320.11   0.74
XYZ3.97463.35084.5750
Yxy3.35080.33400.2816
Hunter Lab18.30526.7236-2.0047
CIE-Lab21.397312.3534-5.0520

#422d3b color RGB value is (66,45,59).

#422d3b hex color red value is 66, green value is 45 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #422d3b hue: 0.89 , saturation: 0.19 and the lightness value of 422d3b is 0.22.

The process color (four color CMYK) of #422d3b color hex is 0.00, 0.32, 0.11, 0.74. Web safe color of #422d3b is #333333. Color #422d3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101101 00111011
Octal 102 55 73
Decimal 66 45 59
Hex 42 2D 3B

RGB Percentages of Color #422d3b

%38.82
%26.47
%34.71

CMYK Percentages of Color #422d3b

%0
%32
%11
%74

Triadic Colors of #422d3b

#422d3b #3b422d #2d3b42

Analogous Colors of #422d3b

#422d3b #422d31 #3f2d42

Monochromatic Colors of #422d3b

#422d3b

Complementary Color

#422d3b #2d4234

#422d3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422d3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#422d3b Color CSS Codes

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

#422d3b Text Font Color

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

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


#422d3b Background Color

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

This div background color is #422d3b


#422d3b Border Color

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

This div border color is #422d3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422d3b


Comments

No comments written yet.

Please login to write comment.