COLOR #404948

HEX: #404948
RGB: (64,73,72)

Color info

#404948 contains red, green and blue colors in about the same proportion. Web safe color of #404948 is #333333 (or #333).

RGB color model

#404948 color RGB value is (64,73,72).

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

RGB channels and saturation

R 64 of 255 = 25%
G 73 of 255 = 29%
B 72 of 255 = 28%

64
73
72

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

Portions of RGB colors in percentages

R + G + B =
64 + 73 + 72 = 209 (100%)
R 64 of 209 ~ 30.62%
G 73 of 209 ~ 34.93%
B 72 of 209 ~ 34.45%

%30.62
%34.93
%34.45

CMYK color model

#404948 color CMYK value is (12,0,1,71).

  • cyan value is 12.33%
  • magenta value is 0.00%
  • yellow value is 1.37%
  • key color value is 71.37%
CMYK:
(12,0,1,71)
C12M0Y1K71 
(12%,0%,1%,71%)
(0.12/0.00/0.01/0.71)	

CMYK percentages

%12.33
%0
%1.37
%71.37

Codes

Color #404948 in popluar color models

404948
RGB647372
HSL173°6.57%26.86%
HSB/HSV173°12.33%28.63%
CMYK12.33%0.00%1.37%
71.37%

Color #404948 in popluar number systems.

HEX404948
Decimal647372
Binary100000010010011001000
Octal100111110

Shades and tints

Shades of #404948

#404948
(64,73,72)
#3B4342
(59,67,66)
#363D3C
(54,61,60)
#313736
(49,55,54)
#2C3130
(44,49,48)
#272B2A
(39,43,42)
#222524
(34,37,36)
#1D1F1E
(29,31,30)
#181918
(24,25,24)
#131312
(19,19,18)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #404948

#404948
(64,73,72)
#515958
(81,89,88)
#626968
(98,105,104)
#737978
(115,121,120)
#848988
(132,137,136)
#959998
(149,153,152)
#A6A9A8
(166,169,168)
#B7B9B8
(183,185,184)
#C8C9C8
(200,201,200)
#D9D9D8
(217,217,216)
#EAE9E8
(234,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404948; }

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

This text font color is #404948.


Background Color

.myBgColor { background-color: #404948; }

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

This div background color is #404948.


Border color

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

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

This div border color is #404948.


Opacity

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

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

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

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

This text has shadow with #404948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #404948 on black background.


Color preview on white background

This text has color #404948 on white background.



Black color preview on #404948 background

This text has black color on #404948 background.


White color preview on #404948 background

This text has white color on #404948 background.