COLOR #52063A

HEX: #52063A
RGB: (82,6,58)

Color info

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

RGB color model

#52063A color RGB value is (82,6,58).

  • red value is 82;
  • green value is 6;
  • blue value is 58.
RGB:
(82,6,58)
(32%,2%,23%)

RGB channels and saturation

R 82 of 255 = 32%
G 6 of 255 = 2%
B 58 of 255 = 23%

82
6
58

R + G + B ~ 19%. #52063A is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 6 + 58 = 146 (100%)
R 82 of 146 ~ 56.16%
G 6 of 146 ~ 4.11%
B 58 of 146 ~ 39.73%

%56.16
%39.73

CMYK color model

#52063A color CMYK value is (0,93,29,68).

  • cyan value is 0.00%
  • magenta value is 92.68%
  • yellow value is 29.27%
  • key color value is 67.84%
CMYK:
(0,93,29,68)
C0M93Y29K68 
(0%,93%,29%,68%)
(0.00/0.93/0.29/0.68)	

CMYK percentages

%0
%92.68
%29.27
%67.84

Codes

Color #52063A in popluar color models

52063A
RGB82658
HSL319°86.36%17.25%
HSB/HSV319°92.68%32.16%
CMYK0.00%92.68%29.27%
67.84%

Color #52063A in popluar number systems.

HEX52063A
Decimal82658
Binary1010010110111010
Octal122672

Shades and tints

Shades of #52063A

#52063A
(82,6,58)
#4B0635
(75,6,53)
#440630
(68,6,48)
#3D062B
(61,6,43)
#360626
(54,6,38)
#2F0621
(47,6,33)
#28061C
(40,6,28)
#210617
(33,6,23)
#1A0612
(26,6,18)
#13060D
(19,6,13)
#0C0608
(12,6,8)
#000000
(0,0,0)

Tints of #52063A

#52063A
(82,6,58)
#611C4B
(97,28,75)
#70325C
(112,50,92)
#7F486D
(127,72,109)
#8E5E7E
(142,94,126)
#9D748F
(157,116,143)
#AC8AA0
(172,138,160)
#BBA0B1
(187,160,177)
#CAB6C2
(202,182,194)
#D9CCD3
(217,204,211)
#E8E2E4
(232,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52063A color. Also use rgb(82,6,58) instead hex code.

Text Font Color

.myTextColor { color: #52063A; }

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

This text font color is #52063A.


Background Color

.myBgColor { background-color: #52063A; }

<div style="background-color:#52063A">Inner text</div>

This div background color is #52063A.


Border color

.myBorderColor { border: 1px solid #52063A; }

<div style="border:3px solid #52063A">Div</div>

This div border color is #52063A.


Opacity

.myOpacity80 { color: #52063A; opacity: 0.8; }

<p style="color:#52063A;opacity:0.8;">80%</p>

Text with #52063A 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 #52063A;}

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

This text has shadow with #52063A color.

.textShadow {text-shadow: 3px 3px 1px #52063A, 3px 3px 1px red;}

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

This text has shadow with #52063A primary color and red secondary color.


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

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

This text has shadow with #52063A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52063A on black background.


Color preview on white background

This text has color #52063A on white background.



Black color preview on #52063A background

This text has black color on #52063A background.


White color preview on #52063A background

This text has white color on #52063A background.