COLOR #406858

HEX: #406858
RGB: (64,104,88)

Color info

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

RGB color model

#406858 color RGB value is (64,104,88).

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

RGB channels and saturation

R 64 of 255 = 25%
G 104 of 255 = 41%
B 88 of 255 = 35%

64
104
88

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

Portions of RGB colors in percentages

R + G + B =
64 + 104 + 88 = 256 (100%)
R 64 of 256 ~ 25%
G 104 of 256 ~ 40.63%
B 88 of 256 ~ 34.38%

%25
%40.63
%34.38

CMYK color model

#406858 color CMYK value is (38,0,15,59).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 59.22%
CMYK:
(38,0,15,59)
C38M0Y15K59 
(38%,0%,15%,59%)
(0.38/0.00/0.15/0.59)	

CMYK percentages

%38.46
%0
%15.38
%59.22

Codes

Color #406858 in popluar color models

406858
RGB6410488
HSL156°23.81%32.94%
HSB/HSV156°38.46%40.78%
CMYK38.46%0.00%15.38%
59.22%

Color #406858 in popluar number systems.

HEX406858
Decimal6410488
Binary100000011010001011000
Octal100150130

Shades and tints

Shades of #406858

#406858
(64,104,88)
#3B5F50
(59,95,80)
#365648
(54,86,72)
#314D40
(49,77,64)
#2C4438
(44,68,56)
#273B30
(39,59,48)
#223228
(34,50,40)
#1D2920
(29,41,32)
#182018
(24,32,24)
#131710
(19,23,16)
#0E0E08
(14,14,8)
#000000
(0,0,0)

Tints of #406858

#406858
(64,104,88)
#517567
(81,117,103)
#628276
(98,130,118)
#738F85
(115,143,133)
#849C94
(132,156,148)
#95A9A3
(149,169,163)
#A6B6B2
(166,182,178)
#B7C3C1
(183,195,193)
#C8D0D0
(200,208,208)
#D9DDDF
(217,221,223)
#EAEAEE
(234,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #406858; }

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

This text font color is #406858.


Background Color

.myBgColor { background-color: #406858; }

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

This div background color is #406858.


Border color

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

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

This div border color is #406858.


Opacity

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

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

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

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

This text has shadow with #406858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406858 on black background.


Color preview on white background

This text has color #406858 on white background.



Black color preview on #406858 background

This text has black color on #406858 background.


White color preview on #406858 background

This text has white color on #406858 background.