COLOR #406861

HEX: #406861
RGB: (64,104,97)

Color info

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

RGB color model

#406861 color RGB value is (64,104,97).

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

RGB channels and saturation

R 64 of 255 = 25%
G 104 of 255 = 41%
B 97 of 255 = 38%

64
104
97

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

Portions of RGB colors in percentages

R + G + B =
64 + 104 + 97 = 265 (100%)
R 64 of 265 ~ 24.15%
G 104 of 265 ~ 39.25%
B 97 of 265 ~ 36.6%

%24.15
%39.25
%36.6

CMYK color model

#406861 color CMYK value is (38,0,7,59).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 6.73%
  • key color value is 59.22%
CMYK:
(38,0,7,59)
C38M0Y7K59 
(38%,0%,7%,59%)
(0.38/0.00/0.07/0.59)	

CMYK percentages

%38.46
%0
%6.73
%59.22

Codes

Color #406861 in popluar color models

406861
RGB6410497
HSL170°23.81%32.94%
HSB/HSV170°38.46%40.78%
CMYK38.46%0.00%6.73%
59.22%

Color #406861 in popluar number systems.

HEX406861
Decimal6410497
Binary100000011010001100001
Octal100150141

Shades and tints

Shades of #406861

#406861
(64,104,97)
#3B5F59
(59,95,89)
#365651
(54,86,81)
#314D49
(49,77,73)
#2C4441
(44,68,65)
#273B39
(39,59,57)
#223231
(34,50,49)
#1D2929
(29,41,41)
#182021
(24,32,33)
#131719
(19,23,25)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #406861

#406861
(64,104,97)
#51756F
(81,117,111)
#62827D
(98,130,125)
#738F8B
(115,143,139)
#849C99
(132,156,153)
#95A9A7
(149,169,167)
#A6B6B5
(166,182,181)
#B7C3C3
(183,195,195)
#C8D0D1
(200,208,209)
#D9DDDF
(217,221,223)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #406861; }

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

This text font color is #406861.


Background Color

.myBgColor { background-color: #406861; }

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

This div background color is #406861.


Border color

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

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

This div border color is #406861.


Opacity

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

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

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

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

This text has shadow with #406861 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406861 on black background.


Color preview on white background

This text has color #406861 on white background.



Black color preview on #406861 background

This text has black color on #406861 background.


White color preview on #406861 background

This text has white color on #406861 background.