Color Hex Logo

#40713e Color Hex

#40713E
(64,113,62)
0 Favorites   0 Comments

Color spaces of #40713e

RGB 6411362
HSL0.330.290.34
HSV118°45°44°
CMYK 0.430.000.45   0.56
XYZ8.889013.24806.6461
Yxy13.24800.30880.4603
Hunter Lab36.3978-20.103214.6523
CIE-Lab43.1346-27.934523.2095

#40713e color RGB value is (64,113,62).

#40713e hex color red value is 64, green value is 113 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #40713e hue: 0.33 , saturation: 0.29 and the lightness value of 40713e is 0.34.

The process color (four color CMYK) of #40713e color hex is 0.43, 0.00, 0.45, 0.56. Web safe color of #40713e is #336633. Color #40713e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110001 00111110
Octal 100 161 76
Decimal 64 113 62
Hex 40 71 3E

RGB Percentages of Color #40713e

%26.78
%47.28
%25.94

CMYK Percentages of Color #40713e

%43
%0
%45
%56

Triadic Colors of #40713e

#40713e #3e4071 #713e40

Analogous Colors of #40713e

#40713e #3e7155 #5a713e

Monochromatic Colors of #40713e

#40713e

Complementary Color

#40713e #6f3e71

#40713e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40713e Color Preview on White Background

Lorem ipsum dolor sit amet.

#40713e Color CSS Codes

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

#40713e Text Font Color

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

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


#40713e Background Color

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

This div background color is #40713e


#40713e Border Color

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

This div border color is #40713e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,113,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 #40713e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40713e


Comments

No comments written yet.

Please login to write comment.