COLOR #404D5F

HEX: #404D5F RGB: (64,77,95)

Color info

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

RGB color model

#404D5F color RGB value is (64,77,95).

RGB: (64,77,95) (25%, 30%, 37%)

RGB channels and saturation

R 64 of 255 = 25%
G 77 of 255 = 30%
B 95 of 255 = 37%

64
77
95

R + G + B ~ 31%. #404D5F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 77 + 95 = 236 (100%)
R 64 of 236 ~ 27.12%
G 77 of 236 ~ 32.63%
B 95 of 236 ~ 40.25'%

%27.12
%32.63
%40.25

CMYK color model

#404D5F color CMYK value is (33,19,0,63).

  • cyan value is 32.63%
  • magenta value is 18.95%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (33,19,0,63)
C33M19Y0K63 (33%, 19%, 0%, 63%)
(0.33 / 0.19 / 0.00 / 0.63)

CMYK percentages

%32.63
%18.95
%0
%62.75

Codes

Color #404D5F in popluar color models

40 4D 5F
RGB 64 77 95
HSL 215° 19.50% 31.18%
HSB/HSV 215° 32.63% 37.25%
CMYK 32.63% 18.95% 0.00%
62.75%

Color #404D5F in popluar number systems.

HEX 40 4D 5F
Decimal 64 77 95
Binary 1000000 1001101 1011111
Octal 100 115 137

Shades and tints

Shades of #404D5F

#404D5F
(64,77,95)
#3B4657
(59,70,87)
#363F4F
(54,63,79)
#313847
(49,56,71)
#2C313F
(44,49,63)
#272A37
(39,42,55)
#22232F
(34,35,47)
#1D1C27
(29,28,39)
#18151F
(24,21,31)
#130E17
(19,14,23)
#0E070F
(14,7,15)
#000000
(0,0,0)

Tints of #404D5F

#404D5F
(64,77,95)
#515D6D
(81,93,109)
#626D7B
(98,109,123)
#737D89
(115,125,137)
#848D97
(132,141,151)
#959DA5
(149,157,165)
#A6ADB3
(166,173,179)
#B7BDC1
(183,189,193)
#C8CDCF
(200,205,207)
#D9DDDD
(217,221,221)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404D5F; }

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

This text font color is #404D5F.

Background Color

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

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

This div background color is #404D5F.

Border color

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

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

This div border color is #404D5F.

Opacity

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

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

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

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

This text has shadow with #404D5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #404D5F.

Preview

Color preview on black background

This text has color #404D5F on black background.


Color preview on white background

This text has color #404D5F on white background.


Black color preview on #404D5F background

This text has black color on #404D5F background.


White color preview on #404D5F background

This text has white color on #404D5F background.


Related colors

Complementary color

Complementary color for #hex is #BFB2A0.


I love getcolorcode.com

Triadic colors

1 #5F404D and #4D5F40 with #404D5F are triadic colors.

2 #5F4D40 and #4D405F with #404D5F are triadic colors.