COLOR #53247D

HEX: #53247D
RGB: (83,36,125)

Color info

#53247D contains mainly red and blue colors. Web safe color of #53247D is #663366 (or #636).

RGB color model

#53247D color RGB value is (83,36,125).

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

RGB channels and saturation

R 83 of 255 = 33%
G 36 of 255 = 14%
B 125 of 255 = 49%

83
36
125

R + G + B ~ 32%. #53247D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 36 + 125 = 244 (100%)
R 83 of 244 ~ 34.02%
G 36 of 244 ~ 14.75%
B 125 of 244 ~ 51.23%

%34.02
%14.75
%51.23

CMYK color model

#53247D color CMYK value is (34,71,0,51).

  • cyan value is 33.60%
  • magenta value is 71.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(34,71,0,51)
C34M71Y0K51 
(34%,71%,0%,51%)
(0.34/0.71/0.00/0.51)	

CMYK percentages

%33.6
%71.2
%0
%50.98

Codes

Color #53247D in popluar color models

53247D
RGB8336125
HSL272°55.28%31.57%
HSB/HSV272°71.20%49.02%
CMYK33.60%71.20%0.00%
50.98%

Color #53247D in popluar number systems.

HEX53247D
Decimal8336125
Binary10100111001001111101
Octal12344175

Shades and tints

Shades of #53247D

#53247D
(83,36,125)
#4C2172
(76,33,114)
#451E67
(69,30,103)
#3E1B5C
(62,27,92)
#371851
(55,24,81)
#301546
(48,21,70)
#29123B
(41,18,59)
#220F30
(34,15,48)
#1B0C25
(27,12,37)
#14091A
(20,9,26)
#0D060F
(13,6,15)
#000000
(0,0,0)

Tints of #53247D

#53247D
(83,36,125)
#623788
(98,55,136)
#714A93
(113,74,147)
#805D9E
(128,93,158)
#8F70A9
(143,112,169)
#9E83B4
(158,131,180)
#AD96BF
(173,150,191)
#BCA9CA
(188,169,202)
#CBBCD5
(203,188,213)
#DACFE0
(218,207,224)
#E9E2EB
(233,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53247D color. Also use rgb(83,36,125) instead hex code.

Text Font Color

.myTextColor { color: #53247D; }

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

This text font color is #53247D.


Background Color

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

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

This div background color is #53247D.


Border color

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

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

This div border color is #53247D.


Opacity

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

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

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

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

This text has shadow with #53247D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53247D on black background.


Color preview on white background

This text has color #53247D on white background.



Black color preview on #53247D background

This text has black color on #53247D background.


White color preview on #53247D background

This text has white color on #53247D background.