COLOR #521C21

HEX: #521C21
RGB: (82,28,33)

Color info

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

RGB color model

#521C21 color RGB value is (82,28,33).

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

RGB channels and saturation

R 82 of 255 = 32%
G 28 of 255 = 11%
B 33 of 255 = 13%

82
28
33

R + G + B ~ 19%. #521C21 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 28 + 33 = 143 (100%)
R 82 of 143 ~ 57.34%
G 28 of 143 ~ 19.58%
B 33 of 143 ~ 23.08%

%57.34
%19.58
%23.08

CMYK color model

#521C21 color CMYK value is (0,66,60,68).

  • cyan value is 0.00%
  • magenta value is 65.85%
  • yellow value is 59.76%
  • key color value is 67.84%
CMYK:
(0,66,60,68)
C0M66Y60K68 
(0%,66%,60%,68%)
(0.00/0.66/0.60/0.68)	

CMYK percentages

%0
%65.85
%59.76
%67.84

Codes

Color #521C21 in popluar color models

521C21
RGB822833
HSL354°49.09%21.57%
HSB/HSV354°65.85%32.16%
CMYK0.00%65.85%59.76%
67.84%

Color #521C21 in popluar number systems.

HEX521C21
Decimal822833
Binary101001011100100001
Octal1223441

Shades and tints

Shades of #521C21

#521C21
(82,28,33)
#4B1A1E
(75,26,30)
#44181B
(68,24,27)
#3D1618
(61,22,24)
#361415
(54,20,21)
#2F1212
(47,18,18)
#28100F
(40,16,15)
#210E0C
(33,14,12)
#1A0C09
(26,12,9)
#130A06
(19,10,6)
#0C0803
(12,8,3)
#000000
(0,0,0)

Tints of #521C21

#521C21
(82,28,33)
#613035
(97,48,53)
#704449
(112,68,73)
#7F585D
(127,88,93)
#8E6C71
(142,108,113)
#9D8085
(157,128,133)
#AC9499
(172,148,153)
#BBA8AD
(187,168,173)
#CABCC1
(202,188,193)
#D9D0D5
(217,208,213)
#E8E4E9
(232,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #521C21; }

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

This text font color is #521C21.


Background Color

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

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

This div background color is #521C21.


Border color

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

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

This div border color is #521C21.


Opacity

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

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

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

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

This text has shadow with #521C21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521C21 on black background.


Color preview on white background

This text has color #521C21 on white background.



Black color preview on #521C21 background

This text has black color on #521C21 background.


White color preview on #521C21 background

This text has white color on #521C21 background.