COLOR #404448

HEX: #404448 RGB: (64,68,72)

Color info

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

RGB color model

#404448 color RGB value is (64,68,72).

RGB: (64,68,72) (25%, 27%, 28%)

RGB channels and saturation

R 64 of 255 = 25%
G 68 of 255 = 27%
B 72 of 255 = 28%

64
68
72

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

Portions of RGB colors in percentages

R + G + B = 64 + 68 + 72 = 204 (100%)
R 64 of 204 ~ 31.37%
G 68 of 204 ~ 33.33%
B 72 of 204 ~ 35.29'%

%31.37
%33.33
%35.29

CMYK color model

#404448 color CMYK value is (11,6,0,72).

  • cyan value is 11.11%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 71.76%

CMYK: (11,6,0,72)
C11M6Y0K72 (11%, 6%, 0%, 72%)
(0.11 / 0.06 / 0.00 / 0.72)

CMYK percentages

%11.11
%5.56
%0
%71.76

Codes

Color #404448 in popluar color models

40 44 48
RGB 64 68 72
HSL 210° 5.88% 26.67%
HSB/HSV 210° 11.11% 28.24%
CMYK 11.11% 5.56% 0.00%
71.76%

Color #404448 in popluar number systems.

HEX 40 44 48
Decimal 64 68 72
Binary 1000000 1000100 1001000
Octal 100 104 110

Shades and tints

Shades of #404448

#404448
(64,68,72)
#3B3E42
(59,62,66)
#36383C
(54,56,60)
#313236
(49,50,54)
#2C2C30
(44,44,48)
#27262A
(39,38,42)
#222024
(34,32,36)
#1D1A1E
(29,26,30)
#181418
(24,20,24)
#130E12
(19,14,18)
#0E080C
(14,8,12)
#000000
(0,0,0)

Tints of #404448

#404448
(64,68,72)
#515558
(81,85,88)
#626668
(98,102,104)
#737778
(115,119,120)
#848888
(132,136,136)
#959998
(149,153,152)
#A6AAA8
(166,170,168)
#B7BBB8
(183,187,184)
#C8CCC8
(200,204,200)
#D9DDD8
(217,221,216)
#EAEEE8
(234,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404448; }

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

This text font color is #404448.

Background Color

.myBgColor { background-color: #404448; }

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

This div background color is #404448.

Border color

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

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

This div border color is #404448.

Opacity

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

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

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

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

This text has shadow with #404448 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #404448.

Preview

Color preview on black background

This text has color #404448 on black background.


Color preview on white background

This text has color #404448 on white background.


Black color preview on #404448 background

This text has black color on #404448 background.


White color preview on #404448 background

This text has white color on #404448 background.


Related colors

Complementary color

Complementary color for #hex is #BFBBB7.


I love getcolorcode.com

Triadic colors

1 #484044 and #444840 with #404448 are triadic colors.

2 #484440 and #444048 with #404448 are triadic colors.