COLOR #404251

HEX: #404251
RGB: (64,66,81)

Color info

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

RGB color model

#404251 color RGB value is (64,66,81).

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

RGB channels and saturation

R 64 of 255 = 25%
G 66 of 255 = 26%
B 81 of 255 = 32%

64
66
81

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

Portions of RGB colors in percentages

R + G + B =
64 + 66 + 81 = 211 (100%)
R 64 of 211 ~ 30.33%
G 66 of 211 ~ 31.28%
B 81 of 211 ~ 38.39%

%30.33
%31.28
%38.39

CMYK color model

#404251 color CMYK value is (21,19,0,68).

  • cyan value is 20.99%
  • magenta value is 18.52%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(21,19,0,68)
C21M19Y0K68 
(21%,19%,0%,68%)
(0.21/0.19/0.00/0.68)	

CMYK percentages

%20.99
%18.52
%0
%68.24

Codes

Color #404251 in popluar color models

404251
RGB646681
HSL233°11.72%28.43%
HSB/HSV233°20.99%31.76%
CMYK20.99%18.52%0.00%
68.24%

Color #404251 in popluar number systems.

HEX404251
Decimal646681
Binary100000010000101010001
Octal100102121

Shades and tints

Shades of #404251

#404251
(64,66,81)
#3B3C4A
(59,60,74)
#363643
(54,54,67)
#31303C
(49,48,60)
#2C2A35
(44,42,53)
#27242E
(39,36,46)
#221E27
(34,30,39)
#1D1820
(29,24,32)
#181219
(24,18,25)
#130C12
(19,12,18)
#0E060B
(14,6,11)
#000000
(0,0,0)

Tints of #404251

#404251
(64,66,81)
#515360
(81,83,96)
#62646F
(98,100,111)
#73757E
(115,117,126)
#84868D
(132,134,141)
#95979C
(149,151,156)
#A6A8AB
(166,168,171)
#B7B9BA
(183,185,186)
#C8CAC9
(200,202,201)
#D9DBD8
(217,219,216)
#EAECE7
(234,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404251; }

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

This text font color is #404251.


Background Color

.myBgColor { background-color: #404251; }

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

This div background color is #404251.


Border color

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

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

This div border color is #404251.


Opacity

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

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

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

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

This text has shadow with #404251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404251 on black background.


Color preview on white background

This text has color #404251 on white background.



Black color preview on #404251 background

This text has black color on #404251 background.


White color preview on #404251 background

This text has white color on #404251 background.