Color Hex Logo

#408962 Color Hex

#408962
(64,137,98)
0 Favorites   0 Comments

Color spaces of #408962

RGB 6413798
HSL0.410.360.39
HSV148°53°54°
CMYK 0.530.000.28   0.46
XYZ13.264619.863214.6901
Yxy19.86320.27740.4154
Hunter Lab44.5682-24.868211.6551
CIE-Lab51.6822-32.382214.1161

#408962 color RGB value is (64,137,98).

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

The process color (four color CMYK) of #408962 color hex is 0.53, 0.00, 0.28, 0.46. Web safe color of #408962 is #339966. Color #408962 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10001001 01100010
Octal 100 211 142
Decimal 64 137 98
Hex 40 89 62

RGB Percentages of Color #408962

%21.40
%45.82
%32.78

CMYK Percentages of Color #408962

%53
%0
%28
%46

Triadic Colors of #408962

#408962 #624089 #896240

Analogous Colors of #408962

#408962 #408987 #438940

Monochromatic Colors of #408962

#408962

Complementary Color

#408962 #894067

#408962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#408962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#408962 Color CSS Codes

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

#408962 Text Font Color

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

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


#408962 Background Color

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

This div background color is #408962


#408962 Border Color

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

This div border color is #408962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #408962


Comments

No comments written yet.

Please login to write comment.