COLOR #48494B

HEX: #48494B
RGB: (72,73,75)

Color info

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

RGB color model

#48494B color RGB value is (72,73,75).

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

RGB channels and saturation

R 72 of 255 = 28%
G 73 of 255 = 29%
B 75 of 255 = 29%

72
73
75

R + G + B ~ 29%. #48494B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 73 + 75 = 220 (100%)
R 72 of 220 ~ 32.73%
G 73 of 220 ~ 33.18%
B 75 of 220 ~ 34.09%

%32.73
%33.18
%34.09

CMYK color model

#48494B color CMYK value is (4,3,0,71).

  • cyan value is 4.00%
  • magenta value is 2.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(4,3,0,71)
C4M3Y0K71 
(4%,3%,0%,71%)
(0.04/0.03/0.00/0.71)	

CMYK percentages

%4
%2.67
%0
%70.59

Codes

Color #48494B in popluar color models

48494B
RGB727375
HSL220°2.04%28.82%
HSB/HSV220°4.00%29.41%
CMYK4.00%2.67%0.00%
70.59%

Color #48494B in popluar number systems.

HEX48494B
Decimal727375
Binary100100010010011001011
Octal110111113

Shades and tints

Shades of #48494B

#48494B
(72,73,75)
#424345
(66,67,69)
#3C3D3F
(60,61,63)
#363739
(54,55,57)
#303133
(48,49,51)
#2A2B2D
(42,43,45)
#242527
(36,37,39)
#1E1F21
(30,31,33)
#18191B
(24,25,27)
#121315
(18,19,21)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #48494B

#48494B
(72,73,75)
#58595B
(88,89,91)
#68696B
(104,105,107)
#78797B
(120,121,123)
#88898B
(136,137,139)
#98999B
(152,153,155)
#A8A9AB
(168,169,171)
#B8B9BB
(184,185,187)
#C8C9CB
(200,201,203)
#D8D9DB
(216,217,219)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48494B; }

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

This text font color is #48494B.


Background Color

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

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

This div background color is #48494B.


Border color

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

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

This div border color is #48494B.


Opacity

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

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

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

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

This text has shadow with #48494B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48494B on black background.


Color preview on white background

This text has color #48494B on white background.



Black color preview on #48494B background

This text has black color on #48494B background.


White color preview on #48494B background

This text has white color on #48494B background.