COLOR #48285A

HEX: #48285A
RGB: (72,40,90)

Color info

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

RGB color model

#48285A color RGB value is (72,40,90).

  • red value is 72;
  • green value is 40;
  • blue value is 90.
RGB:
(72,40,90)
(28%,16%,35%)

RGB channels and saturation

R 72 of 255 = 28%
G 40 of 255 = 16%
B 90 of 255 = 35%

72
40
90

R + G + B ~ 26%. #48285A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 40 + 90 = 202 (100%)
R 72 of 202 ~ 35.64%
G 40 of 202 ~ 19.8%
B 90 of 202 ~ 44.55%

%35.64
%19.8
%44.55

CMYK color model

#48285A color CMYK value is (20,56,0,65).

  • cyan value is 20.00%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(20,56,0,65)
C20M56Y0K65 
(20%,56%,0%,65%)
(0.20/0.56/0.00/0.65)	

CMYK percentages

%20
%55.56
%0
%64.71

Codes

Color #48285A in popluar color models

48285A
RGB724090
HSL278°38.46%25.49%
HSB/HSV278°55.56%35.29%
CMYK20.00%55.56%0.00%
64.71%

Color #48285A in popluar number systems.

HEX48285A
Decimal724090
Binary10010001010001011010
Octal11050132

Shades and tints

Shades of #48285A

#48285A
(72,40,90)
#422552
(66,37,82)
#3C224A
(60,34,74)
#361F42
(54,31,66)
#301C3A
(48,28,58)
#2A1932
(42,25,50)
#24162A
(36,22,42)
#1E1322
(30,19,34)
#18101A
(24,16,26)
#120D12
(18,13,18)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #48285A

#48285A
(72,40,90)
#583B69
(88,59,105)
#684E78
(104,78,120)
#786187
(120,97,135)
#887496
(136,116,150)
#9887A5
(152,135,165)
#A89AB4
(168,154,180)
#B8ADC3
(184,173,195)
#C8C0D2
(200,192,210)
#D8D3E1
(216,211,225)
#E8E6F0
(232,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48285A color. Also use rgb(72,40,90) instead hex code.

Text Font Color

.myTextColor { color: #48285A; }

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

This text font color is #48285A.


Background Color

.myBgColor { background-color: #48285A; }

<div style="background-color:#48285A">Inner text</div>

This div background color is #48285A.


Border color

.myBorderColor { border: 1px solid #48285A; }

<div style="border:3px solid #48285A">Div</div>

This div border color is #48285A.


Opacity

.myOpacity80 { color: #48285A; opacity: 0.8; }

<p style="color:#48285A;opacity:0.8;">80%</p>

Text with #48285A 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 #48285A;}

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

This text has shadow with #48285A color.

.textShadow {text-shadow: 3px 3px 1px #48285A, 3px 3px 1px red;}

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

This text has shadow with #48285A primary color and red secondary color.


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

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

This text has shadow with #48285A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48285A on black background.


Color preview on white background

This text has color #48285A on white background.



Black color preview on #48285A background

This text has black color on #48285A background.


White color preview on #48285A background

This text has white color on #48285A background.