COLOR #48057D

HEX: #48057D
RGB: (72,5,125)

Color info

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

RGB color model

#48057D color RGB value is (72,5,125).

  • red value is 72;
  • green value is 5;
  • blue value is 125.
RGB:
(72,5,125)
(28%,2%,49%)

RGB channels and saturation

R 72 of 255 = 28%
G 5 of 255 = 2%
B 125 of 255 = 49%

72
5
125

R + G + B ~ 26%. #48057D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 5 + 125 = 202 (100%)
R 72 of 202 ~ 35.64%
G 5 of 202 ~ 2.48%
B 125 of 202 ~ 61.88%

%35.64
%61.88

CMYK color model

#48057D color CMYK value is (42,96,0,51).

  • cyan value is 42.40%
  • magenta value is 96.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(42,96,0,51)
C42M96Y0K51 
(42%,96%,0%,51%)
(0.42/0.96/0.00/0.51)	

CMYK percentages

%42.4
%96
%0
%50.98

Codes

Color #48057D in popluar color models

48057D
RGB725125
HSL274°92.31%25.49%
HSB/HSV274°96.00%49.02%
CMYK42.40%96.00%0.00%
50.98%

Color #48057D in popluar number systems.

HEX48057D
Decimal725125
Binary10010001011111101
Octal1105175

Shades and tints

Shades of #48057D

#48057D
(72,5,125)
#420572
(66,5,114)
#3C0567
(60,5,103)
#36055C
(54,5,92)
#300551
(48,5,81)
#2A0546
(42,5,70)
#24053B
(36,5,59)
#1E0530
(30,5,48)
#180525
(24,5,37)
#12051A
(18,5,26)
#0C050F
(12,5,15)
#000000
(0,0,0)

Tints of #48057D

#48057D
(72,5,125)
#581B88
(88,27,136)
#683193
(104,49,147)
#78479E
(120,71,158)
#885DA9
(136,93,169)
#9873B4
(152,115,180)
#A889BF
(168,137,191)
#B89FCA
(184,159,202)
#C8B5D5
(200,181,213)
#D8CBE0
(216,203,224)
#E8E1EB
(232,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48057D color. Also use rgb(72,5,125) instead hex code.

Text Font Color

.myTextColor { color: #48057D; }

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

This text font color is #48057D.


Background Color

.myBgColor { background-color: #48057D; }

<div style="background-color:#48057D">Inner text</div>

This div background color is #48057D.


Border color

.myBorderColor { border: 1px solid #48057D; }

<div style="border:3px solid #48057D">Div</div>

This div border color is #48057D.


Opacity

.myOpacity80 { color: #48057D; opacity: 0.8; }

<p style="color:#48057D;opacity:0.8;">80%</p>

Text with #48057D 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 #48057D;}

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

This text has shadow with #48057D color.

.textShadow {text-shadow: 3px 3px 1px #48057D, 3px 3px 1px red;}

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

This text has shadow with #48057D primary color and red secondary color.


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

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

This text has shadow with #48057D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48057D on black background.


Color preview on white background

This text has color #48057D on white background.



Black color preview on #48057D background

This text has black color on #48057D background.


White color preview on #48057D background

This text has white color on #48057D background.