COLOR #48535D

HEX: #48535D
RGB: (72,83,93)

Color info

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

RGB color model

#48535D color RGB value is (72,83,93).

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

RGB channels and saturation

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

72
83
93

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

Portions of RGB colors in percentages

R + G + B =
72 + 83 + 93 = 248 (100%)
R 72 of 248 ~ 29.03%
G 83 of 248 ~ 33.47%
B 93 of 248 ~ 37.5%

%29.03
%33.47
%37.5

CMYK color model

#48535D color CMYK value is (23,11,0,64).

  • cyan value is 22.58%
  • magenta value is 10.75%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(23,11,0,64)
C23M11Y0K64 
(23%,11%,0%,64%)
(0.23/0.11/0.00/0.64)	

CMYK percentages

%22.58
%10.75
%0
%63.53

Codes

Color #48535D in popluar color models

48535D
RGB728393
HSL209°12.73%32.35%
HSB/HSV209°22.58%36.47%
CMYK22.58%10.75%0.00%
63.53%

Color #48535D in popluar number systems.

HEX48535D
Decimal728393
Binary100100010100111011101
Octal110123135

Shades and tints

Shades of #48535D

#48535D
(72,83,93)
#424C55
(66,76,85)
#3C454D
(60,69,77)
#363E45
(54,62,69)
#30373D
(48,55,61)
#2A3035
(42,48,53)
#24292D
(36,41,45)
#1E2225
(30,34,37)
#181B1D
(24,27,29)
#121415
(18,20,21)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #48535D

#48535D
(72,83,93)
#58626B
(88,98,107)
#687179
(104,113,121)
#788087
(120,128,135)
#888F95
(136,143,149)
#989EA3
(152,158,163)
#A8ADB1
(168,173,177)
#B8BCBF
(184,188,191)
#C8CBCD
(200,203,205)
#D8DADB
(216,218,219)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48535D; }

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

This text font color is #48535D.


Background Color

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

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

This div background color is #48535D.


Border color

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

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

This div border color is #48535D.


Opacity

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

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

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

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

This text has shadow with #48535D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48535D on black background.


Color preview on white background

This text has color #48535D on white background.



Black color preview on #48535D background

This text has black color on #48535D background.


White color preview on #48535D background

This text has white color on #48535D background.