COLOR #48357A

HEX: #48357A
RGB: (72,53,122)

Color info

#48357A contains mainly red and blue colors. Web safe color of #48357A is #333366 (or #336).

RGB color model

#48357A color RGB value is (72,53,122).

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

RGB channels and saturation

R 72 of 255 = 28%
G 53 of 255 = 21%
B 122 of 255 = 48%

72
53
122

R + G + B ~ 32%. #48357A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 53 + 122 = 247 (100%)
R 72 of 247 ~ 29.15%
G 53 of 247 ~ 21.46%
B 122 of 247 ~ 49.39%

%29.15
%21.46
%49.39

CMYK color model

#48357A color CMYK value is (41,57,0,52).

  • cyan value is 40.98%
  • magenta value is 56.56%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(41,57,0,52)
C41M57Y0K52 
(41%,57%,0%,52%)
(0.41/0.57/0.00/0.52)	

CMYK percentages

%40.98
%56.56
%0
%52.16

Codes

Color #48357A in popluar color models

48357A
RGB7253122
HSL257°39.43%34.31%
HSB/HSV257°56.56%47.84%
CMYK40.98%56.56%0.00%
52.16%

Color #48357A in popluar number systems.

HEX48357A
Decimal7253122
Binary10010001101011111010
Octal11065172

Shades and tints

Shades of #48357A

#48357A
(72,53,122)
#42316F
(66,49,111)
#3C2D64
(60,45,100)
#362959
(54,41,89)
#30254E
(48,37,78)
#2A2143
(42,33,67)
#241D38
(36,29,56)
#1E192D
(30,25,45)
#181522
(24,21,34)
#121117
(18,17,23)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #48357A

#48357A
(72,53,122)
#584786
(88,71,134)
#685992
(104,89,146)
#786B9E
(120,107,158)
#887DAA
(136,125,170)
#988FB6
(152,143,182)
#A8A1C2
(168,161,194)
#B8B3CE
(184,179,206)
#C8C5DA
(200,197,218)
#D8D7E6
(216,215,230)
#E8E9F2
(232,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48357A color. Also use rgb(72,53,122) instead hex code.

Text Font Color

.myTextColor { color: #48357A; }

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

This text font color is #48357A.


Background Color

.myBgColor { background-color: #48357A; }

<div style="background-color:#48357A">Inner text</div>

This div background color is #48357A.


Border color

.myBorderColor { border: 1px solid #48357A; }

<div style="border:3px solid #48357A">Div</div>

This div border color is #48357A.


Opacity

.myOpacity80 { color: #48357A; opacity: 0.8; }

<p style="color:#48357A;opacity:0.8;">80%</p>

Text with #48357A 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 #48357A;}

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

This text has shadow with #48357A color.

.textShadow {text-shadow: 3px 3px 1px #48357A, 3px 3px 1px red;}

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

This text has shadow with #48357A primary color and red secondary color.


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

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

This text has shadow with #48357A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48357A on black background.


Color preview on white background

This text has color #48357A on white background.



Black color preview on #48357A background

This text has black color on #48357A background.


White color preview on #48357A background

This text has white color on #48357A background.