COLOR #48355C

HEX: #48355C
RGB: (72,53,92)

Color info

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

RGB color model

#48355C color RGB value is (72,53,92).

  • red value is 72;
  • green value is 53;
  • blue value is 92.
RGB:
(72,53,92)
(28%,21%,36%)

RGB channels and saturation

R 72 of 255 = 28%
G 53 of 255 = 21%
B 92 of 255 = 36%

72
53
92

R + G + B ~ 28%. #48355C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 53 + 92 = 217 (100%)
R 72 of 217 ~ 33.18%
G 53 of 217 ~ 24.42%
B 92 of 217 ~ 42.4%

%33.18
%24.42
%42.4

CMYK color model

#48355C color CMYK value is (22,42,0,64).

  • cyan value is 21.74%
  • magenta value is 42.39%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(22,42,0,64)
C22M42Y0K64 
(22%,42%,0%,64%)
(0.22/0.42/0.00/0.64)	

CMYK percentages

%21.74
%42.39
%0
%63.92

Codes

Color #48355C in popluar color models

48355C
RGB725392
HSL269°26.90%28.43%
HSB/HSV269°42.39%36.08%
CMYK21.74%42.39%0.00%
63.92%

Color #48355C in popluar number systems.

HEX48355C
Decimal725392
Binary10010001101011011100
Octal11065134

Shades and tints

Shades of #48355C

#48355C
(72,53,92)
#423154
(66,49,84)
#3C2D4C
(60,45,76)
#362944
(54,41,68)
#30253C
(48,37,60)
#2A2134
(42,33,52)
#241D2C
(36,29,44)
#1E1924
(30,25,36)
#18151C
(24,21,28)
#121114
(18,17,20)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #48355C

#48355C
(72,53,92)
#58476A
(88,71,106)
#685978
(104,89,120)
#786B86
(120,107,134)
#887D94
(136,125,148)
#988FA2
(152,143,162)
#A8A1B0
(168,161,176)
#B8B3BE
(184,179,190)
#C8C5CC
(200,197,204)
#D8D7DA
(216,215,218)
#E8E9E8
(232,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48355C color. Also use rgb(72,53,92) instead hex code.

Text Font Color

.myTextColor { color: #48355C; }

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

This text font color is #48355C.


Background Color

.myBgColor { background-color: #48355C; }

<div style="background-color:#48355C">Inner text</div>

This div background color is #48355C.


Border color

.myBorderColor { border: 1px solid #48355C; }

<div style="border:3px solid #48355C">Div</div>

This div border color is #48355C.


Opacity

.myOpacity80 { color: #48355C; opacity: 0.8; }

<p style="color:#48355C;opacity:0.8;">80%</p>

Text with #48355C 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 #48355C;}

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

This text has shadow with #48355C color.

.textShadow {text-shadow: 3px 3px 1px #48355C, 3px 3px 1px red;}

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

This text has shadow with #48355C primary color and red secondary color.


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

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

This text has shadow with #48355C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48355C on black background.


Color preview on white background

This text has color #48355C on white background.



Black color preview on #48355C background

This text has black color on #48355C background.


White color preview on #48355C background

This text has white color on #48355C background.