COLOR #404E55

HEX: #404E55
RGB: (64,78,85)

Color info

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

RGB color model

#404E55 color RGB value is (64,78,85).

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

RGB channels and saturation

R 64 of 255 = 25%
G 78 of 255 = 31%
B 85 of 255 = 33%

64
78
85

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

Portions of RGB colors in percentages

R + G + B =
64 + 78 + 85 = 227 (100%)
R 64 of 227 ~ 28.19%
G 78 of 227 ~ 34.36%
B 85 of 227 ~ 37.44%

%28.19
%34.36
%37.44

CMYK color model

#404E55 color CMYK value is (25,8,0,67).

  • cyan value is 24.71%
  • magenta value is 8.24%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(25,8,0,67)
C25M8Y0K67 
(25%,8%,0%,67%)
(0.25/0.08/0.00/0.67)	

CMYK percentages

%24.71
%8.24
%0
%66.67

Codes

Color #404E55 in popluar color models

404E55
RGB647885
HSL200°14.09%29.22%
HSB/HSV200°24.71%33.33%
CMYK24.71%8.24%0.00%
66.67%

Color #404E55 in popluar number systems.

HEX404E55
Decimal647885
Binary100000010011101010101
Octal100116125

Shades and tints

Shades of #404E55

#404E55
(64,78,85)
#3B474E
(59,71,78)
#364047
(54,64,71)
#313940
(49,57,64)
#2C3239
(44,50,57)
#272B32
(39,43,50)
#22242B
(34,36,43)
#1D1D24
(29,29,36)
#18161D
(24,22,29)
#130F16
(19,15,22)
#0E080F
(14,8,15)
#000000
(0,0,0)

Tints of #404E55

#404E55
(64,78,85)
#515E64
(81,94,100)
#626E73
(98,110,115)
#737E82
(115,126,130)
#848E91
(132,142,145)
#959EA0
(149,158,160)
#A6AEAF
(166,174,175)
#B7BEBE
(183,190,190)
#C8CECD
(200,206,205)
#D9DEDC
(217,222,220)
#EAEEEB
(234,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404E55; }

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

This text font color is #404E55.


Background Color

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

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

This div background color is #404E55.


Border color

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

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

This div border color is #404E55.


Opacity

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

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

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

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

This text has shadow with #404E55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404E55 on black background.


Color preview on white background

This text has color #404E55 on white background.



Black color preview on #404E55 background

This text has black color on #404E55 background.


White color preview on #404E55 background

This text has white color on #404E55 background.