COLOR #404F50

HEX: #404F50
RGB: (64,79,80)

Color info

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

RGB color model

#404F50 color RGB value is (64,79,80).

  • red value is 64;
  • green value is 79;
  • blue value is 80.
RGB:
(64,79,80)
(25%,31%,31%)

RGB channels and saturation

R 64 of 255 = 25%
G 79 of 255 = 31%
B 80 of 255 = 31%

64
79
80

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

Portions of RGB colors in percentages

R + G + B =
64 + 79 + 80 = 223 (100%)
R 64 of 223 ~ 28.7%
G 79 of 223 ~ 35.43%
B 80 of 223 ~ 35.87%

%28.7
%35.43
%35.87

CMYK color model

#404F50 color CMYK value is (20,1,0,69).

  • cyan value is 20.00%
  • magenta value is 1.25%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(20,1,0,69)
C20M1Y0K69 
(20%,1%,0%,69%)
(0.20/0.01/0.00/0.69)	

CMYK percentages

%20
%1.25
%0
%68.63

Codes

Color #404F50 in popluar color models

404F50
RGB647980
HSL184°11.11%28.24%
HSB/HSV184°20.00%31.37%
CMYK20.00%1.25%0.00%
68.63%

Color #404F50 in popluar number systems.

HEX404F50
Decimal647980
Binary100000010011111010000
Octal100117120

Shades and tints

Shades of #404F50

#404F50
(64,79,80)
#3B4849
(59,72,73)
#364142
(54,65,66)
#313A3B
(49,58,59)
#2C3334
(44,51,52)
#272C2D
(39,44,45)
#222526
(34,37,38)
#1D1E1F
(29,30,31)
#181718
(24,23,24)
#131011
(19,16,17)
#0E090A
(14,9,10)
#000000
(0,0,0)

Tints of #404F50

#404F50
(64,79,80)
#515F5F
(81,95,95)
#626F6E
(98,111,110)
#737F7D
(115,127,125)
#848F8C
(132,143,140)
#959F9B
(149,159,155)
#A6AFAA
(166,175,170)
#B7BFB9
(183,191,185)
#C8CFC8
(200,207,200)
#D9DFD7
(217,223,215)
#EAEFE6
(234,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404F50; }

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

This text font color is #404F50.


Background Color

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

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

This div background color is #404F50.


Border color

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

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

This div border color is #404F50.


Opacity

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

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

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

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

This text has shadow with #404F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404F50 on black background.


Color preview on white background

This text has color #404F50 on white background.



Black color preview on #404F50 background

This text has black color on #404F50 background.


White color preview on #404F50 background

This text has white color on #404F50 background.