Color Hex Logo

#40493b Color Hex

#40493B
(64,73,59)
0 Favorites   0 Comments

Color spaces of #40493b

RGB 647359
HSL0.270.110.26
HSV99°19°29°
CMYK 0.120.000.19   0.71
XYZ5.28636.17085.0501
Yxy6.17080.32020.3738
Hunter Lab24.8411-5.48635.3353
CIE-Lab29.8394-6.72657.1751

#40493b color RGB value is (64,73,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01001001 00111011
Octal 100 111 73
Decimal 64 73 59
Hex 40 49 3B

RGB Percentages of Color #40493b

%32.65
%37.24
%30.10

CMYK Percentages of Color #40493b

%12
%0
%19
%71

Triadic Colors of #40493b

#40493b #3b4049 #493b40

Analogous Colors of #40493b

#40493b #3b493d #47493b

Monochromatic Colors of #40493b

#40493b

Complementary Color

#40493b #443b49

#40493b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40493b Color Preview on White Background

Lorem ipsum dolor sit amet.

#40493b Color CSS Codes

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

#40493b Text Font Color

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

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


#40493b Background Color

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

This div background color is #40493b


#40493b Border Color

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

This div border color is #40493b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40493b


Comments

No comments written yet.

Please login to write comment.