COLOR #404B48

HEX: #404B48 RGB: (64,75,72)

Color info

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

RGB color model

#404B48 color RGB value is (64,75,72).

RGB: (64,75,72) (25%, 29%, 28%)

RGB channels and saturation

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

64
75
72

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

Portions of RGB colors in percentages

R + G + B = 64 + 75 + 72 = 211 (100%)
R 64 of 211 ~ 30.33%
G 75 of 211 ~ 35.55%
B 72 of 211 ~ 34.12'%

%30.33
%35.55
%34.12

CMYK color model

#404B48 color CMYK value is (15,0,4,71).

  • cyan value is 14.67%
  • magenta value is 0.00%
  • yellow value is 4.00%
  • key color value is 70.59%

CMYK: (15,0,4,71)
C15M0Y4K71 (15%, 0%, 4%, 71%)
(0.15 / 0.00 / 0.04 / 0.71)

CMYK percentages

%14.67
%0
%4
%70.59

Codes

Color #404B48 in popluar color models

40 4B 48
RGB 64 75 72
HSL 164° 7.91% 27.25%
HSB/HSV 164° 14.67% 29.41%
CMYK 14.67% 0.00% 4.00%
70.59%

Color #404B48 in popluar number systems.

HEX 40 4B 48
Decimal 64 75 72
Binary 1000000 1001011 1001000
Octal 100 113 110

Shades and tints

Shades of #404B48

#404B48
(64,75,72)
#3B4542
(59,69,66)
#363F3C
(54,63,60)
#313936
(49,57,54)
#2C3330
(44,51,48)
#272D2A
(39,45,42)
#222724
(34,39,36)
#1D211E
(29,33,30)
#181B18
(24,27,24)
#131512
(19,21,18)
#0E0F0C
(14,15,12)
#000000
(0,0,0)

Tints of #404B48

#404B48
(64,75,72)
#515B58
(81,91,88)
#626B68
(98,107,104)
#737B78
(115,123,120)
#848B88
(132,139,136)
#959B98
(149,155,152)
#A6ABA8
(166,171,168)
#B7BBB8
(183,187,184)
#C8CBC8
(200,203,200)
#D9DBD8
(217,219,216)
#EAEBE8
(234,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #404B48; }

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

This text font color is #404B48.

Background Color

.myBgColor { background-color: #404B48; }

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

This div background color is #404B48.

Border color

.myBorderColor { border: 1px solid #404B48; }

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

This div border color is #404B48.

Opacity

.myOpacity80 { color: #404B48; opacity: 0.8; }

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

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

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

This text has shadow with #404B48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #404B48.

Preview

Color preview on black background

This text has color #404B48 on black background.


Color preview on white background

This text has color #404B48 on white background.


Black color preview on #404B48 background

This text has black color on #404B48 background.


White color preview on #404B48 background

This text has white color on #404B48 background.


Related colors

Complementary color

Complementary color for #hex is #BFB4B7.


I love getcolorcode.com

Triadic colors

1 #48404B and #4B4840 with #404B48 are triadic colors.

2 #484B40 and #4B4048 with #404B48 are triadic colors.