Color Hex Logo

#40323c Color Hex

#40323C
(64,50,60)
0 Favorites   0 Comments

Color spaces of #40323c

RGB 645060
HSL0.880.120.22
HSV317°22°25°
CMYK 0.000.220.06   0.75
XYZ4.07063.69744.7741
Yxy3.69740.32460.2948
Hunter Lab19.22864.1374-1.2605
CIE-Lab22.64478.3629-3.8958

#40323c color RGB value is (64,50,60).

#40323c hex color red value is 64, green value is 50 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #40323c hue: 0.88 , saturation: 0.12 and the lightness value of 40323c is 0.22.

The process color (four color CMYK) of #40323c color hex is 0.00, 0.22, 0.06, 0.75. Web safe color of #40323c is #333333. Color #40323c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110010 00111100
Octal 100 62 74
Decimal 64 50 60
Hex 40 32 3C

RGB Percentages of Color #40323c

%36.78
%28.74
%34.48

CMYK Percentages of Color #40323c

%0
%22
%6
%75

Triadic Colors of #40323c

#40323c #3c4032 #323c40

Analogous Colors of #40323c

#40323c #403235 #3d3240

Monochromatic Colors of #40323c

#40323c

Complementary Color

#40323c #324036

#40323c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40323c Color Preview on White Background

Lorem ipsum dolor sit amet.

#40323c Color CSS Codes

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

#40323c Text Font Color

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

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


#40323c Background Color

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

This div background color is #40323c


#40323c Border Color

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

This div border color is #40323c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,50,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40323c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40323c;
  -webkit-box-shadow: 1px 1px 3px 2px #40323c;
  box-shadow:         1px 1px 3px 2px #40323c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40323c


Comments

No comments written yet.

Please login to write comment.