COLOR #48555B

HEX: #48555B
RGB: (72,85,91)

Color info

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

RGB color model

#48555B color RGB value is (72,85,91).

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

RGB channels and saturation

R 72 of 255 = 28%
G 85 of 255 = 33%
B 91 of 255 = 36%

72
85
91

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

Portions of RGB colors in percentages

R + G + B =
72 + 85 + 91 = 248 (100%)
R 72 of 248 ~ 29.03%
G 85 of 248 ~ 34.27%
B 91 of 248 ~ 36.69%

%29.03
%34.27
%36.69

CMYK color model

#48555B color CMYK value is (21,7,0,64).

  • cyan value is 20.88%
  • magenta value is 6.59%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(21,7,0,64)
C21M7Y0K64 
(21%,7%,0%,64%)
(0.21/0.07/0.00/0.64)	

CMYK percentages

%20.88
%6.59
%0
%64.31

Codes

Color #48555B in popluar color models

48555B
RGB728591
HSL199°11.66%31.96%
HSB/HSV199°20.88%35.69%
CMYK20.88%6.59%0.00%
64.31%

Color #48555B in popluar number systems.

HEX48555B
Decimal728591
Binary100100010101011011011
Octal110125133

Shades and tints

Shades of #48555B

#48555B
(72,85,91)
#424E53
(66,78,83)
#3C474B
(60,71,75)
#364043
(54,64,67)
#30393B
(48,57,59)
#2A3233
(42,50,51)
#242B2B
(36,43,43)
#1E2423
(30,36,35)
#181D1B
(24,29,27)
#121613
(18,22,19)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #48555B

#48555B
(72,85,91)
#586469
(88,100,105)
#687377
(104,115,119)
#788285
(120,130,133)
#889193
(136,145,147)
#98A0A1
(152,160,161)
#A8AFAF
(168,175,175)
#B8BEBD
(184,190,189)
#C8CDCB
(200,205,203)
#D8DCD9
(216,220,217)
#E8EBE7
(232,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48555B; }

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

This text font color is #48555B.


Background Color

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

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

This div background color is #48555B.


Border color

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

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

This div border color is #48555B.


Opacity

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

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

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

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

This text has shadow with #48555B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48555B on black background.


Color preview on white background

This text has color #48555B on white background.



Black color preview on #48555B background

This text has black color on #48555B background.


White color preview on #48555B background

This text has white color on #48555B background.