COLOR #406D7B

HEX: #406D7B
RGB: (64,109,123)

Color info

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

RGB color model

#406D7B color RGB value is (64,109,123).

  • red value is 64;
  • green value is 109;
  • blue value is 123.
RGB:
(64,109,123)
(25%,43%,48%)

RGB channels and saturation

R 64 of 255 = 25%
G 109 of 255 = 43%
B 123 of 255 = 48%

64
109
123

R + G + B ~ 39%. #406D7B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 109 + 123 = 296 (100%)
R 64 of 296 ~ 21.62%
G 109 of 296 ~ 36.82%
B 123 of 296 ~ 41.55%

%21.62
%36.82
%41.55

CMYK color model

#406D7B color CMYK value is (48,11,0,52).

  • cyan value is 47.97%
  • magenta value is 11.38%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(48,11,0,52)
C48M11Y0K52 
(48%,11%,0%,52%)
(0.48/0.11/0.00/0.52)	

CMYK percentages

%47.97
%11.38
%0
%51.76

Codes

Color #406D7B in popluar color models

406D7B
RGB64109123
HSL194°31.55%36.67%
HSB/HSV194°47.97%48.24%
CMYK47.97%11.38%0.00%
51.76%

Color #406D7B in popluar number systems.

HEX406D7B
Decimal64109123
Binary100000011011011111011
Octal100155173

Shades and tints

Shades of #406D7B

#406D7B
(64,109,123)
#3B6470
(59,100,112)
#365B65
(54,91,101)
#31525A
(49,82,90)
#2C494F
(44,73,79)
#274044
(39,64,68)
#223739
(34,55,57)
#1D2E2E
(29,46,46)
#182523
(24,37,35)
#131C18
(19,28,24)
#0E130D
(14,19,13)
#000000
(0,0,0)

Tints of #406D7B

#406D7B
(64,109,123)
#517A87
(81,122,135)
#628793
(98,135,147)
#73949F
(115,148,159)
#84A1AB
(132,161,171)
#95AEB7
(149,174,183)
#A6BBC3
(166,187,195)
#B7C8CF
(183,200,207)
#C8D5DB
(200,213,219)
#D9E2E7
(217,226,231)
#EAEFF3
(234,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #406D7B color. Also use rgb(64,109,123) instead hex code.

Text Font Color

.myTextColor { color: #406D7B; }

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

This text font color is #406D7B.


Background Color

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

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

This div background color is #406D7B.


Border color

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

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

This div border color is #406D7B.


Opacity

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

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

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

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

This text has shadow with #406D7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #406D7B on black background.


Color preview on white background

This text has color #406D7B on white background.



Black color preview on #406D7B background

This text has black color on #406D7B background.


White color preview on #406D7B background

This text has white color on #406D7B background.