COLOR #404954

HEX: #404954
RGB: (64,73,84)

Color info

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

RGB color model

#404954 color RGB value is (64,73,84).

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

RGB channels and saturation

R 64 of 255 = 25%
G 73 of 255 = 29%
B 84 of 255 = 33%

64
73
84

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

Portions of RGB colors in percentages

R + G + B =
64 + 73 + 84 = 221 (100%)
R 64 of 221 ~ 28.96%
G 73 of 221 ~ 33.03%
B 84 of 221 ~ 38.01%

%28.96
%33.03
%38.01

CMYK color model

#404954 color CMYK value is (24,13,0,67).

  • cyan value is 23.81%
  • magenta value is 13.10%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(24,13,0,67)
C24M13Y0K67 
(24%,13%,0%,67%)
(0.24/0.13/0.00/0.67)	

CMYK percentages

%23.81
%13.1
%0
%67.06

Codes

Color #404954 in popluar color models

404954
RGB647384
HSL213°13.51%29.02%
HSB/HSV213°23.81%32.94%
CMYK23.81%13.10%0.00%
67.06%

Color #404954 in popluar number systems.

HEX404954
Decimal647384
Binary100000010010011010100
Octal100111124

Shades and tints

Shades of #404954

#404954
(64,73,84)
#3B434D
(59,67,77)
#363D46
(54,61,70)
#31373F
(49,55,63)
#2C3138
(44,49,56)
#272B31
(39,43,49)
#22252A
(34,37,42)
#1D1F23
(29,31,35)
#18191C
(24,25,28)
#131315
(19,19,21)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #404954

#404954
(64,73,84)
#515963
(81,89,99)
#626972
(98,105,114)
#737981
(115,121,129)
#848990
(132,137,144)
#95999F
(149,153,159)
#A6A9AE
(166,169,174)
#B7B9BD
(183,185,189)
#C8C9CC
(200,201,204)
#D9D9DB
(217,217,219)
#EAE9EA
(234,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404954; }

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

This text font color is #404954.


Background Color

.myBgColor { background-color: #404954; }

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

This div background color is #404954.


Border color

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

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

This div border color is #404954.


Opacity

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

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

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

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

This text has shadow with #404954 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404954 on black background.


Color preview on white background

This text has color #404954 on white background.



Black color preview on #404954 background

This text has black color on #404954 background.


White color preview on #404954 background

This text has white color on #404954 background.