COLOR #404451

HEX: #404451
RGB: (64,68,81)

Color info

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

RGB color model

#404451 color RGB value is (64,68,81).

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

RGB channels and saturation

R 64 of 255 = 25%
G 68 of 255 = 27%
B 81 of 255 = 32%

64
68
81

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

Portions of RGB colors in percentages

R + G + B =
64 + 68 + 81 = 213 (100%)
R 64 of 213 ~ 30.05%
G 68 of 213 ~ 31.92%
B 81 of 213 ~ 38.03%

%30.05
%31.92
%38.03

CMYK color model

#404451 color CMYK value is (21,16,0,68).

  • cyan value is 20.99%
  • magenta value is 16.05%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK: (21,16,0,68) C21M16Y0K68 (21%,16%,0%,68%) (0.21/0.16/0.00/0.68)

CMYK percentages

%20.99
%16.05
%0
%68.24

Codes

Color #404451 in popluar color models

404451
RGB646881
HSL226°11.72%28.43%
HSB/HSV226°20.99%31.76%
CMYK20.99%16.05%0.00%
68.24%

Color #404451 in popluar number systems.

HEX404451
Decimal646881
Binary100000010001001010001
Octal100104121

Shades and tints

Shades of #404451

#404451
(64,68,81)
#3B3E4A
(59,62,74)
#363843
(54,56,67)
#31323C
(49,50,60)
#2C2C35
(44,44,53)
#27262E
(39,38,46)
#222027
(34,32,39)
#1D1A20
(29,26,32)
#181419
(24,20,25)
#130E12
(19,14,18)
#0E080B
(14,8,11)
#000000
(0,0,0)

Tints of #404451

#404451
(64,68,81)
#515560
(81,85,96)
#62666F
(98,102,111)
#73777E
(115,119,126)
#84888D
(132,136,141)
#95999C
(149,153,156)
#A6AAAB
(166,170,171)
#B7BBBA
(183,187,186)
#C8CCC9
(200,204,201)
#D9DDD8
(217,221,216)
#EAEEE7
(234,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404451; }

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

This text font color is #404451.


Background Color

.myBgColor { background-color: #404451; }

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

This div background color is #404451.


Border color

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

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

This div border color is #404451.


Opacity

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

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

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

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

This text has shadow with #404451 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #404451 on black background.


Color preview on white background

This text has color #404451 on white background.



Black color preview on #404451 background

This text has black color on #404451 background.


White color preview on #404451 background

This text has white color on #404451 background.