Color Hex Logo

#40766e Color Hex

#40766E
(64,118,110)
0 Favorites   0 Comments

Color spaces of #40766e

RGB 64118110
HSL0.480.300.36
HSV171°46°46°
CMYK 0.460.000.07   0.54
XYZ11.407315.172617.0792
Yxy15.17260.26130.3475
Hunter Lab38.9520-15.89141.2697
CIE-Lab45.8697-20.0466-1.1894

#40766e color RGB value is (64,118,110).

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

The process color (four color CMYK) of #40766e color hex is 0.46, 0.00, 0.07, 0.54. Web safe color of #40766e is #336666. Color #40766e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110110 01101110
Octal 100 166 156
Decimal 64 118 110
Hex 40 76 6E

RGB Percentages of Color #40766e

%21.92
%40.41
%37.67

CMYK Percentages of Color #40766e

%46
%0
%7
%54

Triadic Colors of #40766e

#40766e #6e4076 #766e40

Analogous Colors of #40766e

#40766e #406376 #407653

Monochromatic Colors of #40766e

#40766e

Complementary Color

#40766e #764048

#40766e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40766e Color Preview on White Background

Lorem ipsum dolor sit amet.

#40766e Color CSS Codes

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

#40766e Text Font Color

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

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


#40766e Background Color

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

This div background color is #40766e


#40766e Border Color

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

This div border color is #40766e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40766e


Comments

No comments written yet.

Please login to write comment.