Color Hex Logo

#422832 Color Hex

#422832
(66,40,50)
0 Favorites   0 Comments

Color spaces of #422832

RGB 664050
HSL0.940.250.21
HSV337°39°26°
CMYK 0.000.390.24   0.74
XYZ3.58132.90613.3898
Yxy2.90610.36260.2942
Hunter Lab17.04737.66660.1435
CIE-Lab19.663813.9010-1.4276

#422832 color RGB value is (66,40,50).

#422832 hex color red value is 66, green value is 40 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #422832 hue: 0.94 , saturation: 0.25 and the lightness value of 422832 is 0.21.

The process color (four color CMYK) of #422832 color hex is 0.00, 0.39, 0.24, 0.74. Web safe color of #422832 is #333333. Color #422832 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00101000 00110010
Octal 102 50 62
Decimal 66 40 50
Hex 42 28 32

RGB Percentages of Color #422832

%42.31
%25.64
%32.05

CMYK Percentages of Color #422832

%0
%39
%24
%74

Triadic Colors of #422832

#422832 #324228 #283242

Analogous Colors of #422832

#422832 #422b28 #42283f

Monochromatic Colors of #422832

#422832

Complementary Color

#422832 #284238

#422832 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422832 Color Preview on White Background

Lorem ipsum dolor sit amet.

#422832 Color CSS Codes

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

#422832 Text Font Color

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

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


#422832 Background Color

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

This div background color is #422832


#422832 Border Color

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

This div border color is #422832


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422832


Comments

No comments written yet.

Please login to write comment.