COLOR #53176D

HEX: #53176D
RGB: (83,23,109)

Color info

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

RGB color model

#53176D color RGB value is (83,23,109).

  • red value is 83;
  • green value is 23;
  • blue value is 109.
RGB:
(83,23,109)
(33%,9%,43%)

RGB channels and saturation

R 83 of 255 = 33%
G 23 of 255 = 9%
B 109 of 255 = 43%

83
23
109

R + G + B ~ 28%. #53176D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 23 + 109 = 215 (100%)
R 83 of 215 ~ 38.6%
G 23 of 215 ~ 10.7%
B 109 of 215 ~ 50.7%

%38.6
%10.7
%50.7

CMYK color model

#53176D color CMYK value is (24,79,0,57).

  • cyan value is 23.85%
  • magenta value is 78.90%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(24,79,0,57)
C24M79Y0K57 
(24%,79%,0%,57%)
(0.24/0.79/0.00/0.57)	

CMYK percentages

%23.85
%78.9
%0
%57.25

Codes

Color #53176D in popluar color models

53176D
RGB8323109
HSL282°65.15%25.88%
HSB/HSV282°78.90%42.75%
CMYK23.85%78.90%0.00%
57.25%

Color #53176D in popluar number systems.

HEX53176D
Decimal8323109
Binary1010011101111101101
Octal12327155

Shades and tints

Shades of #53176D

#53176D
(83,23,109)
#4C1564
(76,21,100)
#45135B
(69,19,91)
#3E1152
(62,17,82)
#370F49
(55,15,73)
#300D40
(48,13,64)
#290B37
(41,11,55)
#22092E
(34,9,46)
#1B0725
(27,7,37)
#14051C
(20,5,28)
#0D0313
(13,3,19)
#000000
(0,0,0)

Tints of #53176D

#53176D
(83,23,109)
#622C7A
(98,44,122)
#714187
(113,65,135)
#805694
(128,86,148)
#8F6BA1
(143,107,161)
#9E80AE
(158,128,174)
#AD95BB
(173,149,187)
#BCAAC8
(188,170,200)
#CBBFD5
(203,191,213)
#DAD4E2
(218,212,226)
#E9E9EF
(233,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53176D color. Also use rgb(83,23,109) instead hex code.

Text Font Color

.myTextColor { color: #53176D; }

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

This text font color is #53176D.


Background Color

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

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

This div background color is #53176D.


Border color

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

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

This div border color is #53176D.


Opacity

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

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

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

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

This text has shadow with #53176D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53176D on black background.


Color preview on white background

This text has color #53176D on white background.



Black color preview on #53176D background

This text has black color on #53176D background.


White color preview on #53176D background

This text has white color on #53176D background.