COLOR #48444B

HEX: #48444B
RGB: (72,68,75)

Color info

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

RGB color model

#48444B color RGB value is (72,68,75).

  • red value is 72;
  • green value is 68;
  • blue value is 75.
RGB:
(72,68,75)
(28%,27%,29%)

RGB channels and saturation

R 72 of 255 = 28%
G 68 of 255 = 27%
B 75 of 255 = 29%

72
68
75

R + G + B ~ 28%. #48444B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 68 + 75 = 215 (100%)
R 72 of 215 ~ 33.49%
G 68 of 215 ~ 31.63%
B 75 of 215 ~ 34.88%

%33.49
%31.63
%34.88

CMYK color model

#48444B color CMYK value is (4,9,0,71).

  • cyan value is 4.00%
  • magenta value is 9.33%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(4,9,0,71)
C4M9Y0K71 
(4%,9%,0%,71%)
(0.04/0.09/0.00/0.71)	

CMYK percentages

%4
%9.33
%0
%70.59

Codes

Color #48444B in popluar color models

48444B
RGB726875
HSL274°4.90%28.04%
HSB/HSV274°9.33%29.41%
CMYK4.00%9.33%0.00%
70.59%

Color #48444B in popluar number systems.

HEX48444B
Decimal726875
Binary100100010001001001011
Octal110104113

Shades and tints

Shades of #48444B

#48444B
(72,68,75)
#423E45
(66,62,69)
#3C383F
(60,56,63)
#363239
(54,50,57)
#302C33
(48,44,51)
#2A262D
(42,38,45)
#242027
(36,32,39)
#1E1A21
(30,26,33)
#18141B
(24,20,27)
#120E15
(18,14,21)
#0C080F
(12,8,15)
#000000
(0,0,0)

Tints of #48444B

#48444B
(72,68,75)
#58555B
(88,85,91)
#68666B
(104,102,107)
#78777B
(120,119,123)
#88888B
(136,136,139)
#98999B
(152,153,155)
#A8AAAB
(168,170,171)
#B8BBBB
(184,187,187)
#C8CCCB
(200,204,203)
#D8DDDB
(216,221,219)
#E8EEEB
(232,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48444B; }

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

This text font color is #48444B.


Background Color

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

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

This div background color is #48444B.


Border color

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

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

This div border color is #48444B.


Opacity

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

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

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

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

This text has shadow with #48444B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48444B on black background.


Color preview on white background

This text has color #48444B on white background.



Black color preview on #48444B background

This text has black color on #48444B background.


White color preview on #48444B background

This text has white color on #48444B background.