COLOR #404951

HEX: #404951
RGB: (64,73,81)

Color info

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

RGB color model

#404951 color RGB value is (64,73,81).

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

RGB channels and saturation

R 64 of 255 = 25%
G 73 of 255 = 29%
B 81 of 255 = 32%

64
73
81

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

Portions of RGB colors in percentages

R + G + B =
64 + 73 + 81 = 218 (100%)
R 64 of 218 ~ 29.36%
G 73 of 218 ~ 33.49%
B 81 of 218 ~ 37.16%

%29.36
%33.49
%37.16

CMYK color model

#404951 color CMYK value is (21,10,0,68).

  • cyan value is 20.99%
  • magenta value is 9.88%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(21,10,0,68)
C21M10Y0K68 
(21%,10%,0%,68%)
(0.21/0.10/0.00/0.68)	

CMYK percentages

%20.99
%9.88
%0
%68.24

Codes

Color #404951 in popluar color models

404951
RGB647381
HSL208°11.72%28.43%
HSB/HSV208°20.99%31.76%
CMYK20.99%9.88%0.00%
68.24%

Color #404951 in popluar number systems.

HEX404951
Decimal647381
Binary100000010010011010001
Octal100111121

Shades and tints

Shades of #404951

#404951
(64,73,81)
#3B434A
(59,67,74)
#363D43
(54,61,67)
#31373C
(49,55,60)
#2C3135
(44,49,53)
#272B2E
(39,43,46)
#222527
(34,37,39)
#1D1F20
(29,31,32)
#181919
(24,25,25)
#131312
(19,19,18)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #404951

#404951
(64,73,81)
#515960
(81,89,96)
#62696F
(98,105,111)
#73797E
(115,121,126)
#84898D
(132,137,141)
#95999C
(149,153,156)
#A6A9AB
(166,169,171)
#B7B9BA
(183,185,186)
#C8C9C9
(200,201,201)
#D9D9D8
(217,217,216)
#EAE9E7
(234,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404951; }

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

This text font color is #404951.


Background Color

.myBgColor { background-color: #404951; }

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

This div background color is #404951.


Border color

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

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

This div border color is #404951.


Opacity

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

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

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

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

This text has shadow with #404951 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404951 on black background.


Color preview on white background

This text has color #404951 on white background.



Black color preview on #404951 background

This text has black color on #404951 background.


White color preview on #404951 background

This text has white color on #404951 background.