COLOR #48325E

HEX: #48325E
RGB: (72,50,94)

Color info

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

RGB color model

#48325E color RGB value is (72,50,94).

  • red value is 72;
  • green value is 50;
  • blue value is 94.
RGB:
(72,50,94)
(28%,20%,37%)

RGB channels and saturation

R 72 of 255 = 28%
G 50 of 255 = 20%
B 94 of 255 = 37%

72
50
94

R + G + B ~ 28%. #48325E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 50 + 94 = 216 (100%)
R 72 of 216 ~ 33.33%
G 50 of 216 ~ 23.15%
B 94 of 216 ~ 43.52%

%33.33
%23.15
%43.52

CMYK color model

#48325E color CMYK value is (23,47,0,63).

  • cyan value is 23.40%
  • magenta value is 46.81%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(23,47,0,63)
C23M47Y0K63 
(23%,47%,0%,63%)
(0.23/0.47/0.00/0.63)	

CMYK percentages

%23.4
%46.81
%0
%63.14

Codes

Color #48325E in popluar color models

48325E
RGB725094
HSL270°30.56%28.24%
HSB/HSV270°46.81%36.86%
CMYK23.40%46.81%0.00%
63.14%

Color #48325E in popluar number systems.

HEX48325E
Decimal725094
Binary10010001100101011110
Octal11062136

Shades and tints

Shades of #48325E

#48325E
(72,50,94)
#422E56
(66,46,86)
#3C2A4E
(60,42,78)
#362646
(54,38,70)
#30223E
(48,34,62)
#2A1E36
(42,30,54)
#241A2E
(36,26,46)
#1E1626
(30,22,38)
#18121E
(24,18,30)
#120E16
(18,14,22)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #48325E

#48325E
(72,50,94)
#58446C
(88,68,108)
#68567A
(104,86,122)
#786888
(120,104,136)
#887A96
(136,122,150)
#988CA4
(152,140,164)
#A89EB2
(168,158,178)
#B8B0C0
(184,176,192)
#C8C2CE
(200,194,206)
#D8D4DC
(216,212,220)
#E8E6EA
(232,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48325E color. Also use rgb(72,50,94) instead hex code.

Text Font Color

.myTextColor { color: #48325E; }

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

This text font color is #48325E.


Background Color

.myBgColor { background-color: #48325E; }

<div style="background-color:#48325E">Inner text</div>

This div background color is #48325E.


Border color

.myBorderColor { border: 1px solid #48325E; }

<div style="border:3px solid #48325E">Div</div>

This div border color is #48325E.


Opacity

.myOpacity80 { color: #48325E; opacity: 0.8; }

<p style="color:#48325E;opacity:0.8;">80%</p>

Text with #48325E 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 #48325E;}

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

This text has shadow with #48325E color.

.textShadow {text-shadow: 3px 3px 1px #48325E, 3px 3px 1px red;}

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

This text has shadow with #48325E primary color and red secondary color.


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

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

This text has shadow with #48325E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48325E on black background.


Color preview on white background

This text has color #48325E on white background.



Black color preview on #48325E background

This text has black color on #48325E background.


White color preview on #48325E background

This text has white color on #48325E background.