COLOR #521C24

HEX: #521C24
RGB: (82,28,36)

Color info

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

RGB color model

#521C24 color RGB value is (82,28,36).

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

RGB channels and saturation

R 82 of 255 = 32%
G 28 of 255 = 11%
B 36 of 255 = 14%

82
28
36

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

Portions of RGB colors in percentages

R + G + B =
82 + 28 + 36 = 146 (100%)
R 82 of 146 ~ 56.16%
G 28 of 146 ~ 19.18%
B 36 of 146 ~ 24.66%

%56.16
%19.18
%24.66

CMYK color model

#521C24 color CMYK value is (0,66,56,68).

  • cyan value is 0.00%
  • magenta value is 65.85%
  • yellow value is 56.10%
  • key color value is 67.84%
CMYK:
(0,66,56,68)
C0M66Y56K68 
(0%,66%,56%,68%)
(0.00/0.66/0.56/0.68)	

CMYK percentages

%0
%65.85
%56.1
%67.84

Codes

Color #521C24 in popluar color models

521C24
RGB822836
HSL351°49.09%21.57%
HSB/HSV351°65.85%32.16%
CMYK0.00%65.85%56.10%
67.84%

Color #521C24 in popluar number systems.

HEX521C24
Decimal822836
Binary101001011100100100
Octal1223444

Shades and tints

Shades of #521C24

#521C24
(82,28,36)
#4B1A21
(75,26,33)
#44181E
(68,24,30)
#3D161B
(61,22,27)
#361418
(54,20,24)
#2F1215
(47,18,21)
#281012
(40,16,18)
#210E0F
(33,14,15)
#1A0C0C
(26,12,12)
#130A09
(19,10,9)
#0C0806
(12,8,6)
#000000
(0,0,0)

Tints of #521C24

#521C24
(82,28,36)
#613037
(97,48,55)
#70444A
(112,68,74)
#7F585D
(127,88,93)
#8E6C70
(142,108,112)
#9D8083
(157,128,131)
#AC9496
(172,148,150)
#BBA8A9
(187,168,169)
#CABCBC
(202,188,188)
#D9D0CF
(217,208,207)
#E8E4E2
(232,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #521C24; }

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

This text font color is #521C24.


Background Color

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

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

This div background color is #521C24.


Border color

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

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

This div border color is #521C24.


Opacity

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

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

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

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

This text has shadow with #521C24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521C24 on black background.


Color preview on white background

This text has color #521C24 on white background.



Black color preview on #521C24 background

This text has black color on #521C24 background.


White color preview on #521C24 background

This text has white color on #521C24 background.