COLOR #404F5C

HEX: #404F5C RGB: (64,79,92)

Color info

#404F5C contains red, green and blue colors in about the same proportion. Web safe color of #404F5C is #336666 (or #366).

RGB color model

#404F5C color RGB value is (64,79,92).

RGB: (64,79,92) (25%, 31%, 36%)

RGB channels and saturation

R 64 of 255 = 25%
G 79 of 255 = 31%
B 92 of 255 = 36%

64
79
92

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

Portions of RGB colors in percentages

R + G + B = 64 + 79 + 92 = 235 (100%)
R 64 of 235 ~ 27.23%
G 79 of 235 ~ 33.62%
B 92 of 235 ~ 39.15'%

%27.23
%33.62
%39.15

CMYK color model

#404F5C color CMYK value is (30,14,0,64).

  • cyan value is 30.43%
  • magenta value is 14.13%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (30,14,0,64)
C30M14Y0K64 (30%, 14%, 0%, 64%)
(0.30 / 0.14 / 0.00 / 0.64)

CMYK percentages

%30.43
%14.13
%0
%63.92

Codes

Color #404F5C in popluar color models

40 4F 5C
RGB 64 79 92
HSL 208° 17.95% 30.59%
HSB/HSV 208° 30.43% 36.08%
CMYK 30.43% 14.13% 0.00%
63.92%

Color #404F5C in popluar number systems.

HEX 40 4F 5C
Decimal 64 79 92
Binary 1000000 1001111 1011100
Octal 100 117 134

Shades and tints

Shades of #404F5C

#404F5C
(64,79,92)
#3B4854
(59,72,84)
#36414C
(54,65,76)
#313A44
(49,58,68)
#2C333C
(44,51,60)
#272C34
(39,44,52)
#22252C
(34,37,44)
#1D1E24
(29,30,36)
#18171C
(24,23,28)
#131014
(19,16,20)
#0E090C
(14,9,12)
#000000
(0,0,0)

Tints of #404F5C

#404F5C
(64,79,92)
#515F6A
(81,95,106)
#626F78
(98,111,120)
#737F86
(115,127,134)
#848F94
(132,143,148)
#959FA2
(149,159,162)
#A6AFB0
(166,175,176)
#B7BFBE
(183,191,190)
#C8CFCC
(200,207,204)
#D9DFDA
(217,223,218)
#EAEFE8
(234,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404F5C; }

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

This text font color is #404F5C.

Background Color

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

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

This div background color is #404F5C.

Border color

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

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

This div border color is #404F5C.

Opacity

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

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

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

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

This text has shadow with #404F5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #404F5C.

Preview

Color preview on black background

This text has color #404F5C on black background.


Color preview on white background

This text has color #404F5C on white background.


Black color preview on #404F5C background

This text has black color on #404F5C background.


White color preview on #404F5C background

This text has white color on #404F5C background.


Related colors

Complementary color

Complementary color for #hex is #BFB0A3.


I love getcolorcode.com

Triadic colors

1 #5C404F and #4F5C40 with #404F5C are triadic colors.

2 #5C4F40 and #4F405C with #404F5C are triadic colors.