Color Hex Logo

#422137 Color Hex

#422137
(66,33,55)
0 Favorites   0 Comments

Color spaces of #422137

RGB 663355
HSL0.890.330.19
HSV320°50°26°
CMYK 0.000.500.17   0.74
XYZ3.48022.52183.9178
Yxy2.52180.35080.2542
Hunter Lab15.880211.3286-3.5113
CIE-Lab18.016919.4074-7.3775

#422137 color RGB value is (66,33,55).

#422137 hex color red value is 66, green value is 33 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #422137 hue: 0.89 , saturation: 0.33 and the lightness value of 422137 is 0.19.

The process color (four color CMYK) of #422137 color hex is 0.00, 0.50, 0.17, 0.74. Web safe color of #422137 is #333333. Color #422137 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100001 00110111
Octal 102 41 67
Decimal 66 33 55
Hex 42 21 37

RGB Percentages of Color #422137

%42.86
%21.43
%35.71

CMYK Percentages of Color #422137

%0
%50
%17
%74

Triadic Colors of #422137

#422137 #374221 #213742

Analogous Colors of #422137

#422137 #422127 #3d2142

Monochromatic Colors of #422137

#422137

Complementary Color

#422137 #21422c

#422137 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422137 Color Preview on White Background

Lorem ipsum dolor sit amet.

#422137 Color CSS Codes

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

#422137 Text Font Color

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

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


#422137 Background Color

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

This div background color is #422137


#422137 Border Color

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

This div border color is #422137


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422137


Comments

No comments written yet.

Please login to write comment.