Color Hex Logo

#40393e Color Hex

#40393E
(64,57,62)
0 Favorites   0 Comments

Color spaces of #40393e

RGB 645762
HSL0.880.060.24
HSV317°11°25°
CMYK 0.000.110.03   0.75
XYZ4.44704.36405.1654
Yxy4.36400.31820.3122
Hunter Lab20.89021.4404-0.0372
CIE-Lab24.84004.1341-1.9871

#40393e color RGB value is (64,57,62).

#40393e hex color red value is 64, green value is 57 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #40393e hue: 0.88 , saturation: 0.06 and the lightness value of 40393e is 0.24.

The process color (four color CMYK) of #40393e color hex is 0.00, 0.11, 0.03, 0.75. Web safe color of #40393e is #333333. Color #40393e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00111001 00111110
Octal 100 71 76
Decimal 64 57 62
Hex 40 39 3E

RGB Percentages of Color #40393e

%34.97
%31.15
%33.88

CMYK Percentages of Color #40393e

%0
%11
%3
%75

Triadic Colors of #40393e

#40393e #3e4039 #393e40

Analogous Colors of #40393e

#40393e #40393b #3f3940

Monochromatic Colors of #40393e

#40393e

Complementary Color

#40393e #39403b

#40393e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40393e Color Preview on White Background

Lorem ipsum dolor sit amet.

#40393e Color CSS Codes

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

#40393e Text Font Color

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

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


#40393e Background Color

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

This div background color is #40393e


#40393e Border Color

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

This div border color is #40393e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,57,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40393e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40393e;
  -webkit-box-shadow: 1px 1px 3px 2px #40393e;
  box-shadow:         1px 1px 3px 2px #40393e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,57,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40393e


Comments

No comments written yet.

Please login to write comment.