COLOR #404A51

HEX: #404A51
RGB: (64,74,81)

Color info

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

RGB color model

#404A51 color RGB value is (64,74,81).

  • red value is 64;
  • green value is 74;
  • blue value is 81.
RGB:
(64,74,81)
(25%,29%,32%)

RGB channels and saturation

R 64 of 255 = 25%
G 74 of 255 = 29%
B 81 of 255 = 32%

64
74
81

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

Portions of RGB colors in percentages

R + G + B =
64 + 74 + 81 = 219 (100%)
R 64 of 219 ~ 29.22%
G 74 of 219 ~ 33.79%
B 81 of 219 ~ 36.99%

%29.22
%33.79
%36.99

CMYK color model

#404A51 color CMYK value is (21,9,0,68).

  • cyan value is 20.99%
  • magenta value is 8.64%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(21,9,0,68)
C21M9Y0K68 
(21%,9%,0%,68%)
(0.21/0.09/0.00/0.68)	

CMYK percentages

%20.99
%8.64
%0
%68.24

Codes

Color #404A51 in popluar color models

404A51
RGB647481
HSL205°11.72%28.43%
HSB/HSV205°20.99%31.76%
CMYK20.99%8.64%0.00%
68.24%

Color #404A51 in popluar number systems.

HEX404A51
Decimal647481
Binary100000010010101010001
Octal100112121

Shades and tints

Shades of #404A51

#404A51
(64,74,81)
#3B444A
(59,68,74)
#363E43
(54,62,67)
#31383C
(49,56,60)
#2C3235
(44,50,53)
#272C2E
(39,44,46)
#222627
(34,38,39)
#1D2020
(29,32,32)
#181A19
(24,26,25)
#131412
(19,20,18)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #404A51

#404A51
(64,74,81)
#515A60
(81,90,96)
#626A6F
(98,106,111)
#737A7E
(115,122,126)
#848A8D
(132,138,141)
#959A9C
(149,154,156)
#A6AAAB
(166,170,171)
#B7BABA
(183,186,186)
#C8CAC9
(200,202,201)
#D9DAD8
(217,218,216)
#EAEAE7
(234,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #404A51 color. Also use rgb(64,74,81) instead hex code.

Text Font Color

.myTextColor { color: #404A51; }

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

This text font color is #404A51.


Background Color

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

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

This div background color is #404A51.


Border color

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

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

This div border color is #404A51.


Opacity

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

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

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

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

This text has shadow with #404A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404A51 on black background.


Color preview on white background

This text has color #404A51 on white background.



Black color preview on #404A51 background

This text has black color on #404A51 background.


White color preview on #404A51 background

This text has white color on #404A51 background.