COLOR #52013E

HEX: #52013E
RGB: (82,1,62)

Color info

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

RGB color model

#52013E color RGB value is (82,1,62).

  • red value is 82;
  • green value is 1;
  • blue value is 62.
RGB:
(82,1,62)
(32%,0%,24%)

RGB channels and saturation

R 82 of 255 = 32%
G 1 of 255 = 0%
B 62 of 255 = 24%

82
1
62

R + G + B ~ 19%. #52013E is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 1 + 62 = 145 (100%)
R 82 of 145 ~ 56.55%
G 1 of 145 ~ 0.69%
B 62 of 145 ~ 42.76%

%56.55
%42.76

CMYK color model

#52013E color CMYK value is (0,99,24,68).

  • cyan value is 0.00%
  • magenta value is 98.78%
  • yellow value is 24.39%
  • key color value is 67.84%
CMYK:
(0,99,24,68)
C0M99Y24K68 
(0%,99%,24%,68%)
(0.00/0.99/0.24/0.68)	

CMYK percentages

%0
%98.78
%24.39
%67.84

Codes

Color #52013E in popluar color models

52013E
RGB82162
HSL315°97.59%16.27%
HSB/HSV315°98.78%32.16%
CMYK0.00%98.78%24.39%
67.84%

Color #52013E in popluar number systems.

HEX52013E
Decimal82162
Binary10100101111110
Octal122176

Shades and tints

Shades of #52013E

#52013E
(82,1,62)
#4B0139
(75,1,57)
#440134
(68,1,52)
#3D012F
(61,1,47)
#36012A
(54,1,42)
#2F0125
(47,1,37)
#280120
(40,1,32)
#21011B
(33,1,27)
#1A0116
(26,1,22)
#130111
(19,1,17)
#0C010C
(12,1,12)
#000000
(0,0,0)

Tints of #52013E

#52013E
(82,1,62)
#61184F
(97,24,79)
#702F60
(112,47,96)
#7F4671
(127,70,113)
#8E5D82
(142,93,130)
#9D7493
(157,116,147)
#AC8BA4
(172,139,164)
#BBA2B5
(187,162,181)
#CAB9C6
(202,185,198)
#D9D0D7
(217,208,215)
#E8E7E8
(232,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52013E color. Also use rgb(82,1,62) instead hex code.

Text Font Color

.myTextColor { color: #52013E; }

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

This text font color is #52013E.


Background Color

.myBgColor { background-color: #52013E; }

<div style="background-color:#52013E">Inner text</div>

This div background color is #52013E.


Border color

.myBorderColor { border: 1px solid #52013E; }

<div style="border:3px solid #52013E">Div</div>

This div border color is #52013E.


Opacity

.myOpacity80 { color: #52013E; opacity: 0.8; }

<p style="color:#52013E;opacity:0.8;">80%</p>

Text with #52013E 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 #52013E;}

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

This text has shadow with #52013E color.

.textShadow {text-shadow: 3px 3px 1px #52013E, 3px 3px 1px red;}

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

This text has shadow with #52013E primary color and red secondary color.


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

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

This text has shadow with #52013E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52013E on black background.


Color preview on white background

This text has color #52013E on white background.



Black color preview on #52013E background

This text has black color on #52013E background.


White color preview on #52013E background

This text has white color on #52013E background.