COLOR #48245C

HEX: #48245C
RGB: (72,36,92)

Color info

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

RGB color model

#48245C color RGB value is (72,36,92).

  • red value is 72;
  • green value is 36;
  • blue value is 92.
RGB:
(72,36,92)
(28%,14%,36%)

RGB channels and saturation

R 72 of 255 = 28%
G 36 of 255 = 14%
B 92 of 255 = 36%

72
36
92

R + G + B ~ 26%. #48245C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 36 + 92 = 200 (100%)
R 72 of 200 ~ 36%
G 36 of 200 ~ 18%
B 92 of 200 ~ 46%

%36
%18
%46

CMYK color model

#48245C color CMYK value is (22,61,0,64).

  • cyan value is 21.74%
  • magenta value is 60.87%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(22,61,0,64)
C22M61Y0K64 
(22%,61%,0%,64%)
(0.22/0.61/0.00/0.64)	

CMYK percentages

%21.74
%60.87
%0
%63.92

Codes

Color #48245C in popluar color models

48245C
RGB723692
HSL279°43.75%25.10%
HSB/HSV279°60.87%36.08%
CMYK21.74%60.87%0.00%
63.92%

Color #48245C in popluar number systems.

HEX48245C
Decimal723692
Binary10010001001001011100
Octal11044134

Shades and tints

Shades of #48245C

#48245C
(72,36,92)
#422154
(66,33,84)
#3C1E4C
(60,30,76)
#361B44
(54,27,68)
#30183C
(48,24,60)
#2A1534
(42,21,52)
#24122C
(36,18,44)
#1E0F24
(30,15,36)
#180C1C
(24,12,28)
#120914
(18,9,20)
#0C060C
(12,6,12)
#000000
(0,0,0)

Tints of #48245C

#48245C
(72,36,92)
#58376A
(88,55,106)
#684A78
(104,74,120)
#785D86
(120,93,134)
#887094
(136,112,148)
#9883A2
(152,131,162)
#A896B0
(168,150,176)
#B8A9BE
(184,169,190)
#C8BCCC
(200,188,204)
#D8CFDA
(216,207,218)
#E8E2E8
(232,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48245C color. Also use rgb(72,36,92) instead hex code.

Text Font Color

.myTextColor { color: #48245C; }

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

This text font color is #48245C.


Background Color

.myBgColor { background-color: #48245C; }

<div style="background-color:#48245C">Inner text</div>

This div background color is #48245C.


Border color

.myBorderColor { border: 1px solid #48245C; }

<div style="border:3px solid #48245C">Div</div>

This div border color is #48245C.


Opacity

.myOpacity80 { color: #48245C; opacity: 0.8; }

<p style="color:#48245C;opacity:0.8;">80%</p>

Text with #48245C 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 #48245C;}

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

This text has shadow with #48245C color.

.textShadow {text-shadow: 3px 3px 1px #48245C, 3px 3px 1px red;}

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

This text has shadow with #48245C primary color and red secondary color.


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

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

This text has shadow with #48245C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48245C on black background.


Color preview on white background

This text has color #48245C on white background.



Black color preview on #48245C background

This text has black color on #48245C background.


White color preview on #48245C background

This text has white color on #48245C background.