COLOR #53118C

HEX: #53118C
RGB: (83,17,140)

Color info

#53118C contains mainly red and blue colors. Web safe color of #53118C is #660099 (or #609).

RGB color model

#53118C color RGB value is (83,17,140).

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

RGB channels and saturation

R 83 of 255 = 33%
G 17 of 255 = 7%
B 140 of 255 = 55%

83
17
140

R + G + B ~ 32%. #53118C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 17 + 140 = 240 (100%)
R 83 of 240 ~ 34.58%
G 17 of 240 ~ 7.08%
B 140 of 240 ~ 58.33%

%34.58
%58.33

CMYK color model

#53118C color CMYK value is (41,88,0,45).

  • cyan value is 40.71%
  • magenta value is 87.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(41,88,0,45)
C41M88Y0K45 
(41%,88%,0%,45%)
(0.41/0.88/0.00/0.45)	

CMYK percentages

%40.71
%87.86
%0
%45.1

Codes

Color #53118C in popluar color models

53118C
RGB8317140
HSL272°78.34%30.78%
HSB/HSV272°87.86%54.90%
CMYK40.71%87.86%0.00%
45.10%

Color #53118C in popluar number systems.

HEX53118C
Decimal8317140
Binary10100111000110001100
Octal12321214

Shades and tints

Shades of #53118C

#53118C
(83,17,140)
#4C1080
(76,16,128)
#450F74
(69,15,116)
#3E0E68
(62,14,104)
#370D5C
(55,13,92)
#300C50
(48,12,80)
#290B44
(41,11,68)
#220A38
(34,10,56)
#1B092C
(27,9,44)
#140820
(20,8,32)
#0D0714
(13,7,20)
#000000
(0,0,0)

Tints of #53118C

#53118C
(83,17,140)
#622696
(98,38,150)
#713BA0
(113,59,160)
#8050AA
(128,80,170)
#8F65B4
(143,101,180)
#9E7ABE
(158,122,190)
#AD8FC8
(173,143,200)
#BCA4D2
(188,164,210)
#CBB9DC
(203,185,220)
#DACEE6
(218,206,230)
#E9E3F0
(233,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53118C; }

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

This text font color is #53118C.


Background Color

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

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

This div background color is #53118C.


Border color

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

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

This div border color is #53118C.


Opacity

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

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

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

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

This text has shadow with #53118C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53118C on black background.


Color preview on white background

This text has color #53118C on white background.



Black color preview on #53118C background

This text has black color on #53118C background.


White color preview on #53118C background

This text has white color on #53118C background.