COLOR #52003C

HEX: #52003C
RGB: (82,0,60)

Color info

#52003C contains only red and blue colors. Web safe color of #52003C is #660033 (or #603).

RGB color model

#52003C color RGB value is (82,0,60).

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

RGB channels and saturation

R 82 of 255 = 32%
G 0 of 255 = 0%
B 60 of 255 = 24%

82
0
60

R + G + B ~ 19%. #52003C is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 0 + 60 = 142 (100%)
R 82 of 142 ~ 57.75%
G 0 of 142 ~ 0%
B 60 of 142 ~ 42.25%

%57.75
%42.25

CMYK color model

#52003C color CMYK value is (0,100,27,68).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 26.83%
  • key color value is 67.84%
CMYK:
(0,100,27,68)
C0M100Y27K68 
(0%,100%,27%,68%)
(0.00/1.00/0.27/0.68)	

CMYK percentages

%0
%100
%26.83
%67.84

Codes

Color #52003C in popluar color models

52003C
RGB82060
HSL316°100.00%16.08%
HSB/HSV316°100.00%32.16%
CMYK0.00%100.00%26.83%
67.84%

Color #52003C in popluar number systems.

HEX52003C
Decimal82060
Binary10100100111100
Octal122074

Shades and tints

Shades of #52003C

#52003C
(82,0,60)
#4B0037
(75,0,55)
#440032
(68,0,50)
#3D002D
(61,0,45)
#360028
(54,0,40)
#2F0023
(47,0,35)
#28001E
(40,0,30)
#210019
(33,0,25)
#1A0014
(26,0,20)
#13000F
(19,0,15)
#0C000A
(12,0,10)
#000000
(0,0,0)

Tints of #52003C

#52003C
(82,0,60)
#61174D
(97,23,77)
#702E5E
(112,46,94)
#7F456F
(127,69,111)
#8E5C80
(142,92,128)
#9D7391
(157,115,145)
#AC8AA2
(172,138,162)
#BBA1B3
(187,161,179)
#CAB8C4
(202,184,196)
#D9CFD5
(217,207,213)
#E8E6E6
(232,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52003C color. Also use rgb(82,0,60) instead hex code.

Text Font Color

.myTextColor { color: #52003C; }

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

This text font color is #52003C.


Background Color

.myBgColor { background-color: #52003C; }

<div style="background-color:#52003C">Inner text</div>

This div background color is #52003C.


Border color

.myBorderColor { border: 1px solid #52003C; }

<div style="border:3px solid #52003C">Div</div>

This div border color is #52003C.


Opacity

.myOpacity80 { color: #52003C; opacity: 0.8; }

<p style="color:#52003C;opacity:0.8;">80%</p>

Text with #52003C 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 #52003C;}

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

This text has shadow with #52003C color.

.textShadow {text-shadow: 3px 3px 1px #52003C, 3px 3px 1px red;}

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

This text has shadow with #52003C primary color and red secondary color.


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

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

This text has shadow with #52003C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52003C on black background.


Color preview on white background

This text has color #52003C on white background.



Black color preview on #52003C background

This text has black color on #52003C background.


White color preview on #52003C background

This text has white color on #52003C background.