Color Hex Logo

#403137 Color Hex

#403137
(64,49,55)
0 Favorites   0 Comments

Color spaces of #403137

RGB 644955
HSL0.930.130.22
HSV336°23°25°
CMYK 0.000.230.14   0.75
XYZ3.90233.56244.0964
Yxy3.56240.33750.3081
Hunter Lab18.87433.87510.3440
CIE-Lab22.16857.9705-1.2080

#403137 color RGB value is (64,49,55).

#403137 hex color red value is 64, green value is 49 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #403137 hue: 0.93 , saturation: 0.13 and the lightness value of 403137 is 0.22.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110001 00110111
Octal 100 61 67
Decimal 64 49 55
Hex 40 31 37

RGB Percentages of Color #403137

%38.10
%29.17
%32.74

CMYK Percentages of Color #403137

%0
%23
%14
%75

Triadic Colors of #403137

#403137 #374031 #313740

Analogous Colors of #403137

#403137 #403331 #40313f

Monochromatic Colors of #403137

#403137

Complementary Color

#403137 #31403a

#403137 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403137 Color Preview on White Background

Lorem ipsum dolor sit amet.

#403137 Color CSS Codes

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

#403137 Text Font Color

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

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


#403137 Background Color

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

This div background color is #403137


#403137 Border Color

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

This div border color is #403137


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403137


Comments

No comments written yet.

Please login to write comment.