COLOR #53195B

HEX: #53195B
RGB: (83,25,91)

Color info

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

RGB color model

#53195B color RGB value is (83,25,91).

  • red value is 83;
  • green value is 25;
  • blue value is 91.
RGB:
(83,25,91)
(33%,10%,36%)

RGB channels and saturation

R 83 of 255 = 33%
G 25 of 255 = 10%
B 91 of 255 = 36%

83
25
91

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

Portions of RGB colors in percentages

R + G + B =
83 + 25 + 91 = 199 (100%)
R 83 of 199 ~ 41.71%
G 25 of 199 ~ 12.56%
B 91 of 199 ~ 45.73%

%41.71
%12.56
%45.73

CMYK color model

#53195B color CMYK value is (9,73,0,64).

  • cyan value is 8.79%
  • magenta value is 72.53%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(9,73,0,64)
C9M73Y0K64 
(9%,73%,0%,64%)
(0.09/0.73/0.00/0.64)	

CMYK percentages

%8.79
%72.53
%0
%64.31

Codes

Color #53195B in popluar color models

53195B
RGB832591
HSL293°56.90%22.75%
HSB/HSV293°72.53%35.69%
CMYK8.79%72.53%0.00%
64.31%

Color #53195B in popluar number systems.

HEX53195B
Decimal832591
Binary1010011110011011011
Octal12331133

Shades and tints

Shades of #53195B

#53195B
(83,25,91)
#4C1753
(76,23,83)
#45154B
(69,21,75)
#3E1343
(62,19,67)
#37113B
(55,17,59)
#300F33
(48,15,51)
#290D2B
(41,13,43)
#220B23
(34,11,35)
#1B091B
(27,9,27)
#140713
(20,7,19)
#0D050B
(13,5,11)
#000000
(0,0,0)

Tints of #53195B

#53195B
(83,25,91)
#622D69
(98,45,105)
#714177
(113,65,119)
#805585
(128,85,133)
#8F6993
(143,105,147)
#9E7DA1
(158,125,161)
#AD91AF
(173,145,175)
#BCA5BD
(188,165,189)
#CBB9CB
(203,185,203)
#DACDD9
(218,205,217)
#E9E1E7
(233,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53195B color. Also use rgb(83,25,91) instead hex code.

Text Font Color

.myTextColor { color: #53195B; }

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

This text font color is #53195B.


Background Color

.myBgColor { background-color: #53195B; }

<div style="background-color:#53195B">Inner text</div>

This div background color is #53195B.


Border color

.myBorderColor { border: 1px solid #53195B; }

<div style="border:3px solid #53195B">Div</div>

This div border color is #53195B.


Opacity

.myOpacity80 { color: #53195B; opacity: 0.8; }

<p style="color:#53195B;opacity:0.8;">80%</p>

Text with #53195B 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 #53195B;}

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

This text has shadow with #53195B color.

.textShadow {text-shadow: 3px 3px 1px #53195B, 3px 3px 1px red;}

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

This text has shadow with #53195B primary color and red secondary color.


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

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

This text has shadow with #53195B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53195B on black background.


Color preview on white background

This text has color #53195B on white background.



Black color preview on #53195B background

This text has black color on #53195B background.


White color preview on #53195B background

This text has white color on #53195B background.