COLOR #521C41

HEX: #521C41
RGB: (82,28,65)

Color info

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

RGB color model

#521C41 color RGB value is (82,28,65).

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

RGB channels and saturation

R 82 of 255 = 32%
G 28 of 255 = 11%
B 65 of 255 = 25%

82
28
65

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

Portions of RGB colors in percentages

R + G + B =
82 + 28 + 65 = 175 (100%)
R 82 of 175 ~ 46.86%
G 28 of 175 ~ 16%
B 65 of 175 ~ 37.14%

%46.86
%16
%37.14

CMYK color model

#521C41 color CMYK value is (0,66,21,68).

  • cyan value is 0.00%
  • magenta value is 65.85%
  • yellow value is 20.73%
  • key color value is 67.84%
CMYK:
(0,66,21,68)
C0M66Y21K68 
(0%,66%,21%,68%)
(0.00/0.66/0.21/0.68)	

CMYK percentages

%0
%65.85
%20.73
%67.84

Codes

Color #521C41 in popluar color models

521C41
RGB822865
HSL319°49.09%21.57%
HSB/HSV319°65.85%32.16%
CMYK0.00%65.85%20.73%
67.84%

Color #521C41 in popluar number systems.

HEX521C41
Decimal822865
Binary1010010111001000001
Octal12234101

Shades and tints

Shades of #521C41

#521C41
(82,28,65)
#4B1A3C
(75,26,60)
#441837
(68,24,55)
#3D1632
(61,22,50)
#36142D
(54,20,45)
#2F1228
(47,18,40)
#281023
(40,16,35)
#210E1E
(33,14,30)
#1A0C19
(26,12,25)
#130A14
(19,10,20)
#0C080F
(12,8,15)
#000000
(0,0,0)

Tints of #521C41

#521C41
(82,28,65)
#613052
(97,48,82)
#704463
(112,68,99)
#7F5874
(127,88,116)
#8E6C85
(142,108,133)
#9D8096
(157,128,150)
#AC94A7
(172,148,167)
#BBA8B8
(187,168,184)
#CABCC9
(202,188,201)
#D9D0DA
(217,208,218)
#E8E4EB
(232,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #521C41; }

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

This text font color is #521C41.


Background Color

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

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

This div background color is #521C41.


Border color

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

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

This div border color is #521C41.


Opacity

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

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

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

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

This text has shadow with #521C41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521C41 on black background.


Color preview on white background

This text has color #521C41 on white background.



Black color preview on #521C41 background

This text has black color on #521C41 background.


White color preview on #521C41 background

This text has white color on #521C41 background.