Color Hex Logo

#40593e Color Hex

#40593E
(64,89,62)
0 Favorites   0 Comments

Color spaces of #40593e

RGB 648962
HSL0.320.180.30
HSV116°30°35°
CMYK 0.280.000.30   0.65
XYZ6.55628.58255.8685
Yxy8.58250.31210.4086
Hunter Lab29.2959-11.32098.6303
CIE-Lab35.1677-15.493412.6729

#40593e color RGB value is (64,89,62).

#40593e hex color red value is 64, green value is 89 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #40593e hue: 0.32 , saturation: 0.18 and the lightness value of 40593e is 0.30.

The process color (four color CMYK) of #40593e color hex is 0.28, 0.00, 0.30, 0.65. Web safe color of #40593e is #336633. Color #40593e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01011001 00111110
Octal 100 131 76
Decimal 64 89 62
Hex 40 59 3E

RGB Percentages of Color #40593e

%29.77
%41.40
%28.84

CMYK Percentages of Color #40593e

%28
%0
%30
%65

Triadic Colors of #40593e

#40593e #3e4059 #593e40

Analogous Colors of #40593e

#40593e #3e594a #4e593e

Monochromatic Colors of #40593e

#40593e

Complementary Color

#40593e #573e59

#40593e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40593e Color Preview on White Background

Lorem ipsum dolor sit amet.

#40593e Color CSS Codes

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

#40593e Text Font Color

<p style="color:#40593e">Text here</p>

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


#40593e Background Color

<div style="background-color:#40593e">
Div content here</div>

This div background color is #40593e


#40593e Border Color

<div style="border:3px solid #40593e">
Div here</div>

This div border color is #40593e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,89,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40593e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40593e;
  -webkit-box-shadow: 1px 1px 3px 2px #40593e;
  box-shadow:         1px 1px 3px 2px #40593e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40593e


Comments

No comments written yet.

Please login to write comment.