COLOR #48404B

HEX: #48404B RGB: (72,64,75)

Color info

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

RGB color model

#48404B color RGB value is (72,64,75).

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

RGB channels and saturation

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

72
64
75

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

Portions of RGB colors in percentages

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

%34.12
%30.33
%35.55

CMYK color model

#48404B color CMYK value is (4,15,0,71).

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

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

CMYK percentages

%4
%14.67
%0
%70.59

Codes

Color #48404B in popluar color models

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

Color #48404B in popluar number systems.

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

Shades and tints

Shades of #48404B

#48404B
(72,64,75)
#423B45
(66,59,69)
#3C363F
(60,54,63)
#363139
(54,49,57)
#302C33
(48,44,51)
#2A272D
(42,39,45)
#242227
(36,34,39)
#1E1D21
(30,29,33)
#18181B
(24,24,27)
#121315
(18,19,21)
#0C0E0F
(12,14,15)
#000000
(0,0,0)

Tints of #48404B

#48404B
(72,64,75)
#58515B
(88,81,91)
#68626B
(104,98,107)
#78737B
(120,115,123)
#88848B
(136,132,139)
#98959B
(152,149,155)
#A8A6AB
(168,166,171)
#B8B7BB
(184,183,187)
#C8C8CB
(200,200,203)
#D8D9DB
(216,217,219)
#E8EAEB
(232,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48404B; }

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

This text font color is #48404B.

Background Color

.myBgColor { background-color: #48404B; }

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

This div background color is #48404B.

Border color

.myBorderColor { border: 1px solid #48404B; }

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

This div border color is #48404B.

Opacity

.myOpacity80 { color: #48404B; opacity: 0.8; }

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

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

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

This text has shadow with #48404B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48404B.

Preview

Color preview on black background

This text has color #48404B on black background.


Color preview on white background

This text has color #48404B on white background.


Black color preview on #48404B background

This text has black color on #48404B background.


White color preview on #48404B background

This text has white color on #48404B background.


Related colors

Complementary color

Complementary color for #hex is #B7BFB4.


I love getcolorcode.com

Triadic colors

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

2 #4B4048 and #40484B with #48404B are triadic colors.