COLOR #53115D

HEX: #53115D
RGB: (83,17,93)

Color info

#53115D contains mainly red and blue colors. Web safe color of #53115D is #660066 (or #606).

RGB color model

#53115D color RGB value is (83,17,93).

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

RGB channels and saturation

R 83 of 255 = 33%
G 17 of 255 = 7%
B 93 of 255 = 36%

83
17
93

R + G + B ~ 25%. #53115D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 17 + 93 = 193 (100%)
R 83 of 193 ~ 43.01%
G 17 of 193 ~ 8.81%
B 93 of 193 ~ 48.19%

%43.01
%48.19

CMYK color model

#53115D color CMYK value is (11,82,0,64).

  • cyan value is 10.75%
  • magenta value is 81.72%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(11,82,0,64)
C11M82Y0K64 
(11%,82%,0%,64%)
(0.11/0.82/0.00/0.64)	

CMYK percentages

%10.75
%81.72
%0
%63.53

Codes

Color #53115D in popluar color models

53115D
RGB831793
HSL292°69.09%21.57%
HSB/HSV292°81.72%36.47%
CMYK10.75%81.72%0.00%
63.53%

Color #53115D in popluar number systems.

HEX53115D
Decimal831793
Binary1010011100011011101
Octal12321135

Shades and tints

Shades of #53115D

#53115D
(83,17,93)
#4C1055
(76,16,85)
#450F4D
(69,15,77)
#3E0E45
(62,14,69)
#370D3D
(55,13,61)
#300C35
(48,12,53)
#290B2D
(41,11,45)
#220A25
(34,10,37)
#1B091D
(27,9,29)
#140815
(20,8,21)
#0D070D
(13,7,13)
#000000
(0,0,0)

Tints of #53115D

#53115D
(83,17,93)
#62266B
(98,38,107)
#713B79
(113,59,121)
#805087
(128,80,135)
#8F6595
(143,101,149)
#9E7AA3
(158,122,163)
#AD8FB1
(173,143,177)
#BCA4BF
(188,164,191)
#CBB9CD
(203,185,205)
#DACEDB
(218,206,219)
#E9E3E9
(233,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53115D color. Also use rgb(83,17,93) instead hex code.

Text Font Color

.myTextColor { color: #53115D; }

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

This text font color is #53115D.


Background Color

.myBgColor { background-color: #53115D; }

<div style="background-color:#53115D">Inner text</div>

This div background color is #53115D.


Border color

.myBorderColor { border: 1px solid #53115D; }

<div style="border:3px solid #53115D">Div</div>

This div border color is #53115D.


Opacity

.myOpacity80 { color: #53115D; opacity: 0.8; }

<p style="color:#53115D;opacity:0.8;">80%</p>

Text with #53115D 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 #53115D;}

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

This text has shadow with #53115D color.

.textShadow {text-shadow: 3px 3px 1px #53115D, 3px 3px 1px red;}

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

This text has shadow with #53115D primary color and red secondary color.


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

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

This text has shadow with #53115D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53115D on black background.


Color preview on white background

This text has color #53115D on white background.



Black color preview on #53115D background

This text has black color on #53115D background.


White color preview on #53115D background

This text has white color on #53115D background.