COLOR #404450

HEX: #404450 RGB: (64,68,80)

Color info

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

RGB color model

#404450 color RGB value is (64,68,80).

RGB: (64,68,80) (25%, 27%, 31%)

RGB channels and saturation

R 64 of 255 = 25%
G 68 of 255 = 27%
B 80 of 255 = 31%

64
68
80

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

Portions of RGB colors in percentages

R + G + B = 64 + 68 + 80 = 212 (100%)
R 64 of 212 ~ 30.19%
G 68 of 212 ~ 32.08%
B 80 of 212 ~ 37.74'%

%30.19
%32.08
%37.74

CMYK color model

#404450 color CMYK value is (20,15,0,69).

  • cyan value is 20.00%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK: (20,15,0,69) C20M15Y0K69 (20%,15%,0%,69%) (0.20/0.15/0.00/0.69) 

CMYK percentages

%20
%15
%0
%68.63

Codes

Color #404450 in popluar color models

40 44 50
RGB 64 68 80
HSL 225° 11.11% 28.24%
HSB/HSV 225° 20.00% 31.37%
CMYK 20.00% 15.00% 0.00%
68.63%

Color #404450 in popluar number systems.

HEX 40 44 50
Decimal 64 68 80
Binary 1000000 1000100 1010000
Octal 100 104 120

Shades and tints

Shades of #404450

#404450
(64,68,80)
#3B3E49
(59,62,73)
#363842
(54,56,66)
#31323B
(49,50,59)
#2C2C34
(44,44,52)
#27262D
(39,38,45)
#222026
(34,32,38)
#1D1A1F
(29,26,31)
#181418
(24,20,24)
#130E11
(19,14,17)
#0E080A
(14,8,10)
#000000
(0,0,0)

Tints of #404450

#404450
(64,68,80)
#51555F
(81,85,95)
#62666E
(98,102,110)
#73777D
(115,119,125)
#84888C
(132,136,140)
#95999B
(149,153,155)
#A6AAAA
(166,170,170)
#B7BBB9
(183,187,185)
#C8CCC8
(200,204,200)
#D9DDD7
(217,221,215)
#EAEEE6
(234,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404450; }

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

This text font color is #404450.

Background Color

.myBgColor { background-color: #404450; }

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

This div background color is #404450.

Border color

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

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

This div border color is #404450.

Opacity

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

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

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

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

This text has shadow with #404450 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #404450.

Preview

Color preview on black background

This text has color #404450 on black background.


Color preview on white background

This text has color #404450 on white background.


Black color preview on #404450 background

This text has black color on #404450 background.


White color preview on #404450 background

This text has white color on #404450 background.


Related colors

Complementary color

Complementary color for #hex is #BFBBAF.


I love getcolorcode.com

Triadic colors

1 #504044 and #445040 with #404450 are triadic colors.

2 #504440 and #444050 with #404450 are triadic colors.