COLOR #406062

HEX: #406062
RGB: (64,96,98)

Color info

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

RGB color model

#406062 color RGB value is (64,96,98).

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

RGB channels and saturation

R 64 of 255 = 25%
G 96 of 255 = 38%
B 98 of 255 = 38%

64
96
98

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

Portions of RGB colors in percentages

R + G + B =
64 + 96 + 98 = 258 (100%)
R 64 of 258 ~ 24.81%
G 96 of 258 ~ 37.21%
B 98 of 258 ~ 37.98%

%24.81
%37.21
%37.98

CMYK color model

#406062 color CMYK value is (35,2,0,62).

  • cyan value is 34.69%
  • magenta value is 2.04%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(35,2,0,62)
C35M2Y0K62 
(35%,2%,0%,62%)
(0.35/0.02/0.00/0.62)	

CMYK percentages

%34.69
%2.04
%0
%61.57

Codes

Color #406062 in popluar color models

406062
RGB649698
HSL184°20.99%31.76%
HSB/HSV184°34.69%38.43%
CMYK34.69%2.04%0.00%
61.57%

Color #406062 in popluar number systems.

HEX406062
Decimal649698
Binary100000011000001100010
Octal100140142

Shades and tints

Shades of #406062

#406062
(64,96,98)
#3B585A
(59,88,90)
#365052
(54,80,82)
#31484A
(49,72,74)
#2C4042
(44,64,66)
#27383A
(39,56,58)
#223032
(34,48,50)
#1D282A
(29,40,42)
#182022
(24,32,34)
#13181A
(19,24,26)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #406062

#406062
(64,96,98)
#516E70
(81,110,112)
#627C7E
(98,124,126)
#738A8C
(115,138,140)
#84989A
(132,152,154)
#95A6A8
(149,166,168)
#A6B4B6
(166,180,182)
#B7C2C4
(183,194,196)
#C8D0D2
(200,208,210)
#D9DEE0
(217,222,224)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #406062; }

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

This text font color is #406062.


Background Color

.myBgColor { background-color: #406062; }

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

This div background color is #406062.


Border color

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

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

This div border color is #406062.


Opacity

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

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

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

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

This text has shadow with #406062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406062 on black background.


Color preview on white background

This text has color #406062 on white background.



Black color preview on #406062 background

This text has black color on #406062 background.


White color preview on #406062 background

This text has white color on #406062 background.