COLOR #406F56

HEX: #406F56
RGB: (64,111,86)

Color info

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

RGB color model

#406F56 color RGB value is (64,111,86).

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

RGB channels and saturation

R 64 of 255 = 25%
G 111 of 255 = 44%
B 86 of 255 = 34%

64
111
86

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

Portions of RGB colors in percentages

R + G + B =
64 + 111 + 86 = 261 (100%)
R 64 of 261 ~ 24.52%
G 111 of 261 ~ 42.53%
B 86 of 261 ~ 32.95%

%24.52
%42.53
%32.95

CMYK color model

#406F56 color CMYK value is (42,0,23,56).

  • cyan value is 42.34%
  • magenta value is 0.00%
  • yellow value is 22.52%
  • key color value is 56.47%
CMYK:
(42,0,23,56)
C42M0Y23K56 
(42%,0%,23%,56%)
(0.42/0.00/0.23/0.56)	

CMYK percentages

%42.34
%0
%22.52
%56.47

Codes

Color #406F56 in popluar color models

406F56
RGB6411186
HSL148°26.86%34.31%
HSB/HSV148°42.34%43.53%
CMYK42.34%0.00%22.52%
56.47%

Color #406F56 in popluar number systems.

HEX406F56
Decimal6411186
Binary100000011011111010110
Octal100157126

Shades and tints

Shades of #406F56

#406F56
(64,111,86)
#3B654F
(59,101,79)
#365B48
(54,91,72)
#315141
(49,81,65)
#2C473A
(44,71,58)
#273D33
(39,61,51)
#22332C
(34,51,44)
#1D2925
(29,41,37)
#181F1E
(24,31,30)
#131517
(19,21,23)
#0E0B10
(14,11,16)
#000000
(0,0,0)

Tints of #406F56

#406F56
(64,111,86)
#517C65
(81,124,101)
#628974
(98,137,116)
#739683
(115,150,131)
#84A392
(132,163,146)
#95B0A1
(149,176,161)
#A6BDB0
(166,189,176)
#B7CABF
(183,202,191)
#C8D7CE
(200,215,206)
#D9E4DD
(217,228,221)
#EAF1EC
(234,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #406F56; }

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

This text font color is #406F56.


Background Color

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

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

This div background color is #406F56.


Border color

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

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

This div border color is #406F56.


Opacity

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

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

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

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

This text has shadow with #406F56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406F56 on black background.


Color preview on white background

This text has color #406F56 on white background.



Black color preview on #406F56 background

This text has black color on #406F56 background.


White color preview on #406F56 background

This text has white color on #406F56 background.