COLOR #404250

HEX: #404250
RGB: (64,66,80)

Color info

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

RGB color model

#404250 color RGB value is (64,66,80).

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

RGB channels and saturation

R 64 of 255 = 25%
G 66 of 255 = 26%
B 80 of 255 = 31%

64
66
80

R + G + B ~ 27%. #404250 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 66 + 80 = 210 (100%)
R 64 of 210 ~ 30.48%
G 66 of 210 ~ 31.43%
B 80 of 210 ~ 38.1%

%30.48
%31.43
%38.1

CMYK color model

#404250 color CMYK value is (20,18,0,69).

  • cyan value is 20.00%
  • magenta value is 17.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(20,18,0,69)
C20M18Y0K69 
(20%,18%,0%,69%)
(0.20/0.18/0.00/0.69)	

CMYK percentages

%20
%17.5
%0
%68.63

Codes

Color #404250 in popluar color models

404250
RGB646680
HSL233°11.11%28.24%
HSB/HSV233°20.00%31.37%
CMYK20.00%17.50%0.00%
68.63%

Color #404250 in popluar number systems.

HEX404250
Decimal646680
Binary100000010000101010000
Octal100102120

Shades and tints

Shades of #404250

#404250
(64,66,80)
#3B3C49
(59,60,73)
#363642
(54,54,66)
#31303B
(49,48,59)
#2C2A34
(44,42,52)
#27242D
(39,36,45)
#221E26
(34,30,38)
#1D181F
(29,24,31)
#181218
(24,18,24)
#130C11
(19,12,17)
#0E060A
(14,6,10)
#000000
(0,0,0)

Tints of #404250

#404250
(64,66,80)
#51535F
(81,83,95)
#62646E
(98,100,110)
#73757D
(115,117,125)
#84868C
(132,134,140)
#95979B
(149,151,155)
#A6A8AA
(166,168,170)
#B7B9B9
(183,185,185)
#C8CAC8
(200,202,200)
#D9DBD7
(217,219,215)
#EAECE6
(234,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404250; }

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

This text font color is #404250.


Background Color

.myBgColor { background-color: #404250; }

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

This div background color is #404250.


Border color

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

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

This div border color is #404250.


Opacity

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

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

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

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

This text has shadow with #404250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404250 on black background.


Color preview on white background

This text has color #404250 on white background.



Black color preview on #404250 background

This text has black color on #404250 background.


White color preview on #404250 background

This text has white color on #404250 background.