COLOR #406C51

HEX: #406C51
RGB: (64,108,81)

Color info

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

RGB color model

#406C51 color RGB value is (64,108,81).

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

RGB channels and saturation

R 64 of 255 = 25%
G 108 of 255 = 42%
B 81 of 255 = 32%

64
108
81

R + G + B ~ 33%. #406C51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 108 + 81 = 253 (100%)
R 64 of 253 ~ 25.3%
G 108 of 253 ~ 42.69%
B 81 of 253 ~ 32.02%

%25.3
%42.69
%32.02

CMYK color model

#406C51 color CMYK value is (41,0,25,58).

  • cyan value is 40.74%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 57.65%
CMYK:
(41,0,25,58)
C41M0Y25K58 
(41%,0%,25%,58%)
(0.41/0.00/0.25/0.58)	

CMYK percentages

%40.74
%0
%25
%57.65

Codes

Color #406C51 in popluar color models

406C51
RGB6410881
HSL143°25.58%33.73%
HSB/HSV143°40.74%42.35%
CMYK40.74%0.00%25.00%
57.65%

Color #406C51 in popluar number systems.

HEX406C51
Decimal6410881
Binary100000011011001010001
Octal100154121

Shades and tints

Shades of #406C51

#406C51
(64,108,81)
#3B634A
(59,99,74)
#365A43
(54,90,67)
#31513C
(49,81,60)
#2C4835
(44,72,53)
#273F2E
(39,63,46)
#223627
(34,54,39)
#1D2D20
(29,45,32)
#182419
(24,36,25)
#131B12
(19,27,18)
#0E120B
(14,18,11)
#000000
(0,0,0)

Tints of #406C51

#406C51
(64,108,81)
#517960
(81,121,96)
#62866F
(98,134,111)
#73937E
(115,147,126)
#84A08D
(132,160,141)
#95AD9C
(149,173,156)
#A6BAAB
(166,186,171)
#B7C7BA
(183,199,186)
#C8D4C9
(200,212,201)
#D9E1D8
(217,225,216)
#EAEEE7
(234,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #406C51; }

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

This text font color is #406C51.


Background Color

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

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

This div background color is #406C51.


Border color

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

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

This div border color is #406C51.


Opacity

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

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

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

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

This text has shadow with #406C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406C51 on black background.


Color preview on white background

This text has color #406C51 on white background.



Black color preview on #406C51 background

This text has black color on #406C51 background.


White color preview on #406C51 background

This text has white color on #406C51 background.