COLOR #404D5C

HEX: #404D5C
RGB: (64,77,92)

Color info

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

RGB color model

#404D5C color RGB value is (64,77,92).

  • red value is 64;
  • green value is 77;
  • blue value is 92.
RGB:
(64,77,92)
(25%,30%,36%)

RGB channels and saturation

R 64 of 255 = 25%
G 77 of 255 = 30%
B 92 of 255 = 36%

64
77
92

R + G + B ~ 30%. #404D5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 77 + 92 = 233 (100%)
R 64 of 233 ~ 27.47%
G 77 of 233 ~ 33.05%
B 92 of 233 ~ 39.48%

%27.47
%33.05
%39.48

CMYK color model

#404D5C color CMYK value is (30,16,0,64).

  • cyan value is 30.43%
  • magenta value is 16.30%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(30,16,0,64)
C30M16Y0K64 
(30%,16%,0%,64%)
(0.30/0.16/0.00/0.64)	

CMYK percentages

%30.43
%16.3
%0
%63.92

Codes

Color #404D5C in popluar color models

404D5C
RGB647792
HSL212°17.95%30.59%
HSB/HSV212°30.43%36.08%
CMYK30.43%16.30%0.00%
63.92%

Color #404D5C in popluar number systems.

HEX404D5C
Decimal647792
Binary100000010011011011100
Octal100115134

Shades and tints

Shades of #404D5C

#404D5C
(64,77,92)
#3B4654
(59,70,84)
#363F4C
(54,63,76)
#313844
(49,56,68)
#2C313C
(44,49,60)
#272A34
(39,42,52)
#22232C
(34,35,44)
#1D1C24
(29,28,36)
#18151C
(24,21,28)
#130E14
(19,14,20)
#0E070C
(14,7,12)
#000000
(0,0,0)

Tints of #404D5C

#404D5C
(64,77,92)
#515D6A
(81,93,106)
#626D78
(98,109,120)
#737D86
(115,125,134)
#848D94
(132,141,148)
#959DA2
(149,157,162)
#A6ADB0
(166,173,176)
#B7BDBE
(183,189,190)
#C8CDCC
(200,205,204)
#D9DDDA
(217,221,218)
#EAEDE8
(234,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404D5C; }

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

This text font color is #404D5C.


Background Color

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

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

This div background color is #404D5C.


Border color

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

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

This div border color is #404D5C.


Opacity

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

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

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

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

This text has shadow with #404D5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404D5C on black background.


Color preview on white background

This text has color #404D5C on white background.



Black color preview on #404D5C background

This text has black color on #404D5C background.


White color preview on #404D5C background

This text has white color on #404D5C background.