COLOR #48084B

HEX: #48084B
RGB: (72,8,75)

Color info

#48084B contains mainly red and blue colors. Web safe color of #48084B is #330033 (or #303).

RGB color model

#48084B color RGB value is (72,8,75).

  • red value is 72;
  • green value is 8;
  • blue value is 75.
RGB:
(72,8,75)
(28%,3%,29%)

RGB channels and saturation

R 72 of 255 = 28%
G 8 of 255 = 3%
B 75 of 255 = 29%

72
8
75

R + G + B ~ 20%. #48084B is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 8 + 75 = 155 (100%)
R 72 of 155 ~ 46.45%
G 8 of 155 ~ 5.16%
B 75 of 155 ~ 48.39%

%46.45
%48.39

CMYK color model

#48084B color CMYK value is (4,89,0,71).

  • cyan value is 4.00%
  • magenta value is 89.33%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(4,89,0,71)
C4M89Y0K71 
(4%,89%,0%,71%)
(0.04/0.89/0.00/0.71)	

CMYK percentages

%4
%89.33
%0
%70.59

Codes

Color #48084B in popluar color models

48084B
RGB72875
HSL297°80.72%16.27%
HSB/HSV297°89.33%29.41%
CMYK4.00%89.33%0.00%
70.59%

Color #48084B in popluar number systems.

HEX48084B
Decimal72875
Binary100100010001001011
Octal11010113

Shades and tints

Shades of #48084B

#48084B
(72,8,75)
#420845
(66,8,69)
#3C083F
(60,8,63)
#360839
(54,8,57)
#300833
(48,8,51)
#2A082D
(42,8,45)
#240827
(36,8,39)
#1E0821
(30,8,33)
#18081B
(24,8,27)
#120815
(18,8,21)
#0C080F
(12,8,15)
#000000
(0,0,0)

Tints of #48084B

#48084B
(72,8,75)
#581E5B
(88,30,91)
#68346B
(104,52,107)
#784A7B
(120,74,123)
#88608B
(136,96,139)
#98769B
(152,118,155)
#A88CAB
(168,140,171)
#B8A2BB
(184,162,187)
#C8B8CB
(200,184,203)
#D8CEDB
(216,206,219)
#E8E4EB
(232,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48084B color. Also use rgb(72,8,75) instead hex code.

Text Font Color

.myTextColor { color: #48084B; }

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

This text font color is #48084B.


Background Color

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

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

This div background color is #48084B.


Border color

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

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

This div border color is #48084B.


Opacity

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

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

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

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

This text has shadow with #48084B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48084B on black background.


Color preview on white background

This text has color #48084B on white background.



Black color preview on #48084B background

This text has black color on #48084B background.


White color preview on #48084B background

This text has white color on #48084B background.