COLOR #48145B

HEX: #48145B RGB: (72,20,91)

Color info

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

RGB color model

#48145B color RGB value is (72,20,91).

RGB: (72,20,91) (28%, 8%, 36%)

RGB channels and saturation

R 72 of 255 = 28%
G 20 of 255 = 8%
B 91 of 255 = 36%

72
20
91

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

Portions of RGB colors in percentages

R + G + B = 72 + 20 + 91 = 183 (100%)
R 72 of 183 ~ 39.34%
G 20 of 183 ~ 10.93%
B 91 of 183 ~ 49.73'%

%39.34
%10.93
%49.73

CMYK color model

#48145B color CMYK value is (21,78,0,64).

  • cyan value is 20.88%
  • magenta value is 78.02%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (21,78,0,64)
C21M78Y0K64 (21%, 78%, 0%, 64%)
(0.21 / 0.78 / 0.00 / 0.64)

CMYK percentages

%20.88
%78.02
%0
%64.31

Codes

Color #48145B in popluar color models

48 14 5B
RGB 72 20 91
HSL 284° 63.96% 21.76%
HSB/HSV 284° 78.02% 35.69%
CMYK 20.88% 78.02% 0.00%
64.31%

Color #48145B in popluar number systems.

HEX 48 14 5B
Decimal 72 20 91
Binary 1001000 10100 1011011
Octal 110 24 133

Shades and tints

Shades of #48145B

#48145B
(72,20,91)
#421353
(66,19,83)
#3C124B
(60,18,75)
#361143
(54,17,67)
#30103B
(48,16,59)
#2A0F33
(42,15,51)
#240E2B
(36,14,43)
#1E0D23
(30,13,35)
#180C1B
(24,12,27)
#120B13
(18,11,19)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #48145B

#48145B
(72,20,91)
#582969
(88,41,105)
#683E77
(104,62,119)
#785385
(120,83,133)
#886893
(136,104,147)
#987DA1
(152,125,161)
#A892AF
(168,146,175)
#B8A7BD
(184,167,189)
#C8BCCB
(200,188,203)
#D8D1D9
(216,209,217)
#E8E6E7
(232,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48145B; }

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

This text font color is #48145B.

Background Color

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

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

This div background color is #48145B.

Border color

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

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

This div border color is #48145B.

Opacity

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

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

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

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

This text has shadow with #48145B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48145B.

Preview

Color preview on black background

This text has color #48145B on black background.


Color preview on white background

This text has color #48145B on white background.


Black color preview on #48145B background

This text has black color on #48145B background.


White color preview on #48145B background

This text has white color on #48145B background.


Related colors

Complementary color

Complementary color for #hex is #B7EBA4.


I love getcolorcode.com

Triadic colors

1 #5B4814 and #145B48 with #48145B are triadic colors.

2 #5B1448 and #14485B with #48145B are triadic colors.