COLOR #521541

HEX: #521541 RGB: (82,21,65)

Color info

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

RGB color model

#521541 color RGB value is (82,21,65).

RGB: (82,21,65) (32%, 8%, 25%)

RGB channels and saturation

R 82 of 255 = 32%
G 21 of 255 = 8%
B 65 of 255 = 25%

82
21
65

R + G + B ~ 22%. #521541 is dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 21 + 65 = 168 (100%)
R 82 of 168 ~ 48.81%
G 21 of 168 ~ 12.5%
B 65 of 168 ~ 38.69'%

%48.81
%12.5
%38.69

CMYK color model

#521541 color CMYK value is (0,74,21,68).

  • cyan value is 0.00%
  • magenta value is 74.39%
  • yellow value is 20.73%
  • key color value is 67.84%
CMYK: (0,74,21,68) C0M74Y21K68 (0%,74%,21%,68%) (0.00/0.74/0.21/0.68) 

CMYK percentages

%0
%74.39
%20.73
%67.84

Codes

Color #521541 in popluar color models

52 15 41
RGB 82 21 65
HSL 317° 59.22% 20.20%
HSB/HSV 317° 74.39% 32.16%
CMYK 0.00% 74.39% 20.73%
67.84%

Color #521541 in popluar number systems.

HEX 52 15 41
Decimal 82 21 65
Binary 1010010 10101 1000001
Octal 122 25 101

Shades and tints

Shades of #521541

#521541
(82,21,65)
#4B143C
(75,20,60)
#441337
(68,19,55)
#3D1232
(61,18,50)
#36112D
(54,17,45)
#2F1028
(47,16,40)
#280F23
(40,15,35)
#210E1E
(33,14,30)
#1A0D19
(26,13,25)
#130C14
(19,12,20)
#0C0B0F
(12,11,15)
#000000
(0,0,0)

Tints of #521541

#521541
(82,21,65)
#612A52
(97,42,82)
#703F63
(112,63,99)
#7F5474
(127,84,116)
#8E6985
(142,105,133)
#9D7E96
(157,126,150)
#AC93A7
(172,147,167)
#BBA8B8
(187,168,184)
#CABDC9
(202,189,201)
#D9D2DA
(217,210,218)
#E8E7EB
(232,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #521541; }

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

This text font color is #521541.

Background Color

.myBgColor { background-color: #521541; }

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

This div background color is #521541.

Border color

.myBorderColor { border: 1px solid #521541; }

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

This div border color is #521541.

Opacity

.myOpacity80 { color: #521541; opacity: 0.8; }

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

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

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

This text has shadow with #521541 color.


.textShadow {text-shadow: 3px 3px 1px #521541', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #521541; -webkit-box-shadow: 1px 1px 3px 2px #521541; box-shadow:1px 1px 3px 2px #521541;">
Div content here
</div>

This div box has shadow with color #521541.

Preview

Color preview on black background

This text has color #521541 on black background.


Color preview on white background

This text has color #521541 on white background.


Black color preview on #521541 background

This text has black color on #521541 background.


White color preview on #521541 background

This text has white color on #521541 background.


Related colors

Complementary color

Complementary color for #hex is #ADEABE.


I love getcolorcode.com

Triadic colors

1 #415215 and #154152 with #521541 are triadic colors.

2 #411552 and #155241 with #521541 are triadic colors.