Color Hex Logo

#406255 Color Hex

#406255
(64,98,85)
0 Favorites   0 Comments

Color spaces of #406255

RGB 649885
HSL0.440.210.32
HSV157°35°38°
CMYK 0.350.000.13   0.62
XYZ8.121710.481210.1893
Yxy10.48120.28210.3640
Hunter Lab32.3747-11.87614.0019
CIE-Lab38.6926-15.51573.4964

#406255 color RGB value is (64,98,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100010 01010101
Octal 100 142 125
Decimal 64 98 85
Hex 40 62 55

RGB Percentages of Color #406255

%25.91
%39.68
%34.41

CMYK Percentages of Color #406255

%35
%0
%13
%62

Triadic Colors of #406255

#406255 #554062 #625540

Analogous Colors of #406255

#406255 #405e62 #406244

Monochromatic Colors of #406255

#406255

Complementary Color

#406255 #62404d

#406255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#406255 Color CSS Codes

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

#406255 Text Font Color

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

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


#406255 Background Color

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

This div background color is #406255


#406255 Border Color

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

This div border color is #406255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406255


Comments

No comments written yet.

Please login to write comment.