COLOR #521533

HEX: #521533
RGB: (82,21,51)

Color info

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

RGB color model

#521533 color RGB value is (82,21,51).

  • red value is 82;
  • green value is 21;
  • blue value is 51.
RGB:
(82,21,51)
(32%,8%,20%)

RGB channels and saturation

R 82 of 255 = 32%
G 21 of 255 = 8%
B 51 of 255 = 20%

82
21
51

R + G + B ~ 20%. #521533 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 21 + 51 = 154 (100%)
R 82 of 154 ~ 53.25%
G 21 of 154 ~ 13.64%
B 51 of 154 ~ 33.12%

%53.25
%13.64
%33.12

CMYK color model

#521533 color CMYK value is (0,74,38,68).

  • cyan value is 0.00%
  • magenta value is 74.39%
  • yellow value is 37.80%
  • key color value is 67.84%
CMYK:
(0,74,38,68)
C0M74Y38K68 
(0%,74%,38%,68%)
(0.00/0.74/0.38/0.68)	

CMYK percentages

%0
%74.39
%37.8
%67.84

Codes

Color #521533 in popluar color models

521533
RGB822151
HSL330°59.22%20.20%
HSB/HSV330°74.39%32.16%
CMYK0.00%74.39%37.80%
67.84%

Color #521533 in popluar number systems.

HEX521533
Decimal822151
Binary101001010101110011
Octal1222563

Shades and tints

Shades of #521533

#521533
(82,21,51)
#4B142F
(75,20,47)
#44132B
(68,19,43)
#3D1227
(61,18,39)
#361123
(54,17,35)
#2F101F
(47,16,31)
#280F1B
(40,15,27)
#210E17
(33,14,23)
#1A0D13
(26,13,19)
#130C0F
(19,12,15)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #521533

#521533
(82,21,51)
#612A45
(97,42,69)
#703F57
(112,63,87)
#7F5469
(127,84,105)
#8E697B
(142,105,123)
#9D7E8D
(157,126,141)
#AC939F
(172,147,159)
#BBA8B1
(187,168,177)
#CABDC3
(202,189,195)
#D9D2D5
(217,210,213)
#E8E7E7
(232,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #521533; }

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

This text font color is #521533.


Background Color

.myBgColor { background-color: #521533; }

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

This div background color is #521533.


Border color

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

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

This div border color is #521533.


Opacity

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

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

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

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

This text has shadow with #521533 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521533 on black background.


Color preview on white background

This text has color #521533 on white background.



Black color preview on #521533 background

This text has black color on #521533 background.


White color preview on #521533 background

This text has white color on #521533 background.