COLOR #521C46

HEX: #521C46
RGB: (82,28,70)

Color info

#521C46 contains red, green and blue colors in about the same proportion. Web safe color of #521C46 is #663333 (or #633).

RGB color model

#521C46 color RGB value is (82,28,70).

  • red value is 82;
  • green value is 28;
  • blue value is 70.
RGB:
(82,28,70)
(32%,11%,27%)

RGB channels and saturation

R 82 of 255 = 32%
G 28 of 255 = 11%
B 70 of 255 = 27%

82
28
70

R + G + B ~ 23%. #521C46 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 28 + 70 = 180 (100%)
R 82 of 180 ~ 45.56%
G 28 of 180 ~ 15.56%
B 70 of 180 ~ 38.89%

%45.56
%15.56
%38.89

CMYK color model

#521C46 color CMYK value is (0,66,15,68).

  • cyan value is 0.00%
  • magenta value is 65.85%
  • yellow value is 14.63%
  • key color value is 67.84%
CMYK:
(0,66,15,68)
C0M66Y15K68 
(0%,66%,15%,68%)
(0.00/0.66/0.15/0.68)	

CMYK percentages

%0
%65.85
%14.63
%67.84

Codes

Color #521C46 in popluar color models

521C46
RGB822870
HSL313°49.09%21.57%
HSB/HSV313°65.85%32.16%
CMYK0.00%65.85%14.63%
67.84%

Color #521C46 in popluar number systems.

HEX521C46
Decimal822870
Binary1010010111001000110
Octal12234106

Shades and tints

Shades of #521C46

#521C46
(82,28,70)
#4B1A40
(75,26,64)
#44183A
(68,24,58)
#3D1634
(61,22,52)
#36142E
(54,20,46)
#2F1228
(47,18,40)
#281022
(40,16,34)
#210E1C
(33,14,28)
#1A0C16
(26,12,22)
#130A10
(19,10,16)
#0C080A
(12,8,10)
#000000
(0,0,0)

Tints of #521C46

#521C46
(82,28,70)
#613056
(97,48,86)
#704466
(112,68,102)
#7F5876
(127,88,118)
#8E6C86
(142,108,134)
#9D8096
(157,128,150)
#AC94A6
(172,148,166)
#BBA8B6
(187,168,182)
#CABCC6
(202,188,198)
#D9D0D6
(217,208,214)
#E8E4E6
(232,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #521C46 color. Also use rgb(82,28,70) instead hex code.

Text Font Color

.myTextColor { color: #521C46; }

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

This text font color is #521C46.


Background Color

.myBgColor { background-color: #521C46; }

<div style="background-color:#521C46">Inner text</div>

This div background color is #521C46.


Border color

.myBorderColor { border: 1px solid #521C46; }

<div style="border:3px solid #521C46">Div</div>

This div border color is #521C46.


Opacity

.myOpacity80 { color: #521C46; opacity: 0.8; }

<p style="color:#521C46;opacity:0.8;">80%</p>

Text with #521C46 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 #521C46;}

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

This text has shadow with #521C46 color.

.textShadow {text-shadow: 3px 3px 1px #521C46, 3px 3px 1px red;}

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

This text has shadow with #521C46 primary color and red secondary color.


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

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

This text has shadow with #521C46 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521C46 on black background.


Color preview on white background

This text has color #521C46 on white background.



Black color preview on #521C46 background

This text has black color on #521C46 background.


White color preview on #521C46 background

This text has white color on #521C46 background.