COLOR #48585B

HEX: #48585B
RGB: (72,88,91)

Color info

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

RGB color model

#48585B color RGB value is (72,88,91).

  • red value is 72;
  • green value is 88;
  • blue value is 91.
RGB:
(72,88,91)
(28%,35%,36%)

RGB channels and saturation

R 72 of 255 = 28%
G 88 of 255 = 35%
B 91 of 255 = 36%

72
88
91

R + G + B ~ 33%. #48585B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 88 + 91 = 251 (100%)
R 72 of 251 ~ 28.69%
G 88 of 251 ~ 35.06%
B 91 of 251 ~ 36.25%

%28.69
%35.06
%36.25

CMYK color model

#48585B color CMYK value is (21,3,0,64).

  • cyan value is 20.88%
  • magenta value is 3.30%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(21,3,0,64)
C21M3Y0K64 
(21%,3%,0%,64%)
(0.21/0.03/0.00/0.64)	

CMYK percentages

%20.88
%3.3
%0
%64.31

Codes

Color #48585B in popluar color models

48585B
RGB728891
HSL189°11.66%31.96%
HSB/HSV189°20.88%35.69%
CMYK20.88%3.30%0.00%
64.31%

Color #48585B in popluar number systems.

HEX48585B
Decimal728891
Binary100100010110001011011
Octal110130133

Shades and tints

Shades of #48585B

#48585B
(72,88,91)
#425053
(66,80,83)
#3C484B
(60,72,75)
#364043
(54,64,67)
#30383B
(48,56,59)
#2A3033
(42,48,51)
#24282B
(36,40,43)
#1E2023
(30,32,35)
#18181B
(24,24,27)
#121013
(18,16,19)
#0C080B
(12,8,11)
#000000
(0,0,0)

Tints of #48585B

#48585B
(72,88,91)
#586769
(88,103,105)
#687677
(104,118,119)
#788585
(120,133,133)
#889493
(136,148,147)
#98A3A1
(152,163,161)
#A8B2AF
(168,178,175)
#B8C1BD
(184,193,189)
#C8D0CB
(200,208,203)
#D8DFD9
(216,223,217)
#E8EEE7
(232,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48585B color. Also use rgb(72,88,91) instead hex code.

Text Font Color

.myTextColor { color: #48585B; }

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

This text font color is #48585B.


Background Color

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

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

This div background color is #48585B.


Border color

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

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

This div border color is #48585B.


Opacity

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

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

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

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

This text has shadow with #48585B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48585B on black background.


Color preview on white background

This text has color #48585B on white background.



Black color preview on #48585B background

This text has black color on #48585B background.


White color preview on #48585B background

This text has white color on #48585B background.