Color Hex Logo

#402e37 Color Hex

#402E37
(64,46,55)
0 Favorites   0 Comments

Color spaces of #402e37

RGB 644655
HSL0.920.160.22
HSV330°28°25°
CMYK 0.000.280.14   0.75
XYZ3.78093.31984.0559
Yxy3.31980.33890.2976
Hunter Lab18.22035.1550-0.4439
CIE-Lab21.28179.9856-2.5155

#402e37 color RGB value is (64,46,55).

#402e37 hex color red value is 64, green value is 46 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #402e37 hue: 0.92 , saturation: 0.16 and the lightness value of 402e37 is 0.22.

The process color (four color CMYK) of #402e37 color hex is 0.00, 0.28, 0.14, 0.75. Web safe color of #402e37 is #333333. Color #402e37 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101110 00110111
Octal 100 56 67
Decimal 64 46 55
Hex 40 2E 37

RGB Percentages of Color #402e37

%38.79
%27.88
%33.33

CMYK Percentages of Color #402e37

%0
%28
%14
%75

Triadic Colors of #402e37

#402e37 #37402e #2e3740

Analogous Colors of #402e37

#402e37 #402e2e #402e40

Monochromatic Colors of #402e37

#402e37

Complementary Color

#402e37 #2e4037

#402e37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402e37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#402e37 Color CSS Codes

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

#402e37 Text Font Color

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

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


#402e37 Background Color

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

This div background color is #402e37


#402e37 Border Color

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

This div border color is #402e37


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,46,55, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #402e37; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #402e37;
  -webkit-box-shadow: 1px 1px 3px 2px #402e37;
  box-shadow:         1px 1px 3px 2px #402e37; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,46,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 #402e37">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402e37


Comments

No comments written yet.

Please login to write comment.