COLOR #404557

HEX: #404557
RGB: (64,69,87)

Color info

#404557 contains red, green and blue colors in about the same proportion. Web safe color of #404557 is #333366 (or #336).

RGB color model

#404557 color RGB value is (64,69,87).

  • red value is 64;
  • green value is 69;
  • blue value is 87.
RGB:
(64,69,87)
(25%,27%,34%)

RGB channels and saturation

R 64 of 255 = 25%
G 69 of 255 = 27%
B 87 of 255 = 34%

64
69
87

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

Portions of RGB colors in percentages

R + G + B =
64 + 69 + 87 = 220 (100%)
R 64 of 220 ~ 29.09%
G 69 of 220 ~ 31.36%
B 87 of 220 ~ 39.55%

%29.09
%31.36
%39.55

CMYK color model

#404557 color CMYK value is (26,21,0,66).

  • cyan value is 26.44%
  • magenta value is 20.69%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(26,21,0,66)
C26M21Y0K66 
(26%,21%,0%,66%)
(0.26/0.21/0.00/0.66)	

CMYK percentages

%26.44
%20.69
%0
%65.88

Codes

Color #404557 in popluar color models

404557
RGB646987
HSL227°15.23%29.61%
HSB/HSV227°26.44%34.12%
CMYK26.44%20.69%0.00%
65.88%

Color #404557 in popluar number systems.

HEX404557
Decimal646987
Binary100000010001011010111
Octal100105127

Shades and tints

Shades of #404557

#404557
(64,69,87)
#3B3F50
(59,63,80)
#363949
(54,57,73)
#313342
(49,51,66)
#2C2D3B
(44,45,59)
#272734
(39,39,52)
#22212D
(34,33,45)
#1D1B26
(29,27,38)
#18151F
(24,21,31)
#130F18
(19,15,24)
#0E0911
(14,9,17)
#000000
(0,0,0)

Tints of #404557

#404557
(64,69,87)
#515566
(81,85,102)
#626575
(98,101,117)
#737584
(115,117,132)
#848593
(132,133,147)
#9595A2
(149,149,162)
#A6A5B1
(166,165,177)
#B7B5C0
(183,181,192)
#C8C5CF
(200,197,207)
#D9D5DE
(217,213,222)
#EAE5ED
(234,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #404557 color. Also use rgb(64,69,87) instead hex code.

Text Font Color

.myTextColor { color: #404557; }

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

This text font color is #404557.


Background Color

.myBgColor { background-color: #404557; }

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

This div background color is #404557.


Border color

.myBorderColor { border: 1px solid #404557; }

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

This div border color is #404557.


Opacity

.myOpacity80 { color: #404557; opacity: 0.8; }

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

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

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

This text has shadow with #404557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404557 on black background.


Color preview on white background

This text has color #404557 on white background.



Black color preview on #404557 background

This text has black color on #404557 background.


White color preview on #404557 background

This text has white color on #404557 background.