COLOR #53315D

HEX: #53315D
RGB: (83,49,93)

Color info

#53315D contains red, green and blue colors in about the same proportion. Web safe color of #53315D is #663366 (or #636).

RGB color model

#53315D color RGB value is (83,49,93).

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

RGB channels and saturation

R 83 of 255 = 33%
G 49 of 255 = 19%
B 93 of 255 = 36%

83
49
93

R + G + B ~ 29%. #53315D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 49 + 93 = 225 (100%)
R 83 of 225 ~ 36.89%
G 49 of 225 ~ 21.78%
B 93 of 225 ~ 41.33%

%36.89
%21.78
%41.33

CMYK color model

#53315D color CMYK value is (11,47,0,64).

  • cyan value is 10.75%
  • magenta value is 47.31%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(11,47,0,64)
C11M47Y0K64 
(11%,47%,0%,64%)
(0.11/0.47/0.00/0.64)	

CMYK percentages

%10.75
%47.31
%0
%63.53

Codes

Color #53315D in popluar color models

53315D
RGB834993
HSL286°30.99%27.84%
HSB/HSV286°47.31%36.47%
CMYK10.75%47.31%0.00%
63.53%

Color #53315D in popluar number systems.

HEX53315D
Decimal834993
Binary10100111100011011101
Octal12361135

Shades and tints

Shades of #53315D

#53315D
(83,49,93)
#4C2D55
(76,45,85)
#45294D
(69,41,77)
#3E2545
(62,37,69)
#37213D
(55,33,61)
#301D35
(48,29,53)
#29192D
(41,25,45)
#221525
(34,21,37)
#1B111D
(27,17,29)
#140D15
(20,13,21)
#0D090D
(13,9,13)
#000000
(0,0,0)

Tints of #53315D

#53315D
(83,49,93)
#62436B
(98,67,107)
#715579
(113,85,121)
#806787
(128,103,135)
#8F7995
(143,121,149)
#9E8BA3
(158,139,163)
#AD9DB1
(173,157,177)
#BCAFBF
(188,175,191)
#CBC1CD
(203,193,205)
#DAD3DB
(218,211,219)
#E9E5E9
(233,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53315D; }

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

This text font color is #53315D.


Background Color

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

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

This div background color is #53315D.


Border color

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

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

This div border color is #53315D.


Opacity

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

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

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

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

This text has shadow with #53315D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53315D on black background.


Color preview on white background

This text has color #53315D on white background.



Black color preview on #53315D background

This text has black color on #53315D background.


White color preview on #53315D background

This text has white color on #53315D background.