Color Hex Logo

#40353e Color Hex

#40353E
(64,53,62)
0 Favorites   0 Comments

Color spaces of #40353e

RGB 645362
HSL0.860.090.23
HSV311°17°25°
CMYK 0.000.170.03   0.75
XYZ4.25703.98405.1020
Yxy3.98400.31900.2986
Hunter Lab19.96003.1400-1.1832
CIE-Lab23.61856.7961-3.7959

#40353e color RGB value is (64,53,62).

#40353e hex color red value is 64, green value is 53 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #40353e hue: 0.86 , saturation: 0.09 and the lightness value of 40353e is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110101 00111110
Octal 100 65 76
Decimal 64 53 62
Hex 40 35 3E

RGB Percentages of Color #40353e

%35.75
%29.61
%34.64

CMYK Percentages of Color #40353e

%0
%17
%3
%75

Triadic Colors of #40353e

#40353e #3e4035 #353e40

Analogous Colors of #40353e

#40353e #403539 #3d3540

Monochromatic Colors of #40353e

#40353e

Complementary Color

#40353e #354037

#40353e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40353e Color Preview on White Background

Lorem ipsum dolor sit amet.

#40353e Color CSS Codes

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

#40353e Text Font Color

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

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


#40353e Background Color

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

This div background color is #40353e


#40353e Border Color

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

This div border color is #40353e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40353e


Comments

No comments written yet.

Please login to write comment.