COLOR #404F5B

HEX: #404F5B RGB: (64,79,91)

Color info

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

RGB color model

#404F5B color RGB value is (64,79,91).

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

RGB channels and saturation

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

64
79
91

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

Portions of RGB colors in percentages

R + G + B = 64 + 79 + 91 = 234 (100%)
R 64 of 234 ~ 27.35%
G 79 of 234 ~ 33.76%
B 91 of 234 ~ 38.89'%

%27.35
%33.76
%38.89

CMYK color model

#404F5B color CMYK value is (30,13,0,64).

  • cyan value is 29.67%
  • magenta value is 13.19%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (30,13,0,64)
C30M13Y0K64 (30%, 13%, 0%, 64%)
(0.30 / 0.13 / 0.00 / 0.64)

CMYK percentages

%29.67
%13.19
%0
%64.31

Codes

Color #404F5B in popluar color models

40 4F 5B
RGB 64 79 91
HSL 207° 17.42% 30.39%
HSB/HSV 207° 29.67% 35.69%
CMYK 29.67% 13.19% 0.00%
64.31%

Color #404F5B in popluar number systems.

HEX 40 4F 5B
Decimal 64 79 91
Binary 1000000 1001111 1011011
Octal 100 117 133

Shades and tints

Shades of #404F5B

#404F5B
(64,79,91)
#3B4853
(59,72,83)
#36414B
(54,65,75)
#313A43
(49,58,67)
#2C333B
(44,51,59)
#272C33
(39,44,51)
#22252B
(34,37,43)
#1D1E23
(29,30,35)
#18171B
(24,23,27)
#131013
(19,16,19)
#0E090B
(14,9,11)
#000000
(0,0,0)

Tints of #404F5B

#404F5B
(64,79,91)
#515F69
(81,95,105)
#626F77
(98,111,119)
#737F85
(115,127,133)
#848F93
(132,143,147)
#959FA1
(149,159,161)
#A6AFAF
(166,175,175)
#B7BFBD
(183,191,189)
#C8CFCB
(200,207,203)
#D9DFD9
(217,223,217)
#EAEFE7
(234,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404F5B; }

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

This text font color is #404F5B.

Background Color

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

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

This div background color is #404F5B.

Border color

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

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

This div border color is #404F5B.

Opacity

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

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

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

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

This text has shadow with #404F5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #404F5B.

Preview

Color preview on black background

This text has color #404F5B on black background.


Color preview on white background

This text has color #404F5B on white background.


Black color preview on #404F5B background

This text has black color on #404F5B background.


White color preview on #404F5B background

This text has white color on #404F5B background.


Related colors

Complementary color

Complementary color for #hex is #BFB0A4.


I love getcolorcode.com

Triadic colors

1 #5B404F and #4F5B40 with #404F5B are triadic colors.

2 #5B4F40 and #4F405B with #404F5B are triadic colors.