COLOR #521A39

HEX: #521A39
RGB: (82,26,57)

Color info

#521A39 contains red, green and blue colors in about the same proportion. Web safe color of #521A39 is #660033 (or #603).

RGB color model

#521A39 color RGB value is (82,26,57).

  • red value is 82;
  • green value is 26;
  • blue value is 57.
RGB:
(82,26,57)
(32%,10%,22%)

RGB channels and saturation

R 82 of 255 = 32%
G 26 of 255 = 10%
B 57 of 255 = 22%

82
26
57

R + G + B ~ 21%. #521A39 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 26 + 57 = 165 (100%)
R 82 of 165 ~ 49.7%
G 26 of 165 ~ 15.76%
B 57 of 165 ~ 34.55%

%49.7
%15.76
%34.55

CMYK color model

#521A39 color CMYK value is (0,68,30,68).

  • cyan value is 0.00%
  • magenta value is 68.29%
  • yellow value is 30.49%
  • key color value is 67.84%
CMYK:
(0,68,30,68)
C0M68Y30K68 
(0%,68%,30%,68%)
(0.00/0.68/0.30/0.68)	

CMYK percentages

%0
%68.29
%30.49
%67.84

Codes

Color #521A39 in popluar color models

521A39
RGB822657
HSL327°51.85%21.18%
HSB/HSV327°68.29%32.16%
CMYK0.00%68.29%30.49%
67.84%

Color #521A39 in popluar number systems.

HEX521A39
Decimal822657
Binary101001011010111001
Octal1223271

Shades and tints

Shades of #521A39

#521A39
(82,26,57)
#4B1834
(75,24,52)
#44162F
(68,22,47)
#3D142A
(61,20,42)
#361225
(54,18,37)
#2F1020
(47,16,32)
#280E1B
(40,14,27)
#210C16
(33,12,22)
#1A0A11
(26,10,17)
#13080C
(19,8,12)
#0C0607
(12,6,7)
#000000
(0,0,0)

Tints of #521A39

#521A39
(82,26,57)
#612E4B
(97,46,75)
#70425D
(112,66,93)
#7F566F
(127,86,111)
#8E6A81
(142,106,129)
#9D7E93
(157,126,147)
#AC92A5
(172,146,165)
#BBA6B7
(187,166,183)
#CABAC9
(202,186,201)
#D9CEDB
(217,206,219)
#E8E2ED
(232,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #521A39 color. Also use rgb(82,26,57) instead hex code.

Text Font Color

.myTextColor { color: #521A39; }

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

This text font color is #521A39.


Background Color

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

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

This div background color is #521A39.


Border color

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

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

This div border color is #521A39.


Opacity

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

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

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

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

This text has shadow with #521A39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521A39 on black background.


Color preview on white background

This text has color #521A39 on white background.



Black color preview on #521A39 background

This text has black color on #521A39 background.


White color preview on #521A39 background

This text has white color on #521A39 background.