Color Hex Logo

#40764e Color Hex

#40764E
(64,118,78)
0 Favorites   0 Comments

Color spaces of #40764e

RGB 6411878
HSL0.380.300.36
HSV136°46°46°
CMYK 0.460.000.34   0.54
XYZ9.967914.59699.4998
Yxy14.59690.29260.4285
Hunter Lab38.2059-20.289712.0018
CIE-Lab45.0771-27.473416.6003

#40764e color RGB value is (64,118,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110110 01001110
Octal 100 166 116
Decimal 64 118 78
Hex 40 76 4E

RGB Percentages of Color #40764e

%24.62
%45.38
%30.00

CMYK Percentages of Color #40764e

%46
%0
%34
%54

Triadic Colors of #40764e

#40764e #4e4076 #764e40

Analogous Colors of #40764e

#40764e #407669 #4d7640

Monochromatic Colors of #40764e

#40764e

Complementary Color

#40764e #764068

#40764e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40764e Color Preview on White Background

Lorem ipsum dolor sit amet.

#40764e Color CSS Codes

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

#40764e Text Font Color

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

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


#40764e Background Color

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

This div background color is #40764e


#40764e Border Color

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

This div border color is #40764e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40764e


Comments

No comments written yet.

Please login to write comment.