COLOR #406F51

HEX: #406F51
RGB: (64,111,81)

Color info

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

RGB color model

#406F51 color RGB value is (64,111,81).

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

RGB channels and saturation

R 64 of 255 = 25%
G 111 of 255 = 44%
B 81 of 255 = 32%

64
111
81

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

Portions of RGB colors in percentages

R + G + B =
64 + 111 + 81 = 256 (100%)
R 64 of 256 ~ 25%
G 111 of 256 ~ 43.36%
B 81 of 256 ~ 31.64%

%25
%43.36
%31.64

CMYK color model

#406F51 color CMYK value is (42,0,27,56).

  • cyan value is 42.34%
  • magenta value is 0.00%
  • yellow value is 27.03%
  • key color value is 56.47%
CMYK:
(42,0,27,56)
C42M0Y27K56 
(42%,0%,27%,56%)
(0.42/0.00/0.27/0.56)	

CMYK percentages

%42.34
%0
%27.03
%56.47

Codes

Color #406F51 in popluar color models

406F51
RGB6411181
HSL142°26.86%34.31%
HSB/HSV142°42.34%43.53%
CMYK42.34%0.00%27.03%
56.47%

Color #406F51 in popluar number systems.

HEX406F51
Decimal6411181
Binary100000011011111010001
Octal100157121

Shades and tints

Shades of #406F51

#406F51
(64,111,81)
#3B654A
(59,101,74)
#365B43
(54,91,67)
#31513C
(49,81,60)
#2C4735
(44,71,53)
#273D2E
(39,61,46)
#223327
(34,51,39)
#1D2920
(29,41,32)
#181F19
(24,31,25)
#131512
(19,21,18)
#0E0B0B
(14,11,11)
#000000
(0,0,0)

Tints of #406F51

#406F51
(64,111,81)
#517C60
(81,124,96)
#62896F
(98,137,111)
#73967E
(115,150,126)
#84A38D
(132,163,141)
#95B09C
(149,176,156)
#A6BDAB
(166,189,171)
#B7CABA
(183,202,186)
#C8D7C9
(200,215,201)
#D9E4D8
(217,228,216)
#EAF1E7
(234,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #406F51; }

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

This text font color is #406F51.


Background Color

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

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

This div background color is #406F51.


Border color

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

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

This div border color is #406F51.


Opacity

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

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

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

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

This text has shadow with #406F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406F51 on black background.


Color preview on white background

This text has color #406F51 on white background.



Black color preview on #406F51 background

This text has black color on #406F51 background.


White color preview on #406F51 background

This text has white color on #406F51 background.