COLOR #406C56

HEX: #406C56
RGB: (64,108,86)

Color info

#406C56 contains red, green and blue colors in about the same proportion. Web safe color of #406C56 is #336666 (or #366).

RGB color model

#406C56 color RGB value is (64,108,86).

  • red value is 64;
  • green value is 108;
  • blue value is 86.
RGB:
(64,108,86)
(25%,42%,34%)

RGB channels and saturation

R 64 of 255 = 25%
G 108 of 255 = 42%
B 86 of 255 = 34%

64
108
86

R + G + B ~ 34%. #406C56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 108 + 86 = 258 (100%)
R 64 of 258 ~ 24.81%
G 108 of 258 ~ 41.86%
B 86 of 258 ~ 33.33%

%24.81
%41.86
%33.33

CMYK color model

#406C56 color CMYK value is (41,0,20,58).

  • cyan value is 40.74%
  • magenta value is 0.00%
  • yellow value is 20.37%
  • key color value is 57.65%
CMYK:
(41,0,20,58)
C41M0Y20K58 
(41%,0%,20%,58%)
(0.41/0.00/0.20/0.58)	

CMYK percentages

%40.74
%0
%20.37
%57.65

Codes

Color #406C56 in popluar color models

406C56
RGB6410886
HSL150°25.58%33.73%
HSB/HSV150°40.74%42.35%
CMYK40.74%0.00%20.37%
57.65%

Color #406C56 in popluar number systems.

HEX406C56
Decimal6410886
Binary100000011011001010110
Octal100154126

Shades and tints

Shades of #406C56

#406C56
(64,108,86)
#3B634F
(59,99,79)
#365A48
(54,90,72)
#315141
(49,81,65)
#2C483A
(44,72,58)
#273F33
(39,63,51)
#22362C
(34,54,44)
#1D2D25
(29,45,37)
#18241E
(24,36,30)
#131B17
(19,27,23)
#0E1210
(14,18,16)
#000000
(0,0,0)

Tints of #406C56

#406C56
(64,108,86)
#517965
(81,121,101)
#628674
(98,134,116)
#739383
(115,147,131)
#84A092
(132,160,146)
#95ADA1
(149,173,161)
#A6BAB0
(166,186,176)
#B7C7BF
(183,199,191)
#C8D4CE
(200,212,206)
#D9E1DD
(217,225,221)
#EAEEEC
(234,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #406C56 color. Also use rgb(64,108,86) instead hex code.

Text Font Color

.myTextColor { color: #406C56; }

<p style="color:#406C56">This sample text font color is #406C56.</p>

This text font color is #406C56.


Background Color

.myBgColor { background-color: #406C56; }

<div style="background-color:#406C56">Inner text</div>

This div background color is #406C56.


Border color

.myBorderColor { border: 1px solid #406C56; }

<div style="border:3px solid #406C56">Div</div>

This div border color is #406C56.


Opacity

.myOpacity80 { color: #406C56; opacity: 0.8; }

<p style="color:#406C56;opacity:0.8;">80%</p>

Text with #406C56 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #406C56;}

<p style="text-shadow: 3px 3px 1px #406C56">Text here.</p>

This text has shadow with #406C56 color.

.textShadow {text-shadow: 3px 3px 1px #406C56, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #406C56, 5px 5px 20px red">Text here.</p>

This text has shadow with #406C56 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#406C56, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#406C56, Direction=45, Strength=4)">Text</p>

This text has shadow with #406C56 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #406C56;
  -webkit-box-shadow:	1px 1px 3px 2px #406C56;
  box-shadow:		1px 1px 3px 2px #406C56;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #406C56;
-webkit-box-shadow: 1px 1px 3px 2px #406C56;
box-shadow:1px 1px 3px 2px #406C56;">
Div content here</div>
This div box has shadow with color #406C56.

Preview

Color preview on black background

This text has color #406C56 on black background.


Color preview on white background

This text has color #406C56 on white background.



Black color preview on #406C56 background

This text has black color on #406C56 background.


White color preview on #406C56 background

This text has white color on #406C56 background.