COLOR #53318B

HEX: #53318B
RGB: (83,49,139)

Color info

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

RGB color model

#53318B color RGB value is (83,49,139).

  • red value is 83;
  • green value is 49;
  • blue value is 139.
RGB:
(83,49,139)
(33%,19%,55%)

RGB channels and saturation

R 83 of 255 = 33%
G 49 of 255 = 19%
B 139 of 255 = 55%

83
49
139

R + G + B ~ 36%. #53318B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 49 + 139 = 271 (100%)
R 83 of 271 ~ 30.63%
G 49 of 271 ~ 18.08%
B 139 of 271 ~ 51.29%

%30.63
%18.08
%51.29

CMYK color model

#53318B color CMYK value is (40,65,0,45).

  • cyan value is 40.29%
  • magenta value is 64.75%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(40,65,0,45)
C40M65Y0K45 
(40%,65%,0%,45%)
(0.40/0.65/0.00/0.45)	

CMYK percentages

%40.29
%64.75
%0
%45.49

Codes

Color #53318B in popluar color models

53318B
RGB8349139
HSL263°47.87%36.86%
HSB/HSV263°64.75%54.51%
CMYK40.29%64.75%0.00%
45.49%

Color #53318B in popluar number systems.

HEX53318B
Decimal8349139
Binary101001111000110001011
Octal12361213

Shades and tints

Shades of #53318B

#53318B
(83,49,139)
#4C2D7F
(76,45,127)
#452973
(69,41,115)
#3E2567
(62,37,103)
#37215B
(55,33,91)
#301D4F
(48,29,79)
#291943
(41,25,67)
#221537
(34,21,55)
#1B112B
(27,17,43)
#140D1F
(20,13,31)
#0D0913
(13,9,19)
#000000
(0,0,0)

Tints of #53318B

#53318B
(83,49,139)
#624395
(98,67,149)
#71559F
(113,85,159)
#8067A9
(128,103,169)
#8F79B3
(143,121,179)
#9E8BBD
(158,139,189)
#AD9DC7
(173,157,199)
#BCAFD1
(188,175,209)
#CBC1DB
(203,193,219)
#DAD3E5
(218,211,229)
#E9E5EF
(233,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53318B color. Also use rgb(83,49,139) instead hex code.

Text Font Color

.myTextColor { color: #53318B; }

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

This text font color is #53318B.


Background Color

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

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

This div background color is #53318B.


Border color

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

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

This div border color is #53318B.


Opacity

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

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

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

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

This text has shadow with #53318B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53318B on black background.


Color preview on white background

This text has color #53318B on white background.



Black color preview on #53318B background

This text has black color on #53318B background.


White color preview on #53318B background

This text has white color on #53318B background.