Color Hex Logo

#406850 Color Hex

#406850
(64,104,80)
0 Favorites   0 Comments

Color spaces of #406850

RGB 6410480
HSL0.400.240.33
HSV144°38°41°
CMYK 0.380.000.23   0.59
XYZ8.512611.56989.3739
Yxy11.56980.28900.3928
Hunter Lab34.0144-14.85307.4706
CIE-Lab40.5241-19.93209.1439

#406850 color RGB value is (64,104,80).

#406850 hex color red value is 64, green value is 104 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #406850 hue: 0.40 , saturation: 0.24 and the lightness value of 406850 is 0.33.

The process color (four color CMYK) of #406850 color hex is 0.38, 0.00, 0.23, 0.59. Web safe color of #406850 is #336666. Color #406850 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101000 01010000
Octal 100 150 120
Decimal 64 104 80
Hex 40 68 50

RGB Percentages of Color #406850

%25.81
%41.94
%32.26

CMYK Percentages of Color #406850

%38
%0
%23
%59

Triadic Colors of #406850

#406850 #504068 #685040

Analogous Colors of #406850

#406850 #406864 #446840

Monochromatic Colors of #406850

#406850

Complementary Color

#406850 #684058

#406850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#406850 Color CSS Codes

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

#406850 Text Font Color

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

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


#406850 Background Color

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

This div background color is #406850


#406850 Border Color

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

This div border color is #406850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406850


Comments

No comments written yet.

Please login to write comment.