Color Hex Logo

#40786e Color Hex

#40786E
(64,120,110)
0 Favorites   0 Comments

Color spaces of #40786e

RGB 64120110
HSL0.470.300.36
HSV169°47°47°
CMYK 0.470.000.08   0.53
XYZ11.645315.648717.1586
Yxy15.64870.26200.3520
Hunter Lab39.5584-16.68001.9737
CIE-Lab46.5102-21.1038-0.2521

#40786e color RGB value is (64,120,110).

#40786e hex color red value is 64, green value is 120 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #40786e hue: 0.47 , saturation: 0.30 and the lightness value of 40786e is 0.36.

The process color (four color CMYK) of #40786e color hex is 0.47, 0.00, 0.08, 0.53. Web safe color of #40786e is #336666. Color #40786e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01111000 01101110
Octal 100 170 156
Decimal 64 120 110
Hex 40 78 6E

RGB Percentages of Color #40786e

%21.77
%40.82
%37.41

CMYK Percentages of Color #40786e

%47
%0
%8
%53

Triadic Colors of #40786e

#40786e #6e4078 #786e40

Analogous Colors of #40786e

#40786e #406678 #407852

Monochromatic Colors of #40786e

#40786e

Complementary Color

#40786e #78404a

#40786e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40786e Color Preview on White Background

Lorem ipsum dolor sit amet.

#40786e Color CSS Codes

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

#40786e Text Font Color

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

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


#40786e Background Color

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

This div background color is #40786e


#40786e Border Color

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

This div border color is #40786e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40786e


Comments

No comments written yet.

Please login to write comment.