COLOR #406A62

HEX: #406A62
RGB: (64,106,98)

Color info

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

RGB color model

#406A62 color RGB value is (64,106,98).

  • red value is 64;
  • green value is 106;
  • blue value is 98.
RGB:
(64,106,98)
(25%,42%,38%)

RGB channels and saturation

R 64 of 255 = 25%
G 106 of 255 = 42%
B 98 of 255 = 38%

64
106
98

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

Portions of RGB colors in percentages

R + G + B =
64 + 106 + 98 = 268 (100%)
R 64 of 268 ~ 23.88%
G 106 of 268 ~ 39.55%
B 98 of 268 ~ 36.57%

%23.88
%39.55
%36.57

CMYK color model

#406A62 color CMYK value is (40,0,8,58).

  • cyan value is 39.62%
  • magenta value is 0.00%
  • yellow value is 7.55%
  • key color value is 58.43%
CMYK:
(40,0,8,58)
C40M0Y8K58 
(40%,0%,8%,58%)
(0.40/0.00/0.08/0.58)	

CMYK percentages

%39.62
%0
%7.55
%58.43

Codes

Color #406A62 in popluar color models

406A62
RGB6410698
HSL169°24.71%33.33%
HSB/HSV169°39.62%41.57%
CMYK39.62%0.00%7.55%
58.43%

Color #406A62 in popluar number systems.

HEX406A62
Decimal6410698
Binary100000011010101100010
Octal100152142

Shades and tints

Shades of #406A62

#406A62
(64,106,98)
#3B615A
(59,97,90)
#365852
(54,88,82)
#314F4A
(49,79,74)
#2C4642
(44,70,66)
#273D3A
(39,61,58)
#223432
(34,52,50)
#1D2B2A
(29,43,42)
#182222
(24,34,34)
#13191A
(19,25,26)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #406A62

#406A62
(64,106,98)
#517770
(81,119,112)
#62847E
(98,132,126)
#73918C
(115,145,140)
#849E9A
(132,158,154)
#95ABA8
(149,171,168)
#A6B8B6
(166,184,182)
#B7C5C4
(183,197,196)
#C8D2D2
(200,210,210)
#D9DFE0
(217,223,224)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #406A62 color. Also use rgb(64,106,98) instead hex code.

Text Font Color

.myTextColor { color: #406A62; }

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

This text font color is #406A62.


Background Color

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

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

This div background color is #406A62.


Border color

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

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

This div border color is #406A62.


Opacity

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

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

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

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

This text has shadow with #406A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406A62 on black background.


Color preview on white background

This text has color #406A62 on white background.



Black color preview on #406A62 background

This text has black color on #406A62 background.


White color preview on #406A62 background

This text has white color on #406A62 background.