COLOR #52012E

HEX: #52012E
RGB: (82,1,46)

Color info

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

RGB color model

#52012E color RGB value is (82,1,46).

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

RGB channels and saturation

R 82 of 255 = 32%
G 1 of 255 = 0%
B 46 of 255 = 18%

82
1
46

R + G + B ~ 17%. #52012E is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 1 + 46 = 129 (100%)
R 82 of 129 ~ 63.57%
G 1 of 129 ~ 0.78%
B 46 of 129 ~ 35.66%

%63.57
%35.66

CMYK color model

#52012E color CMYK value is (0,99,44,68).

  • cyan value is 0.00%
  • magenta value is 98.78%
  • yellow value is 43.90%
  • key color value is 67.84%
CMYK:
(0,99,44,68)
C0M99Y44K68 
(0%,99%,44%,68%)
(0.00/0.99/0.44/0.68)	

CMYK percentages

%0
%98.78
%43.9
%67.84

Codes

Color #52012E in popluar color models

52012E
RGB82146
HSL327°97.59%16.27%
HSB/HSV327°98.78%32.16%
CMYK0.00%98.78%43.90%
67.84%

Color #52012E in popluar number systems.

HEX52012E
Decimal82146
Binary10100101101110
Octal122156

Shades and tints

Shades of #52012E

#52012E
(82,1,46)
#4B012A
(75,1,42)
#440126
(68,1,38)
#3D0122
(61,1,34)
#36011E
(54,1,30)
#2F011A
(47,1,26)
#280116
(40,1,22)
#210112
(33,1,18)
#1A010E
(26,1,14)
#13010A
(19,1,10)
#0C0106
(12,1,6)
#000000
(0,0,0)

Tints of #52012E

#52012E
(82,1,46)
#611841
(97,24,65)
#702F54
(112,47,84)
#7F4667
(127,70,103)
#8E5D7A
(142,93,122)
#9D748D
(157,116,141)
#AC8BA0
(172,139,160)
#BBA2B3
(187,162,179)
#CAB9C6
(202,185,198)
#D9D0D9
(217,208,217)
#E8E7EC
(232,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52012E; }

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

This text font color is #52012E.


Background Color

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

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

This div background color is #52012E.


Border color

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

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

This div border color is #52012E.


Opacity

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

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

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

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

This text has shadow with #52012E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52012E on black background.


Color preview on white background

This text has color #52012E on white background.



Black color preview on #52012E background

This text has black color on #52012E background.


White color preview on #52012E background

This text has white color on #52012E background.