Color Hex Logo

#40383f Color Hex

#40383F
(64,56,63)
0 Favorites   0 Comments

Color spaces of #40383f

RGB 645663
HSL0.850.070.24
HSV308°13°25°
CMYK 0.000.130.02   0.75
XYZ4.42574.27725.2950
Yxy4.27720.31620.3056
Hunter Lab20.68142.0055-0.7029
CIE-Lab24.56755.0209-3.0576

#40383f color RGB value is (64,56,63).

#40383f hex color red value is 64, green value is 56 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #40383f hue: 0.85 , saturation: 0.07 and the lightness value of 40383f is 0.24.

The process color (four color CMYK) of #40383f color hex is 0.00, 0.13, 0.02, 0.75. Web safe color of #40383f is #333333. Color #40383f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00111000 00111111
Octal 100 70 77
Decimal 64 56 63
Hex 40 38 3F

RGB Percentages of Color #40383f

%34.97
%30.60
%34.43

CMYK Percentages of Color #40383f

%0
%13
%2
%75

Triadic Colors of #40383f

#40383f #3f4038 #383f40

Analogous Colors of #40383f

#40383f #40383b #3d3840

Monochromatic Colors of #40383f

#40383f

Complementary Color

#40383f #384039

#40383f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40383f Color Preview on White Background

Lorem ipsum dolor sit amet.

#40383f Color CSS Codes

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

#40383f Text Font Color

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

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


#40383f Background Color

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

This div background color is #40383f


#40383f Border Color

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

This div border color is #40383f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,56,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40383f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40383f;
  -webkit-box-shadow: 1px 1px 3px 2px #40383f;
  box-shadow:         1px 1px 3px 2px #40383f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40383f


Comments

No comments written yet.

Please login to write comment.