COLOR #53014D

HEX: #53014D
RGB: (83,1,77)

Color info

#53014D contains mainly red and blue colors. Web safe color of #53014D is #660033 (or #603).

RGB color model

#53014D color RGB value is (83,1,77).

  • red value is 83;
  • green value is 1;
  • blue value is 77.
RGB:
(83,1,77)
(33%,0%,30%)

RGB channels and saturation

R 83 of 255 = 33%
G 1 of 255 = 0%
B 77 of 255 = 30%

83
1
77

R + G + B ~ 21%. #53014D is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 1 + 77 = 161 (100%)
R 83 of 161 ~ 51.55%
G 1 of 161 ~ 0.62%
B 77 of 161 ~ 47.83%

%51.55
%47.83

CMYK color model

#53014D color CMYK value is (0,99,7,67).

  • cyan value is 0.00%
  • magenta value is 98.80%
  • yellow value is 7.23%
  • key color value is 67.45%
CMYK:
(0,99,7,67)
C0M99Y7K67 
(0%,99%,7%,67%)
(0.00/0.99/0.07/0.67)	

CMYK percentages

%0
%98.8
%7.23
%67.45

Codes

Color #53014D in popluar color models

53014D
RGB83177
HSL304°97.62%16.47%
HSB/HSV304°98.80%32.55%
CMYK0.00%98.80%7.23%
67.45%

Color #53014D in popluar number systems.

HEX53014D
Decimal83177
Binary101001111001101
Octal1231115

Shades and tints

Shades of #53014D

#53014D
(83,1,77)
#4C0146
(76,1,70)
#45013F
(69,1,63)
#3E0138
(62,1,56)
#370131
(55,1,49)
#30012A
(48,1,42)
#290123
(41,1,35)
#22011C
(34,1,28)
#1B0115
(27,1,21)
#14010E
(20,1,14)
#0D0107
(13,1,7)
#000000
(0,0,0)

Tints of #53014D

#53014D
(83,1,77)
#62185D
(98,24,93)
#712F6D
(113,47,109)
#80467D
(128,70,125)
#8F5D8D
(143,93,141)
#9E749D
(158,116,157)
#AD8BAD
(173,139,173)
#BCA2BD
(188,162,189)
#CBB9CD
(203,185,205)
#DAD0DD
(218,208,221)
#E9E7ED
(233,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53014D color. Also use rgb(83,1,77) instead hex code.

Text Font Color

.myTextColor { color: #53014D; }

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

This text font color is #53014D.


Background Color

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

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

This div background color is #53014D.


Border color

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

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

This div border color is #53014D.


Opacity

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

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

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

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

This text has shadow with #53014D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53014D on black background.


Color preview on white background

This text has color #53014D on white background.



Black color preview on #53014D background

This text has black color on #53014D background.


White color preview on #53014D background

This text has white color on #53014D background.