Color Hex Logo

#40764b Color Hex

#40764B
(64,118,75)
0 Favorites   0 Comments

Color spaces of #40764b

RGB 6411875
HSL0.370.300.36
HSV132°46°46°
CMYK 0.460.000.36   0.54
XYZ9.862814.55498.9462
Yxy14.55490.29560.4362
Hunter Lab38.1509-20.618112.8024
CIE-Lab45.0184-28.052318.2569

#40764b color RGB value is (64,118,75).

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

The process color (four color CMYK) of #40764b color hex is 0.46, 0.00, 0.36, 0.54. Web safe color of #40764b is #336633. Color #40764b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01110110 01001011
Octal 100 166 113
Decimal 64 118 75
Hex 40 76 4B

RGB Percentages of Color #40764b

%24.90
%45.91
%29.18

CMYK Percentages of Color #40764b

%46
%0
%36
%54

Triadic Colors of #40764b

#40764b #4b4076 #764b40

Analogous Colors of #40764b

#40764b #407666 #507640

Monochromatic Colors of #40764b

#40764b

Complementary Color

#40764b #76406b

#40764b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40764b Color Preview on White Background

Lorem ipsum dolor sit amet.

#40764b Color CSS Codes

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

#40764b Text Font Color

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

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


#40764b Background Color

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

This div background color is #40764b


#40764b Border Color

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

This div border color is #40764b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40764b


Comments

No comments written yet.

Please login to write comment.