COLOR #404E5A

HEX: #404E5A
RGB: (64,78,90)

Color info

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

RGB color model

#404E5A color RGB value is (64,78,90).

  • red value is 64;
  • green value is 78;
  • blue value is 90.
RGB:
(64,78,90)
(25%,31%,35%)

RGB channels and saturation

R 64 of 255 = 25%
G 78 of 255 = 31%
B 90 of 255 = 35%

64
78
90

R + G + B ~ 30%. #404E5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 78 + 90 = 232 (100%)
R 64 of 232 ~ 27.59%
G 78 of 232 ~ 33.62%
B 90 of 232 ~ 38.79%

%27.59
%33.62
%38.79

CMYK color model

#404E5A color CMYK value is (29,13,0,65).

  • cyan value is 28.89%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(29,13,0,65)
C29M13Y0K65 
(29%,13%,0%,65%)
(0.29/0.13/0.00/0.65)	

CMYK percentages

%28.89
%13.33
%0
%64.71

Codes

Color #404E5A in popluar color models

404E5A
RGB647890
HSL208°16.88%30.20%
HSB/HSV208°28.89%35.29%
CMYK28.89%13.33%0.00%
64.71%

Color #404E5A in popluar number systems.

HEX404E5A
Decimal647890
Binary100000010011101011010
Octal100116132

Shades and tints

Shades of #404E5A

#404E5A
(64,78,90)
#3B4752
(59,71,82)
#36404A
(54,64,74)
#313942
(49,57,66)
#2C323A
(44,50,58)
#272B32
(39,43,50)
#22242A
(34,36,42)
#1D1D22
(29,29,34)
#18161A
(24,22,26)
#130F12
(19,15,18)
#0E080A
(14,8,10)
#000000
(0,0,0)

Tints of #404E5A

#404E5A
(64,78,90)
#515E69
(81,94,105)
#626E78
(98,110,120)
#737E87
(115,126,135)
#848E96
(132,142,150)
#959EA5
(149,158,165)
#A6AEB4
(166,174,180)
#B7BEC3
(183,190,195)
#C8CED2
(200,206,210)
#D9DEE1
(217,222,225)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #404E5A color. Also use rgb(64,78,90) instead hex code.

Text Font Color

.myTextColor { color: #404E5A; }

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

This text font color is #404E5A.


Background Color

.myBgColor { background-color: #404E5A; }

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

This div background color is #404E5A.


Border color

.myBorderColor { border: 1px solid #404E5A; }

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

This div border color is #404E5A.


Opacity

.myOpacity80 { color: #404E5A; opacity: 0.8; }

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

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

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

This text has shadow with #404E5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404E5A on black background.


Color preview on white background

This text has color #404E5A on white background.



Black color preview on #404E5A background

This text has black color on #404E5A background.


White color preview on #404E5A background

This text has white color on #404E5A background.