Color Hex Logo

#40703e Color Hex

#40703E
(64,112,62)
0 Favorites   0 Comments

Color spaces of #40703e

RGB 6411262
HSL0.330.290.34
HSV118°45°44°
CMYK 0.430.000.45   0.56
XYZ8.778013.02616.6091
Yxy13.02610.30890.4585
Hunter Lab36.0917-19.746814.4070
CIE-Lab42.8025-27.452022.7834

#40703e color RGB value is (64,112,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110000 00111110
Octal 100 160 76
Decimal 64 112 62
Hex 40 70 3E

RGB Percentages of Color #40703e

%26.89
%47.06
%26.05

CMYK Percentages of Color #40703e

%43
%0
%45
%56

Triadic Colors of #40703e

#40703e #3e4070 #703e40

Analogous Colors of #40703e

#40703e #3e7055 #59703e

Monochromatic Colors of #40703e

#40703e

Complementary Color

#40703e #6e3e70

#40703e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40703e Color Preview on White Background

Lorem ipsum dolor sit amet.

#40703e Color CSS Codes

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

#40703e Text Font Color

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

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


#40703e Background Color

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

This div background color is #40703e


#40703e Border Color

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

This div border color is #40703e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40703e


Comments

No comments written yet.

Please login to write comment.