COLOR #53139F

HEX: #53139F
RGB: (83,19,159)

Color info

#53139F contains mainly blue color. Web safe color of #53139F is #660099 (or #609).

RGB color model

#53139F color RGB value is (83,19,159).

  • red value is 83;
  • green value is 19;
  • blue value is 159.
RGB:
(83,19,159)
(33%,7%,62%)

RGB channels and saturation

R 83 of 255 = 33%
G 19 of 255 = 7%
B 159 of 255 = 62%

83
19
159

R + G + B ~ 34%. #53139F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 19 + 159 = 261 (100%)
R 83 of 261 ~ 31.8%
G 19 of 261 ~ 7.28%
B 159 of 261 ~ 60.92%

%31.8
%60.92

CMYK color model

#53139F color CMYK value is (48,88,0,38).

  • cyan value is 47.80%
  • magenta value is 88.05%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(48,88,0,38)
C48M88Y0K38 
(48%,88%,0%,38%)
(0.48/0.88/0.00/0.38)	

CMYK percentages

%47.8
%88.05
%0
%37.65

Codes

Color #53139F in popluar color models

53139F
RGB8319159
HSL267°78.65%34.90%
HSB/HSV267°88.05%62.35%
CMYK47.80%88.05%0.00%
37.65%

Color #53139F in popluar number systems.

HEX53139F
Decimal8319159
Binary10100111001110011111
Octal12323237

Shades and tints

Shades of #53139F

#53139F
(83,19,159)
#4C1291
(76,18,145)
#451183
(69,17,131)
#3E1075
(62,16,117)
#370F67
(55,15,103)
#300E59
(48,14,89)
#290D4B
(41,13,75)
#220C3D
(34,12,61)
#1B0B2F
(27,11,47)
#140A21
(20,10,33)
#0D0913
(13,9,19)
#000000
(0,0,0)

Tints of #53139F

#53139F
(83,19,159)
#6228A7
(98,40,167)
#713DAF
(113,61,175)
#8052B7
(128,82,183)
#8F67BF
(143,103,191)
#9E7CC7
(158,124,199)
#AD91CF
(173,145,207)
#BCA6D7
(188,166,215)
#CBBBDF
(203,187,223)
#DAD0E7
(218,208,231)
#E9E5EF
(233,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53139F color. Also use rgb(83,19,159) instead hex code.

Text Font Color

.myTextColor { color: #53139F; }

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

This text font color is #53139F.


Background Color

.myBgColor { background-color: #53139F; }

<div style="background-color:#53139F">Inner text</div>

This div background color is #53139F.


Border color

.myBorderColor { border: 1px solid #53139F; }

<div style="border:3px solid #53139F">Div</div>

This div border color is #53139F.


Opacity

.myOpacity80 { color: #53139F; opacity: 0.8; }

<p style="color:#53139F;opacity:0.8;">80%</p>

Text with #53139F 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 #53139F;}

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

This text has shadow with #53139F color.

.textShadow {text-shadow: 3px 3px 1px #53139F, 3px 3px 1px red;}

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

This text has shadow with #53139F primary color and red secondary color.


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

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

This text has shadow with #53139F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53139F on black background.


Color preview on white background

This text has color #53139F on white background.



Black color preview on #53139F background

This text has black color on #53139F background.


White color preview on #53139F background

This text has white color on #53139F background.