COLOR #53047D

HEX: #53047D
RGB: (83,4,125)

Color info

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

RGB color model

#53047D color RGB value is (83,4,125).

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

RGB channels and saturation

R 83 of 255 = 33%
G 4 of 255 = 2%
B 125 of 255 = 49%

83
4
125

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

Portions of RGB colors in percentages

R + G + B =
83 + 4 + 125 = 212 (100%)
R 83 of 212 ~ 39.15%
G 4 of 212 ~ 1.89%
B 125 of 212 ~ 58.96%

%39.15
%58.96

CMYK color model

#53047D color CMYK value is (34,97,0,51).

  • cyan value is 33.60%
  • magenta value is 96.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(34,97,0,51)
C34M97Y0K51 
(34%,97%,0%,51%)
(0.34/0.97/0.00/0.51)	

CMYK percentages

%33.6
%96.8
%0
%50.98

Codes

Color #53047D in popluar color models

53047D
RGB834125
HSL279°93.80%25.29%
HSB/HSV279°96.80%49.02%
CMYK33.60%96.80%0.00%
50.98%

Color #53047D in popluar number systems.

HEX53047D
Decimal834125
Binary10100111001111101
Octal1234175

Shades and tints

Shades of #53047D

#53047D
(83,4,125)
#4C0472
(76,4,114)
#450467
(69,4,103)
#3E045C
(62,4,92)
#370451
(55,4,81)
#300446
(48,4,70)
#29043B
(41,4,59)
#220430
(34,4,48)
#1B0425
(27,4,37)
#14041A
(20,4,26)
#0D040F
(13,4,15)
#000000
(0,0,0)

Tints of #53047D

#53047D
(83,4,125)
#621A88
(98,26,136)
#713093
(113,48,147)
#80469E
(128,70,158)
#8F5CA9
(143,92,169)
#9E72B4
(158,114,180)
#AD88BF
(173,136,191)
#BC9ECA
(188,158,202)
#CBB4D5
(203,180,213)
#DACAE0
(218,202,224)
#E9E0EB
(233,224,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53047D; }

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

This text font color is #53047D.


Background Color

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

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

This div background color is #53047D.


Border color

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

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

This div border color is #53047D.


Opacity

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

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

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

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

This text has shadow with #53047D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53047D on black background.


Color preview on white background

This text has color #53047D on white background.



Black color preview on #53047D background

This text has black color on #53047D background.


White color preview on #53047D background

This text has white color on #53047D background.