COLOR #48505D

HEX: #48505D
RGB: (72,80,93)

Color info

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

RGB color model

#48505D color RGB value is (72,80,93).

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

RGB channels and saturation

R 72 of 255 = 28%
G 80 of 255 = 31%
B 93 of 255 = 36%

72
80
93

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

Portions of RGB colors in percentages

R + G + B =
72 + 80 + 93 = 245 (100%)
R 72 of 245 ~ 29.39%
G 80 of 245 ~ 32.65%
B 93 of 245 ~ 37.96%

%29.39
%32.65
%37.96

CMYK color model

#48505D color CMYK value is (23,14,0,64).

  • cyan value is 22.58%
  • magenta value is 13.98%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(23,14,0,64)
C23M14Y0K64 
(23%,14%,0%,64%)
(0.23/0.14/0.00/0.64)	

CMYK percentages

%22.58
%13.98
%0
%63.53

Codes

Color #48505D in popluar color models

48505D
RGB728093
HSL217°12.73%32.35%
HSB/HSV217°22.58%36.47%
CMYK22.58%13.98%0.00%
63.53%

Color #48505D in popluar number systems.

HEX48505D
Decimal728093
Binary100100010100001011101
Octal110120135

Shades and tints

Shades of #48505D

#48505D
(72,80,93)
#424955
(66,73,85)
#3C424D
(60,66,77)
#363B45
(54,59,69)
#30343D
(48,52,61)
#2A2D35
(42,45,53)
#24262D
(36,38,45)
#1E1F25
(30,31,37)
#18181D
(24,24,29)
#121115
(18,17,21)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #48505D

#48505D
(72,80,93)
#585F6B
(88,95,107)
#686E79
(104,110,121)
#787D87
(120,125,135)
#888C95
(136,140,149)
#989BA3
(152,155,163)
#A8AAB1
(168,170,177)
#B8B9BF
(184,185,191)
#C8C8CD
(200,200,205)
#D8D7DB
(216,215,219)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48505D; }

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

This text font color is #48505D.


Background Color

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

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

This div background color is #48505D.


Border color

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

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

This div border color is #48505D.


Opacity

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

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

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

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

This text has shadow with #48505D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48505D on black background.


Color preview on white background

This text has color #48505D on white background.



Black color preview on #48505D background

This text has black color on #48505D background.


White color preview on #48505D background

This text has white color on #48505D background.