COLOR #406C5B

HEX: #406C5B
RGB: (64,108,91)

Color info

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

RGB color model

#406C5B color RGB value is (64,108,91).

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

RGB channels and saturation

R 64 of 255 = 25%
G 108 of 255 = 42%
B 91 of 255 = 36%

64
108
91

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

Portions of RGB colors in percentages

R + G + B =
64 + 108 + 91 = 263 (100%)
R 64 of 263 ~ 24.33%
G 108 of 263 ~ 41.06%
B 91 of 263 ~ 34.6%

%24.33
%41.06
%34.6

CMYK color model

#406C5B color CMYK value is (41,0,16,58).

  • cyan value is 40.74%
  • magenta value is 0.00%
  • yellow value is 15.74%
  • key color value is 57.65%
CMYK:
(41,0,16,58)
C41M0Y16K58 
(41%,0%,16%,58%)
(0.41/0.00/0.16/0.58)	

CMYK percentages

%40.74
%0
%15.74
%57.65

Codes

Color #406C5B in popluar color models

406C5B
RGB6410891
HSL157°25.58%33.73%
HSB/HSV157°40.74%42.35%
CMYK40.74%0.00%15.74%
57.65%

Color #406C5B in popluar number systems.

HEX406C5B
Decimal6410891
Binary100000011011001011011
Octal100154133

Shades and tints

Shades of #406C5B

#406C5B
(64,108,91)
#3B6353
(59,99,83)
#365A4B
(54,90,75)
#315143
(49,81,67)
#2C483B
(44,72,59)
#273F33
(39,63,51)
#22362B
(34,54,43)
#1D2D23
(29,45,35)
#18241B
(24,36,27)
#131B13
(19,27,19)
#0E120B
(14,18,11)
#000000
(0,0,0)

Tints of #406C5B

#406C5B
(64,108,91)
#517969
(81,121,105)
#628677
(98,134,119)
#739385
(115,147,133)
#84A093
(132,160,147)
#95ADA1
(149,173,161)
#A6BAAF
(166,186,175)
#B7C7BD
(183,199,189)
#C8D4CB
(200,212,203)
#D9E1D9
(217,225,217)
#EAEEE7
(234,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #406C5B; }

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

This text font color is #406C5B.


Background Color

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

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

This div background color is #406C5B.


Border color

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

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

This div border color is #406C5B.


Opacity

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

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

Text with #406C5B 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 #406C5B;}

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

This text has shadow with #406C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406C5B on black background.


Color preview on white background

This text has color #406C5B on white background.



Black color preview on #406C5B background

This text has black color on #406C5B background.


White color preview on #406C5B background

This text has white color on #406C5B background.