Color Hex Logo

#40735f Color Hex

#40735F
(64,115,95)
0 Favorites   0 Comments

Color spaces of #40735f

RGB 6411595
HSL0.430.280.35
HSV156°44°45°
CMYK 0.440.000.17   0.55
XYZ10.310614.177713.0196
Yxy14.17770.27490.3780
Hunter Lab37.6533-17.01465.8562
CIE-Lab44.4867-22.25695.7557

#40735f color RGB value is (64,115,95).

#40735f hex color red value is 64, green value is 115 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #40735f hue: 0.43 , saturation: 0.28 and the lightness value of 40735f is 0.35.

The process color (four color CMYK) of #40735f color hex is 0.44, 0.00, 0.17, 0.55. Web safe color of #40735f is #336666. Color #40735f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110011 01011111
Octal 100 163 137
Decimal 64 115 95
Hex 40 73 5F

RGB Percentages of Color #40735f

%23.36
%41.97
%34.67

CMYK Percentages of Color #40735f

%44
%0
%17
%55

Triadic Colors of #40735f

#40735f #5f4073 #735f40

Analogous Colors of #40735f

#40735f #406e73 #407346

Monochromatic Colors of #40735f

#40735f

Complementary Color

#40735f #734054

#40735f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40735f Color Preview on White Background

Lorem ipsum dolor sit amet.

#40735f Color CSS Codes

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

#40735f Text Font Color

<p style="color:#40735f">Text here</p>

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


#40735f Background Color

<div style="background-color:#40735f">
Div content here</div>

This div background color is #40735f


#40735f Border Color

<div style="border:3px solid #40735f">
Div here</div>

This div border color is #40735f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,115,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40735f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40735f;
  -webkit-box-shadow: 1px 1px 3px 2px #40735f;
  box-shadow:         1px 1px 3px 2px #40735f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40735f


Comments

No comments written yet.

Please login to write comment.