COLOR #406854

HEX: #406854
RGB: (64,104,84)

Color info

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

RGB color model

#406854 color RGB value is (64,104,84).

  • red value is 64;
  • green value is 104;
  • blue value is 84.
RGB:
(64,104,84)
(25%,41%,33%)

RGB channels and saturation

R 64 of 255 = 25%
G 104 of 255 = 41%
B 84 of 255 = 33%

64
104
84

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

Portions of RGB colors in percentages

R + G + B =
64 + 104 + 84 = 252 (100%)
R 64 of 252 ~ 25.4%
G 104 of 252 ~ 41.27%
B 84 of 252 ~ 33.33%

%25.4
%41.27
%33.33

CMYK color model

#406854 color CMYK value is (38,0,19,59).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 19.23%
  • key color value is 59.22%
CMYK:
(38,0,19,59)
C38M0Y19K59 
(38%,0%,19%,59%)
(0.38/0.00/0.19/0.59)	

CMYK percentages

%38.46
%0
%19.23
%59.22

Codes

Color #406854 in popluar color models

406854
RGB6410484
HSL150°23.81%32.94%
HSB/HSV150°38.46%40.78%
CMYK38.46%0.00%19.23%
59.22%

Color #406854 in popluar number systems.

HEX406854
Decimal6410484
Binary100000011010001010100
Octal100150124

Shades and tints

Shades of #406854

#406854
(64,104,84)
#3B5F4D
(59,95,77)
#365646
(54,86,70)
#314D3F
(49,77,63)
#2C4438
(44,68,56)
#273B31
(39,59,49)
#22322A
(34,50,42)
#1D2923
(29,41,35)
#18201C
(24,32,28)
#131715
(19,23,21)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #406854

#406854
(64,104,84)
#517563
(81,117,99)
#628272
(98,130,114)
#738F81
(115,143,129)
#849C90
(132,156,144)
#95A99F
(149,169,159)
#A6B6AE
(166,182,174)
#B7C3BD
(183,195,189)
#C8D0CC
(200,208,204)
#D9DDDB
(217,221,219)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #406854 color. Also use rgb(64,104,84) instead hex code.

Text Font Color

.myTextColor { color: #406854; }

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

This text font color is #406854.


Background Color

.myBgColor { background-color: #406854; }

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

This div background color is #406854.


Border color

.myBorderColor { border: 1px solid #406854; }

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

This div border color is #406854.


Opacity

.myOpacity80 { color: #406854; opacity: 0.8; }

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

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

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

This text has shadow with #406854 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406854 on black background.


Color preview on white background

This text has color #406854 on white background.



Black color preview on #406854 background

This text has black color on #406854 background.


White color preview on #406854 background

This text has white color on #406854 background.