Color Hex Logo

#40362c Color Hex

#40362C
(64,54,44)
0 Favorites   0 Comments

Color spaces of #40362c

RGB 645444
HSL0.080.190.21
HSV30°31°25°
CMYK 0.000.160.31   0.75
XYZ3.88813.91022.9327
Yxy3.91020.36230.3644
Hunter Lab19.77420.49265.0487
CIE-Lab23.37232.57237.9319

#40362c color RGB value is (64,54,44).

#40362c hex color red value is 64, green value is 54 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #40362c hue: 0.08 , saturation: 0.19 and the lightness value of 40362c is 0.21.

The process color (four color CMYK) of #40362c color hex is 0.00, 0.16, 0.31, 0.75. Web safe color of #40362c is #333333. Color #40362c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110110 00101100
Octal 100 66 54
Decimal 64 54 44
Hex 40 36 2C

RGB Percentages of Color #40362c

%39.51
%33.33
%27.16

CMYK Percentages of Color #40362c

%0
%16
%31
%75

Triadic Colors of #40362c

#40362c #2c4036 #362c40

Analogous Colors of #40362c

#40362c #40402c #402c2c

Monochromatic Colors of #40362c

#40362c

Complementary Color

#40362c #2c3640

#40362c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40362c Color Preview on White Background

Lorem ipsum dolor sit amet.

#40362c Color CSS Codes

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

#40362c Text Font Color

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

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


#40362c Background Color

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

This div background color is #40362c


#40362c Border Color

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

This div border color is #40362c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40362c


Comments

No comments written yet.

Please login to write comment.