Color Hex Logo

#40314c Color Hex

#40314C
(64,49,76)
0 Favorites   0 Comments

Color spaces of #40314c

RGB 644976
HSL0.760.220.25
HSV273°36°30°
CMYK 0.160.360.00   0.70
XYZ4.51723.80847.3345
Yxy3.80840.28850.2432
Hunter Lab19.51517.1662-8.6228
CIE-Lab23.027612.8894-14.0877

#40314c color RGB value is (64,49,76).

#40314c hex color red value is 64, green value is 49 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #40314c hue: 0.76 , saturation: 0.22 and the lightness value of 40314c is 0.25.

The process color (four color CMYK) of #40314c color hex is 0.16, 0.36, 0.00, 0.70. Web safe color of #40314c is #333333. Color #40314c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110001 01001100
Octal 100 61 114
Decimal 64 49 76
Hex 40 31 4C

RGB Percentages of Color #40314c

%33.86
%25.93
%40.21

CMYK Percentages of Color #40314c

%16
%36
%0
%70

Triadic Colors of #40314c

#40314c #4c4031 #314c40

Analogous Colors of #40314c

#40314c #4c314b #33314c

Monochromatic Colors of #40314c

#40314c

Complementary Color

#40314c #3d4c31

#40314c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40314c Color Preview on White Background

Lorem ipsum dolor sit amet.

#40314c Color CSS Codes

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

#40314c Text Font Color

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

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


#40314c Background Color

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

This div background color is #40314c


#40314c Border Color

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

This div border color is #40314c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40314c


Comments

No comments written yet.

Please login to write comment.