COLOR #404E50

HEX: #404E50
RGB: (64,78,80)

Color info

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

RGB color model

#404E50 color RGB value is (64,78,80).

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

RGB channels and saturation

R 64 of 255 = 25%
G 78 of 255 = 31%
B 80 of 255 = 31%

64
78
80

R + G + B ~ 29%. #404E50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 78 + 80 = 222 (100%)
R 64 of 222 ~ 28.83%
G 78 of 222 ~ 35.14%
B 80 of 222 ~ 36.04%

%28.83
%35.14
%36.04

CMYK color model

#404E50 color CMYK value is (20,2,0,69).

  • cyan value is 20.00%
  • magenta value is 2.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(20,2,0,69)
C20M2Y0K69 
(20%,2%,0%,69%)
(0.20/0.02/0.00/0.69)	

CMYK percentages

%20
%2.5
%0
%68.63

Codes

Color #404E50 in popluar color models

404E50
RGB647880
HSL188°11.11%28.24%
HSB/HSV188°20.00%31.37%
CMYK20.00%2.50%0.00%
68.63%

Color #404E50 in popluar number systems.

HEX404E50
Decimal647880
Binary100000010011101010000
Octal100116120

Shades and tints

Shades of #404E50

#404E50
(64,78,80)
#3B4749
(59,71,73)
#364042
(54,64,66)
#31393B
(49,57,59)
#2C3234
(44,50,52)
#272B2D
(39,43,45)
#222426
(34,36,38)
#1D1D1F
(29,29,31)
#181618
(24,22,24)
#130F11
(19,15,17)
#0E080A
(14,8,10)
#000000
(0,0,0)

Tints of #404E50

#404E50
(64,78,80)
#515E5F
(81,94,95)
#626E6E
(98,110,110)
#737E7D
(115,126,125)
#848E8C
(132,142,140)
#959E9B
(149,158,155)
#A6AEAA
(166,174,170)
#B7BEB9
(183,190,185)
#C8CEC8
(200,206,200)
#D9DED7
(217,222,215)
#EAEEE6
(234,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404E50; }

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

This text font color is #404E50.


Background Color

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

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

This div background color is #404E50.


Border color

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

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

This div border color is #404E50.


Opacity

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

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

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

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

This text has shadow with #404E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404E50 on black background.


Color preview on white background

This text has color #404E50 on white background.



Black color preview on #404E50 background

This text has black color on #404E50 background.


White color preview on #404E50 background

This text has white color on #404E50 background.