Color Hex Logo

#408764 Color Hex

#408764
(64,135,100)
0 Favorites   0 Comments

Color spaces of #408764

RGB 64135100
HSL0.420.360.39
HSV150°53°53°
CMYK 0.530.000.26   0.47
XYZ13.078619.338015.0999
Yxy19.33800.27520.4070
Hunter Lab43.9750-23.868610.4238
CIE-Lab51.0803-31.005912.1333

#408764 color RGB value is (64,135,100).

#408764 hex color red value is 64, green value is 135 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #408764 hue: 0.42 , saturation: 0.36 and the lightness value of 408764 is 0.39.

The process color (four color CMYK) of #408764 color hex is 0.53, 0.00, 0.26, 0.47. Web safe color of #408764 is #339966. Color #408764 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10000111 01100100
Octal 100 207 144
Decimal 64 135 100
Hex 40 87 64

RGB Percentages of Color #408764

%21.40
%45.15
%33.44

CMYK Percentages of Color #408764

%53
%0
%26
%47

Triadic Colors of #408764

#408764 #644087 #876440

Analogous Colors of #408764

#408764 #408787 #408741

Monochromatic Colors of #408764

#408764

Complementary Color

#408764 #874063

#408764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#408764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#408764 Color CSS Codes

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

#408764 Text Font Color

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

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


#408764 Background Color

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

This div background color is #408764


#408764 Border Color

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

This div border color is #408764


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,135,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #408764; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #408764;
  -webkit-box-shadow: 1px 1px 3px 2px #408764;
  box-shadow:         1px 1px 3px 2px #408764; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #408764


Comments

No comments written yet.

Please login to write comment.