Color Hex Logo

#40364a Color Hex

#40364A
(64,54,74)
0 Favorites   0 Comments

Color spaces of #40364a

RGB 645474
HSL0.750.160.25
HSV270°27°29°
CMYK 0.140.270.00   0.71
XYZ4.66964.22277.0475
Yxy4.22270.29300.2649
Hunter Lab20.54924.6012-5.9495
CIE-Lab24.39449.0123-10.6556

#40364a color RGB value is (64,54,74).

#40364a hex color red value is 64, green value is 54 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #40364a hue: 0.75 , saturation: 0.16 and the lightness value of 40364a is 0.25.

The process color (four color CMYK) of #40364a color hex is 0.14, 0.27, 0.00, 0.71. Web safe color of #40364a is #333333. Color #40364a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110110 01001010
Octal 100 66 112
Decimal 64 54 74
Hex 40 36 4A

RGB Percentages of Color #40364a

%33.33
%28.13
%38.54

CMYK Percentages of Color #40364a

%14
%27
%0
%71

Triadic Colors of #40364a

#40364a #4a4036 #364a40

Analogous Colors of #40364a

#40364a #4a364a #36364a

Monochromatic Colors of #40364a

#40364a

Complementary Color

#40364a #404a36

#40364a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40364a Color Preview on White Background

Lorem ipsum dolor sit amet.

#40364a Color CSS Codes

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

#40364a Text Font Color

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

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


#40364a Background Color

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

This div background color is #40364a


#40364a Border Color

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

This div border color is #40364a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40364a


Comments

No comments written yet.

Please login to write comment.