COLOR #53248C

HEX: #53248C
RGB: (83,36,140)

Color info

#53248C contains mainly red and blue colors. Web safe color of #53248C is #663399 (or #639).

RGB color model

#53248C color RGB value is (83,36,140).

  • red value is 83;
  • green value is 36;
  • blue value is 140.
RGB:
(83,36,140)
(33%,14%,55%)

RGB channels and saturation

R 83 of 255 = 33%
G 36 of 255 = 14%
B 140 of 255 = 55%

83
36
140

R + G + B ~ 34%. #53248C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 36 + 140 = 259 (100%)
R 83 of 259 ~ 32.05%
G 36 of 259 ~ 13.9%
B 140 of 259 ~ 54.05%

%32.05
%13.9
%54.05

CMYK color model

#53248C color CMYK value is (41,74,0,45).

  • cyan value is 40.71%
  • magenta value is 74.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(41,74,0,45)
C41M74Y0K45 
(41%,74%,0%,45%)
(0.41/0.74/0.00/0.45)	

CMYK percentages

%40.71
%74.29
%0
%45.1

Codes

Color #53248C in popluar color models

53248C
RGB8336140
HSL267°59.09%34.51%
HSB/HSV267°74.29%54.90%
CMYK40.71%74.29%0.00%
45.10%

Color #53248C in popluar number systems.

HEX53248C
Decimal8336140
Binary101001110010010001100
Octal12344214

Shades and tints

Shades of #53248C

#53248C
(83,36,140)
#4C2180
(76,33,128)
#451E74
(69,30,116)
#3E1B68
(62,27,104)
#37185C
(55,24,92)
#301550
(48,21,80)
#291244
(41,18,68)
#220F38
(34,15,56)
#1B0C2C
(27,12,44)
#140920
(20,9,32)
#0D0614
(13,6,20)
#000000
(0,0,0)

Tints of #53248C

#53248C
(83,36,140)
#623796
(98,55,150)
#714AA0
(113,74,160)
#805DAA
(128,93,170)
#8F70B4
(143,112,180)
#9E83BE
(158,131,190)
#AD96C8
(173,150,200)
#BCA9D2
(188,169,210)
#CBBCDC
(203,188,220)
#DACFE6
(218,207,230)
#E9E2F0
(233,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53248C color. Also use rgb(83,36,140) instead hex code.

Text Font Color

.myTextColor { color: #53248C; }

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

This text font color is #53248C.


Background Color

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

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

This div background color is #53248C.


Border color

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

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

This div border color is #53248C.


Opacity

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

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

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

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

This text has shadow with #53248C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53248C on black background.


Color preview on white background

This text has color #53248C on white background.



Black color preview on #53248C background

This text has black color on #53248C background.


White color preview on #53248C background

This text has white color on #53248C background.