COLOR #404950

HEX: #404950
RGB: (64,73,80)

Color info

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

RGB color model

#404950 color RGB value is (64,73,80).

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

RGB channels and saturation

R 64 of 255 = 25%
G 73 of 255 = 29%
B 80 of 255 = 31%

64
73
80

R + G + B ~ 28%. #404950 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 73 + 80 = 217 (100%)
R 64 of 217 ~ 29.49%
G 73 of 217 ~ 33.64%
B 80 of 217 ~ 36.87%

%29.49
%33.64
%36.87

CMYK color model

#404950 color CMYK value is (20,9,0,69).

  • cyan value is 20.00%
  • magenta value is 8.75%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(20,9,0,69)
C20M9Y0K69 
(20%,9%,0%,69%)
(0.20/0.09/0.00/0.69)	

CMYK percentages

%20
%8.75
%0
%68.63

Codes

Color #404950 in popluar color models

404950
RGB647380
HSL206°11.11%28.24%
HSB/HSV206°20.00%31.37%
CMYK20.00%8.75%0.00%
68.63%

Color #404950 in popluar number systems.

HEX404950
Decimal647380
Binary100000010010011010000
Octal100111120

Shades and tints

Shades of #404950

#404950
(64,73,80)
#3B4349
(59,67,73)
#363D42
(54,61,66)
#31373B
(49,55,59)
#2C3134
(44,49,52)
#272B2D
(39,43,45)
#222526
(34,37,38)
#1D1F1F
(29,31,31)
#181918
(24,25,24)
#131311
(19,19,17)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #404950

#404950
(64,73,80)
#51595F
(81,89,95)
#62696E
(98,105,110)
#73797D
(115,121,125)
#84898C
(132,137,140)
#95999B
(149,153,155)
#A6A9AA
(166,169,170)
#B7B9B9
(183,185,185)
#C8C9C8
(200,201,200)
#D9D9D7
(217,217,215)
#EAE9E6
(234,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404950; }

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

This text font color is #404950.


Background Color

.myBgColor { background-color: #404950; }

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

This div background color is #404950.


Border color

.myBorderColor { border: 1px solid #404950; }

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

This div border color is #404950.


Opacity

.myOpacity80 { color: #404950; opacity: 0.8; }

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

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

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

This text has shadow with #404950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404950 on black background.


Color preview on white background

This text has color #404950 on white background.



Black color preview on #404950 background

This text has black color on #404950 background.


White color preview on #404950 background

This text has white color on #404950 background.