COLOR #405E6A

HEX: #405E6A RGB: (64,94,106)

Color info

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

RGB color model

#405E6A color RGB value is (64,94,106).

RGB: (64,94,106) (25%, 37%, 42%)

RGB channels and saturation

R 64 of 255 = 25%
G 94 of 255 = 37%
B 106 of 255 = 42%

64
94
106

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

Portions of RGB colors in percentages

R + G + B = 64 + 94 + 106 = 264 (100%)
R 64 of 264 ~ 24.24%
G 94 of 264 ~ 35.61%
B 106 of 264 ~ 40.15'%

%24.24
%35.61
%40.15

CMYK color model

#405E6A color CMYK value is (40,11,0,58).

  • cyan value is 39.62%
  • magenta value is 11.32%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (40,11,0,58)
C40M11Y0K58 (40%, 11%, 0%, 58%)
(0.40 / 0.11 / 0.00 / 0.58)

CMYK percentages

%39.62
%11.32
%0
%58.43

Codes

Color #405E6A in popluar color models

40 5E 6A
RGB 64 94 106
HSL 197° 24.71% 33.33%
HSB/HSV 197° 39.62% 41.57%
CMYK 39.62% 11.32% 0.00%
58.43%

Color #405E6A in popluar number systems.

HEX 40 5E 6A
Decimal 64 94 106
Binary 1000000 1011110 1101010
Octal 100 136 152

Shades and tints

Shades of #405E6A

#405E6A
(64,94,106)
#3B5661
(59,86,97)
#364E58
(54,78,88)
#31464F
(49,70,79)
#2C3E46
(44,62,70)
#27363D
(39,54,61)
#222E34
(34,46,52)
#1D262B
(29,38,43)
#181E22
(24,30,34)
#131619
(19,22,25)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #405E6A

#405E6A
(64,94,106)
#516C77
(81,108,119)
#627A84
(98,122,132)
#738891
(115,136,145)
#84969E
(132,150,158)
#95A4AB
(149,164,171)
#A6B2B8
(166,178,184)
#B7C0C5
(183,192,197)
#C8CED2
(200,206,210)
#D9DCDF
(217,220,223)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #405E6A color. Also use rgb(64,94,106) instead hex code.

Text Font Color

.myTextColor { color: #405E6A; }

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

This text font color is #405E6A.

Background Color

.myBgColor { background-color: #405E6A; }

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

This div background color is #405E6A.

Border color

.myBorderColor { border: 1px solid #405E6A; }

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

This div border color is #405E6A.

Opacity

.myOpacity80 { color: #405E6A; opacity: 0.8; }

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

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

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

This text has shadow with #405E6A color.


.textShadow {text-shadow: 3px 3px 1px #405E6A', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #405E6A; -webkit-box-shadow: 1px 1px 3px 2px #405E6A; box-shadow:1px 1px 3px 2px #405E6A;">
Div content here
</div>

This div box has shadow with color #405E6A.

Preview

Color preview on black background

This text has color #405E6A on black background.


Color preview on white background

This text has color #405E6A on white background.


Black color preview on #405E6A background

This text has black color on #405E6A background.


White color preview on #405E6A background

This text has white color on #405E6A background.


Related colors

Complementary color

Complementary color for #hex is #BFA195.


I love getcolorcode.com

Triadic colors

1 #6A405E and #5E6A40 with #405E6A are triadic colors.

2 #6A5E40 and #5E406A with #405E6A are triadic colors.