COLOR #48545C

HEX: #48545C
RGB: (72,84,92)

Color info

#48545C contains red, green and blue colors in about the same proportion. Web safe color of #48545C is #336666 (or #366).

RGB color model

#48545C color RGB value is (72,84,92).

  • red value is 72;
  • green value is 84;
  • blue value is 92.
RGB:
(72,84,92)
(28%,33%,36%)

RGB channels and saturation

R 72 of 255 = 28%
G 84 of 255 = 33%
B 92 of 255 = 36%

72
84
92

R + G + B ~ 32%. #48545C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 84 + 92 = 248 (100%)
R 72 of 248 ~ 29.03%
G 84 of 248 ~ 33.87%
B 92 of 248 ~ 37.1%

%29.03
%33.87
%37.1

CMYK color model

#48545C color CMYK value is (22,9,0,64).

  • cyan value is 21.74%
  • magenta value is 8.70%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(22,9,0,64)
C22M9Y0K64 
(22%,9%,0%,64%)
(0.22/0.09/0.00/0.64)	

CMYK percentages

%21.74
%8.7
%0
%63.92

Codes

Color #48545C in popluar color models

48545C
RGB728492
HSL204°12.20%32.16%
HSB/HSV204°21.74%36.08%
CMYK21.74%8.70%0.00%
63.92%

Color #48545C in popluar number systems.

HEX48545C
Decimal728492
Binary100100010101001011100
Octal110124134

Shades and tints

Shades of #48545C

#48545C
(72,84,92)
#424D54
(66,77,84)
#3C464C
(60,70,76)
#363F44
(54,63,68)
#30383C
(48,56,60)
#2A3134
(42,49,52)
#242A2C
(36,42,44)
#1E2324
(30,35,36)
#181C1C
(24,28,28)
#121514
(18,21,20)
#0C0E0C
(12,14,12)
#000000
(0,0,0)

Tints of #48545C

#48545C
(72,84,92)
#58636A
(88,99,106)
#687278
(104,114,120)
#788186
(120,129,134)
#889094
(136,144,148)
#989FA2
(152,159,162)
#A8AEB0
(168,174,176)
#B8BDBE
(184,189,190)
#C8CCCC
(200,204,204)
#D8DBDA
(216,219,218)
#E8EAE8
(232,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48545C color. Also use rgb(72,84,92) instead hex code.

Text Font Color

.myTextColor { color: #48545C; }

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

This text font color is #48545C.


Background Color

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

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

This div background color is #48545C.


Border color

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

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

This div border color is #48545C.


Opacity

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

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

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

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

This text has shadow with #48545C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48545C on black background.


Color preview on white background

This text has color #48545C on white background.



Black color preview on #48545C background

This text has black color on #48545C background.


White color preview on #48545C background

This text has white color on #48545C background.