COLOR #48475D

HEX: #48475D
RGB: (72,71,93)

Color info

#48475D contains red, green and blue colors in about the same proportion. Web safe color of #48475D is #333366 (or #336).

RGB color model

#48475D color RGB value is (72,71,93).

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

RGB channels and saturation

R 72 of 255 = 28%
G 71 of 255 = 28%
B 93 of 255 = 36%

72
71
93

R + G + B ~ 31%. #48475D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 71 + 93 = 236 (100%)
R 72 of 236 ~ 30.51%
G 71 of 236 ~ 30.08%
B 93 of 236 ~ 39.41%

%30.51
%30.08
%39.41

CMYK color model

#48475D color CMYK value is (23,24,0,64).

  • cyan value is 22.58%
  • magenta value is 23.66%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(23,24,0,64)
C23M24Y0K64 
(23%,24%,0%,64%)
(0.23/0.24/0.00/0.64)	

CMYK percentages

%22.58
%23.66
%0
%63.53

Codes

Color #48475D in popluar color models

48475D
RGB727193
HSL243°13.41%32.16%
HSB/HSV243°23.66%36.47%
CMYK22.58%23.66%0.00%
63.53%

Color #48475D in popluar number systems.

HEX48475D
Decimal727193
Binary100100010001111011101
Octal110107135

Shades and tints

Shades of #48475D

#48475D
(72,71,93)
#424155
(66,65,85)
#3C3B4D
(60,59,77)
#363545
(54,53,69)
#302F3D
(48,47,61)
#2A2935
(42,41,53)
#24232D
(36,35,45)
#1E1D25
(30,29,37)
#18171D
(24,23,29)
#121115
(18,17,21)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #48475D

#48475D
(72,71,93)
#58576B
(88,87,107)
#686779
(104,103,121)
#787787
(120,119,135)
#888795
(136,135,149)
#9897A3
(152,151,163)
#A8A7B1
(168,167,177)
#B8B7BF
(184,183,191)
#C8C7CD
(200,199,205)
#D8D7DB
(216,215,219)
#E8E7E9
(232,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48475D; }

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

This text font color is #48475D.


Background Color

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

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

This div background color is #48475D.


Border color

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

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

This div border color is #48475D.


Opacity

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

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

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

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

This text has shadow with #48475D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48475D on black background.


Color preview on white background

This text has color #48475D on white background.



Black color preview on #48475D background

This text has black color on #48475D background.


White color preview on #48475D background

This text has white color on #48475D background.