COLOR #406865

HEX: #406865
RGB: (64,104,101)

Color info

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

RGB color model

#406865 color RGB value is (64,104,101).

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

RGB channels and saturation

R 64 of 255 = 25%
G 104 of 255 = 41%
B 101 of 255 = 40%

64
104
101

R + G + B ~ 35%. #406865 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 104 + 101 = 269 (100%)
R 64 of 269 ~ 23.79%
G 104 of 269 ~ 38.66%
B 101 of 269 ~ 37.55%

%23.79
%38.66
%37.55

CMYK color model

#406865 color CMYK value is (38,0,3,59).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 2.88%
  • key color value is 59.22%
CMYK:
(38,0,3,59)
C38M0Y3K59 
(38%,0%,3%,59%)
(0.38/0.00/0.03/0.59)	

CMYK percentages

%38.46
%0
%2.88
%59.22

Codes

Color #406865 in popluar color models

406865
RGB64104101
HSL176°23.81%32.94%
HSB/HSV176°38.46%40.78%
CMYK38.46%0.00%2.88%
59.22%

Color #406865 in popluar number systems.

HEX406865
Decimal64104101
Binary100000011010001100101
Octal100150145

Shades and tints

Shades of #406865

#406865
(64,104,101)
#3B5F5C
(59,95,92)
#365653
(54,86,83)
#314D4A
(49,77,74)
#2C4441
(44,68,65)
#273B38
(39,59,56)
#22322F
(34,50,47)
#1D2926
(29,41,38)
#18201D
(24,32,29)
#131714
(19,23,20)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #406865

#406865
(64,104,101)
#517573
(81,117,115)
#628281
(98,130,129)
#738F8F
(115,143,143)
#849C9D
(132,156,157)
#95A9AB
(149,169,171)
#A6B6B9
(166,182,185)
#B7C3C7
(183,195,199)
#C8D0D5
(200,208,213)
#D9DDE3
(217,221,227)
#EAEAF1
(234,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #406865; }

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

This text font color is #406865.


Background Color

.myBgColor { background-color: #406865; }

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

This div background color is #406865.


Border color

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

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

This div border color is #406865.


Opacity

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

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

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

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

This text has shadow with #406865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406865 on black background.


Color preview on white background

This text has color #406865 on white background.



Black color preview on #406865 background

This text has black color on #406865 background.


White color preview on #406865 background

This text has white color on #406865 background.