COLOR #53187C

HEX: #53187C
RGB: (83,24,124)

Color info

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

RGB color model

#53187C color RGB value is (83,24,124).

  • red value is 83;
  • green value is 24;
  • blue value is 124.
RGB:
(83,24,124)
(33%,9%,49%)

RGB channels and saturation

R 83 of 255 = 33%
G 24 of 255 = 9%
B 124 of 255 = 49%

83
24
124

R + G + B ~ 30%. #53187C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 24 + 124 = 231 (100%)
R 83 of 231 ~ 35.93%
G 24 of 231 ~ 10.39%
B 124 of 231 ~ 53.68%

%35.93
%10.39
%53.68

CMYK color model

#53187C color CMYK value is (33,81,0,51).

  • cyan value is 33.06%
  • magenta value is 80.65%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(33,81,0,51)
C33M81Y0K51 
(33%,81%,0%,51%)
(0.33/0.81/0.00/0.51)	

CMYK percentages

%33.06
%80.65
%0
%51.37

Codes

Color #53187C in popluar color models

53187C
RGB8324124
HSL275°67.57%29.02%
HSB/HSV275°80.65%48.63%
CMYK33.06%80.65%0.00%
51.37%

Color #53187C in popluar number systems.

HEX53187C
Decimal8324124
Binary1010011110001111100
Octal12330174

Shades and tints

Shades of #53187C

#53187C
(83,24,124)
#4C1671
(76,22,113)
#451466
(69,20,102)
#3E125B
(62,18,91)
#371050
(55,16,80)
#300E45
(48,14,69)
#290C3A
(41,12,58)
#220A2F
(34,10,47)
#1B0824
(27,8,36)
#140619
(20,6,25)
#0D040E
(13,4,14)
#000000
(0,0,0)

Tints of #53187C

#53187C
(83,24,124)
#622D87
(98,45,135)
#714292
(113,66,146)
#80579D
(128,87,157)
#8F6CA8
(143,108,168)
#9E81B3
(158,129,179)
#AD96BE
(173,150,190)
#BCABC9
(188,171,201)
#CBC0D4
(203,192,212)
#DAD5DF
(218,213,223)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53187C color. Also use rgb(83,24,124) instead hex code.

Text Font Color

.myTextColor { color: #53187C; }

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

This text font color is #53187C.


Background Color

.myBgColor { background-color: #53187C; }

<div style="background-color:#53187C">Inner text</div>

This div background color is #53187C.


Border color

.myBorderColor { border: 1px solid #53187C; }

<div style="border:3px solid #53187C">Div</div>

This div border color is #53187C.


Opacity

.myOpacity80 { color: #53187C; opacity: 0.8; }

<p style="color:#53187C;opacity:0.8;">80%</p>

Text with #53187C 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 #53187C;}

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

This text has shadow with #53187C color.

.textShadow {text-shadow: 3px 3px 1px #53187C, 3px 3px 1px red;}

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

This text has shadow with #53187C primary color and red secondary color.


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

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

This text has shadow with #53187C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53187C on black background.


Color preview on white background

This text has color #53187C on white background.



Black color preview on #53187C background

This text has black color on #53187C background.


White color preview on #53187C background

This text has white color on #53187C background.