Color Hex Logo

#40364d Color Hex

#40364D
(64,54,77)
0 Favorites   0 Comments

Color spaces of #40364d

RGB 645477
HSL0.740.180.26
HSV266°30°30°
CMYK 0.170.300.00   0.70
XYZ4.77314.26417.5927
Yxy4.26410.28700.2564
Hunter Lab20.64975.1226-7.3456
CIE-Lab24.52609.7882-12.4482

#40364d color RGB value is (64,54,77).

#40364d hex color red value is 64, green value is 54 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #40364d hue: 0.74 , saturation: 0.18 and the lightness value of 40364d is 0.26.

The process color (four color CMYK) of #40364d color hex is 0.17, 0.30, 0.00, 0.70. Web safe color of #40364d is #333366. Color #40364d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110110 01001101
Octal 100 66 115
Decimal 64 54 77
Hex 40 36 4D

RGB Percentages of Color #40364d

%32.82
%27.69
%39.49

CMYK Percentages of Color #40364d

%17
%30
%0
%70

Triadic Colors of #40364d

#40364d #4d4036 #364d40

Analogous Colors of #40364d

#40364d #4c364d #36384d

Monochromatic Colors of #40364d

#40364d

Complementary Color

#40364d #434d36

#40364d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40364d Color Preview on White Background

Lorem ipsum dolor sit amet.

#40364d Color CSS Codes

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

#40364d Text Font Color

<p style="color:#40364d">Text here</p>

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


#40364d Background Color

<div style="background-color:#40364d">
Div content here</div>

This div background color is #40364d


#40364d Border Color

<div style="border:3px solid #40364d">
Div here</div>

This div border color is #40364d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40364d


Comments

No comments written yet.

Please login to write comment.