COLOR #53013D

HEX: #53013D
RGB: (83,1,61)

Color info

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

RGB color model

#53013D color RGB value is (83,1,61).

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

RGB channels and saturation

R 83 of 255 = 33%
G 1 of 255 = 0%
B 61 of 255 = 24%

83
1
61

R + G + B ~ 19%. #53013D is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 1 + 61 = 145 (100%)
R 83 of 145 ~ 57.24%
G 1 of 145 ~ 0.69%
B 61 of 145 ~ 42.07%

%57.24
%42.07

CMYK color model

#53013D color CMYK value is (0,99,27,67).

  • cyan value is 0.00%
  • magenta value is 98.80%
  • yellow value is 26.51%
  • key color value is 67.45%
CMYK:
(0,99,27,67)
C0M99Y27K67 
(0%,99%,27%,67%)
(0.00/0.99/0.27/0.67)	

CMYK percentages

%0
%98.8
%26.51
%67.45

Codes

Color #53013D in popluar color models

53013D
RGB83161
HSL316°97.62%16.47%
HSB/HSV316°98.80%32.55%
CMYK0.00%98.80%26.51%
67.45%

Color #53013D in popluar number systems.

HEX53013D
Decimal83161
Binary10100111111101
Octal123175

Shades and tints

Shades of #53013D

#53013D
(83,1,61)
#4C0138
(76,1,56)
#450133
(69,1,51)
#3E012E
(62,1,46)
#370129
(55,1,41)
#300124
(48,1,36)
#29011F
(41,1,31)
#22011A
(34,1,26)
#1B0115
(27,1,21)
#140110
(20,1,16)
#0D010B
(13,1,11)
#000000
(0,0,0)

Tints of #53013D

#53013D
(83,1,61)
#62184E
(98,24,78)
#712F5F
(113,47,95)
#804670
(128,70,112)
#8F5D81
(143,93,129)
#9E7492
(158,116,146)
#AD8BA3
(173,139,163)
#BCA2B4
(188,162,180)
#CBB9C5
(203,185,197)
#DAD0D6
(218,208,214)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53013D; }

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

This text font color is #53013D.


Background Color

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

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

This div background color is #53013D.


Border color

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

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

This div border color is #53013D.


Opacity

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

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

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

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

This text has shadow with #53013D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53013D on black background.


Color preview on white background

This text has color #53013D on white background.



Black color preview on #53013D background

This text has black color on #53013D background.


White color preview on #53013D background

This text has white color on #53013D background.