COLOR #48135B

HEX: #48135B
RGB: (72,19,91)

Color info

#48135B contains mainly red and blue colors. Web safe color of #48135B is #330066 (or #306).

RGB color model

#48135B color RGB value is (72,19,91).

  • red value is 72;
  • green value is 19;
  • blue value is 91.
RGB:
(72,19,91)
(28%,7%,36%)

RGB channels and saturation

R 72 of 255 = 28%
G 19 of 255 = 7%
B 91 of 255 = 36%

72
19
91

R + G + B ~ 24%. #48135B is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 19 + 91 = 182 (100%)
R 72 of 182 ~ 39.56%
G 19 of 182 ~ 10.44%
B 91 of 182 ~ 50%

%39.56
%10.44
%50

CMYK color model

#48135B color CMYK value is (21,79,0,64).

  • cyan value is 20.88%
  • magenta value is 79.12%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(21,79,0,64)
C21M79Y0K64 
(21%,79%,0%,64%)
(0.21/0.79/0.00/0.64)	

CMYK percentages

%20.88
%79.12
%0
%64.31

Codes

Color #48135B in popluar color models

48135B
RGB721991
HSL284°65.45%21.57%
HSB/HSV284°79.12%35.69%
CMYK20.88%79.12%0.00%
64.31%

Color #48135B in popluar number systems.

HEX48135B
Decimal721991
Binary1001000100111011011
Octal11023133

Shades and tints

Shades of #48135B

#48135B
(72,19,91)
#421253
(66,18,83)
#3C114B
(60,17,75)
#361043
(54,16,67)
#300F3B
(48,15,59)
#2A0E33
(42,14,51)
#240D2B
(36,13,43)
#1E0C23
(30,12,35)
#180B1B
(24,11,27)
#120A13
(18,10,19)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #48135B

#48135B
(72,19,91)
#582869
(88,40,105)
#683D77
(104,61,119)
#785285
(120,82,133)
#886793
(136,103,147)
#987CA1
(152,124,161)
#A891AF
(168,145,175)
#B8A6BD
(184,166,189)
#C8BBCB
(200,187,203)
#D8D0D9
(216,208,217)
#E8E5E7
(232,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48135B color. Also use rgb(72,19,91) instead hex code.

Text Font Color

.myTextColor { color: #48135B; }

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

This text font color is #48135B.


Background Color

.myBgColor { background-color: #48135B; }

<div style="background-color:#48135B">Inner text</div>

This div background color is #48135B.


Border color

.myBorderColor { border: 1px solid #48135B; }

<div style="border:3px solid #48135B">Div</div>

This div border color is #48135B.


Opacity

.myOpacity80 { color: #48135B; opacity: 0.8; }

<p style="color:#48135B;opacity:0.8;">80%</p>

Text with #48135B 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 #48135B;}

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

This text has shadow with #48135B color.

.textShadow {text-shadow: 3px 3px 1px #48135B, 3px 3px 1px red;}

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

This text has shadow with #48135B primary color and red secondary color.


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

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

This text has shadow with #48135B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48135B on black background.


Color preview on white background

This text has color #48135B on white background.



Black color preview on #48135B background

This text has black color on #48135B background.


White color preview on #48135B background

This text has white color on #48135B background.