Color Hex Logo

#406256 Color Hex

#406256
(64,98,86)
0 Favorites   0 Comments

Color spaces of #406256

RGB 649886
HSL0.440.210.32
HSV159°35°38°
CMYK 0.350.000.12   0.62
XYZ8.161710.497210.4001
Yxy10.49720.28090.3612
Hunter Lab32.3994-11.73313.6477
CIE-Lab38.7204-15.27462.9224

#406256 color RGB value is (64,98,86).

#406256 hex color red value is 64, green value is 98 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #406256 hue: 0.44 , saturation: 0.21 and the lightness value of 406256 is 0.32.

The process color (four color CMYK) of #406256 color hex is 0.35, 0.00, 0.12, 0.62. Web safe color of #406256 is #336666. Color #406256 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100010 01010110
Octal 100 142 126
Decimal 64 98 86
Hex 40 62 56

RGB Percentages of Color #406256

%25.81
%39.52
%34.68

CMYK Percentages of Color #406256

%35
%0
%12
%62

Triadic Colors of #406256

#406256 #564062 #625640

Analogous Colors of #406256

#406256 #405d62 #406245

Monochromatic Colors of #406256

#406256

Complementary Color

#406256 #62404c

#406256 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406256 Color Preview on White Background

Lorem ipsum dolor sit amet.

#406256 Color CSS Codes

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

#406256 Text Font Color

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

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


#406256 Background Color

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

This div background color is #406256


#406256 Border Color

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

This div border color is #406256


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406256


Comments

No comments written yet.

Please login to write comment.