COLOR #404B50

HEX: #404B50
RGB: (64,75,80)

Color info

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

RGB color model

#404B50 color RGB value is (64,75,80).

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

RGB channels and saturation

R 64 of 255 = 25%
G 75 of 255 = 29%
B 80 of 255 = 31%

64
75
80

R + G + B ~ 28%. #404B50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 75 + 80 = 219 (100%)
R 64 of 219 ~ 29.22%
G 75 of 219 ~ 34.25%
B 80 of 219 ~ 36.53%

%29.22
%34.25
%36.53

CMYK color model

#404B50 color CMYK value is (20,6,0,69).

  • cyan value is 20.00%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(20,6,0,69)
C20M6Y0K69 
(20%,6%,0%,69%)
(0.20/0.06/0.00/0.69)	

CMYK percentages

%20
%6.25
%0
%68.63

Codes

Color #404B50 in popluar color models

404B50
RGB647580
HSL199°11.11%28.24%
HSB/HSV199°20.00%31.37%
CMYK20.00%6.25%0.00%
68.63%

Color #404B50 in popluar number systems.

HEX404B50
Decimal647580
Binary100000010010111010000
Octal100113120

Shades and tints

Shades of #404B50

#404B50
(64,75,80)
#3B4549
(59,69,73)
#363F42
(54,63,66)
#31393B
(49,57,59)
#2C3334
(44,51,52)
#272D2D
(39,45,45)
#222726
(34,39,38)
#1D211F
(29,33,31)
#181B18
(24,27,24)
#131511
(19,21,17)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #404B50

#404B50
(64,75,80)
#515B5F
(81,91,95)
#626B6E
(98,107,110)
#737B7D
(115,123,125)
#848B8C
(132,139,140)
#959B9B
(149,155,155)
#A6ABAA
(166,171,170)
#B7BBB9
(183,187,185)
#C8CBC8
(200,203,200)
#D9DBD7
(217,219,215)
#EAEBE6
(234,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404B50; }

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

This text font color is #404B50.


Background Color

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

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

This div background color is #404B50.


Border color

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

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

This div border color is #404B50.


Opacity

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

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

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

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

This text has shadow with #404B50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404B50 on black background.


Color preview on white background

This text has color #404B50 on white background.



Black color preview on #404B50 background

This text has black color on #404B50 background.


White color preview on #404B50 background

This text has white color on #404B50 background.