COLOR #404D50

HEX: #404D50 RGB: (64,77,80)

Color info

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

RGB color model

#404D50 color RGB value is (64,77,80).

RGB: (64,77,80) (25%, 30%, 31%)

RGB channels and saturation

R 64 of 255 = 25%
G 77 of 255 = 30%
B 80 of 255 = 31%

64
77
80

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

Portions of RGB colors in percentages

R + G + B = 64 + 77 + 80 = 221 (100%)
R 64 of 221 ~ 28.96%
G 77 of 221 ~ 34.84%
B 80 of 221 ~ 36.2'%

%28.96
%34.84
%36.2

CMYK color model

#404D50 color CMYK value is (20,4,0,69).

  • cyan value is 20.00%
  • magenta value is 3.75%
  • yellow value is 0.00%
  • key color value is 68.63%

CMYK: (20,4,0,69)
C20M4Y0K69 (20%, 4%, 0%, 69%)
(0.20 / 0.04 / 0.00 / 0.69)

CMYK percentages

%20
%3.75
%0
%68.63

Codes

Color #404D50 in popluar color models

40 4D 50
RGB 64 77 80
HSL 191° 11.11% 28.24%
HSB/HSV 191° 20.00% 31.37%
CMYK 20.00% 3.75% 0.00%
68.63%

Color #404D50 in popluar number systems.

HEX 40 4D 50
Decimal 64 77 80
Binary 1000000 1001101 1010000
Octal 100 115 120

Shades and tints

Shades of #404D50

#404D50
(64,77,80)
#3B4649
(59,70,73)
#363F42
(54,63,66)
#31383B
(49,56,59)
#2C3134
(44,49,52)
#272A2D
(39,42,45)
#222326
(34,35,38)
#1D1C1F
(29,28,31)
#181518
(24,21,24)
#130E11
(19,14,17)
#0E070A
(14,7,10)
#000000
(0,0,0)

Tints of #404D50

#404D50
(64,77,80)
#515D5F
(81,93,95)
#626D6E
(98,109,110)
#737D7D
(115,125,125)
#848D8C
(132,141,140)
#959D9B
(149,157,155)
#A6ADAA
(166,173,170)
#B7BDB9
(183,189,185)
#C8CDC8
(200,205,200)
#D9DDD7
(217,221,215)
#EAEDE6
(234,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404D50; }

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

This text font color is #404D50.

Background Color

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

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

This div background color is #404D50.

Border color

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

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

This div border color is #404D50.

Opacity

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

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

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

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

This text has shadow with #404D50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #404D50.

Preview

Color preview on black background

This text has color #404D50 on black background.


Color preview on white background

This text has color #404D50 on white background.


Black color preview on #404D50 background

This text has black color on #404D50 background.


White color preview on #404D50 background

This text has white color on #404D50 background.


Related colors

Complementary color

Complementary color for #hex is #BFB2AF.


I love getcolorcode.com

Triadic colors

1 #50404D and #4D5040 with #404D50 are triadic colors.

2 #504D40 and #4D4050 with #404D50 are triadic colors.