Color Hex Logo

#40493d Color Hex

#40493D
(64,73,61)
0 Favorites   0 Comments

Color spaces of #40493d

RGB 647361
HSL0.290.090.26
HSV105°16°29°
CMYK 0.120.000.16   0.71
XYZ5.33926.19205.3286
Yxy6.19200.31670.3673
Hunter Lab24.8837-5.24654.7223
CIE-Lab29.8918-6.31805.9682

#40493d color RGB value is (64,73,61).

#40493d hex color red value is 64, green value is 73 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #40493d hue: 0.29 , saturation: 0.09 and the lightness value of 40493d is 0.26.

The process color (four color CMYK) of #40493d color hex is 0.12, 0.00, 0.16, 0.71. Web safe color of #40493d is #333333. Color #40493d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001001 00111101
Octal 100 111 75
Decimal 64 73 61
Hex 40 49 3D

RGB Percentages of Color #40493d

%32.32
%36.87
%30.81

CMYK Percentages of Color #40493d

%12
%0
%16
%71

Triadic Colors of #40493d

#40493d #3d4049 #493d40

Analogous Colors of #40493d

#40493d #3d4940 #46493d

Monochromatic Colors of #40493d

#40493d

Complementary Color

#40493d #463d49

#40493d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40493d Color Preview on White Background

Lorem ipsum dolor sit amet.

#40493d Color CSS Codes

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

#40493d Text Font Color

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

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


#40493d Background Color

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

This div background color is #40493d


#40493d Border Color

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

This div border color is #40493d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40493d


Comments

No comments written yet.

Please login to write comment.