COLOR #48494C

HEX: #48494C
RGB: (72,73,76)

Color info

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

RGB color model

#48494C color RGB value is (72,73,76).

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

RGB channels and saturation

R 72 of 255 = 28%
G 73 of 255 = 29%
B 76 of 255 = 30%

72
73
76

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

Portions of RGB colors in percentages

R + G + B =
72 + 73 + 76 = 221 (100%)
R 72 of 221 ~ 32.58%
G 73 of 221 ~ 33.03%
B 76 of 221 ~ 34.39%

%32.58
%33.03
%34.39

CMYK color model

#48494C color CMYK value is (5,4,0,70).

  • cyan value is 5.26%
  • magenta value is 3.95%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(5,4,0,70)
C5M4Y0K70 
(5%,4%,0%,70%)
(0.05/0.04/0.00/0.70)	

CMYK percentages

%5.26
%3.95
%0
%70.2

Codes

Color #48494C in popluar color models

48494C
RGB727376
HSL225°2.70%29.02%
HSB/HSV225°5.26%29.80%
CMYK5.26%3.95%0.00%
70.20%

Color #48494C in popluar number systems.

HEX48494C
Decimal727376
Binary100100010010011001100
Octal110111114

Shades and tints

Shades of #48494C

#48494C
(72,73,76)
#424346
(66,67,70)
#3C3D40
(60,61,64)
#36373A
(54,55,58)
#303134
(48,49,52)
#2A2B2E
(42,43,46)
#242528
(36,37,40)
#1E1F22
(30,31,34)
#18191C
(24,25,28)
#121316
(18,19,22)
#0C0D10
(12,13,16)
#000000
(0,0,0)

Tints of #48494C

#48494C
(72,73,76)
#58595C
(88,89,92)
#68696C
(104,105,108)
#78797C
(120,121,124)
#88898C
(136,137,140)
#98999C
(152,153,156)
#A8A9AC
(168,169,172)
#B8B9BC
(184,185,188)
#C8C9CC
(200,201,204)
#D8D9DC
(216,217,220)
#E8E9EC
(232,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48494C; }

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

This text font color is #48494C.


Background Color

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

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

This div background color is #48494C.


Border color

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

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

This div border color is #48494C.


Opacity

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

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

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

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

This text has shadow with #48494C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48494C on black background.


Color preview on white background

This text has color #48494C on white background.



Black color preview on #48494C background

This text has black color on #48494C background.


White color preview on #48494C background

This text has white color on #48494C background.