COLOR #48555D

HEX: #48555D
RGB: (72,85,93)

Color info

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

RGB color model

#48555D color RGB value is (72,85,93).

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

RGB channels and saturation

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

72
85
93

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

Portions of RGB colors in percentages

R + G + B =
72 + 85 + 93 = 250 (100%)
R 72 of 250 ~ 28.8%
G 85 of 250 ~ 34%
B 93 of 250 ~ 37.2%

%28.8
%34
%37.2

CMYK color model

#48555D color CMYK value is (23,9,0,64).

  • cyan value is 22.58%
  • magenta value is 8.60%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(23,9,0,64)
C23M9Y0K64 
(23%,9%,0%,64%)
(0.23/0.09/0.00/0.64)	

CMYK percentages

%22.58
%8.6
%0
%63.53

Codes

Color #48555D in popluar color models

48555D
RGB728593
HSL203°12.73%32.35%
HSB/HSV203°22.58%36.47%
CMYK22.58%8.60%0.00%
63.53%

Color #48555D in popluar number systems.

HEX48555D
Decimal728593
Binary100100010101011011101
Octal110125135

Shades and tints

Shades of #48555D

#48555D
(72,85,93)
#424E55
(66,78,85)
#3C474D
(60,71,77)
#364045
(54,64,69)
#30393D
(48,57,61)
#2A3235
(42,50,53)
#242B2D
(36,43,45)
#1E2425
(30,36,37)
#181D1D
(24,29,29)
#121615
(18,22,21)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #48555D

#48555D
(72,85,93)
#58646B
(88,100,107)
#687379
(104,115,121)
#788287
(120,130,135)
#889195
(136,145,149)
#98A0A3
(152,160,163)
#A8AFB1
(168,175,177)
#B8BEBF
(184,190,191)
#C8CDCD
(200,205,205)
#D8DCDB
(216,220,219)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48555D; }

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

This text font color is #48555D.


Background Color

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

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

This div background color is #48555D.


Border color

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

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

This div border color is #48555D.


Opacity

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

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

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

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

This text has shadow with #48555D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48555D on black background.


Color preview on white background

This text has color #48555D on white background.



Black color preview on #48555D background

This text has black color on #48555D background.


White color preview on #48555D background

This text has white color on #48555D background.