COLOR #521720

HEX: #521720
RGB: (82,23,32)

Color info

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

RGB color model

#521720 color RGB value is (82,23,32).

  • red value is 82;
  • green value is 23;
  • blue value is 32.
RGB:
(82,23,32)
(32%,9%,13%)

RGB channels and saturation

R 82 of 255 = 32%
G 23 of 255 = 9%
B 32 of 255 = 13%

82
23
32

R + G + B ~ 18%. #521720 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 23 + 32 = 137 (100%)
R 82 of 137 ~ 59.85%
G 23 of 137 ~ 16.79%
B 32 of 137 ~ 23.36%

%59.85
%16.79
%23.36

CMYK color model

#521720 color CMYK value is (0,72,61,68).

  • cyan value is 0.00%
  • magenta value is 71.95%
  • yellow value is 60.98%
  • key color value is 67.84%
CMYK:
(0,72,61,68)
C0M72Y61K68 
(0%,72%,61%,68%)
(0.00/0.72/0.61/0.68)	

CMYK percentages

%0
%71.95
%60.98
%67.84

Codes

Color #521720 in popluar color models

521720
RGB822332
HSL351°56.19%20.59%
HSB/HSV351°71.95%32.16%
CMYK0.00%71.95%60.98%
67.84%

Color #521720 in popluar number systems.

HEX521720
Decimal822332
Binary101001010111100000
Octal1222740

Shades and tints

Shades of #521720

#521720
(82,23,32)
#4B151E
(75,21,30)
#44131C
(68,19,28)
#3D111A
(61,17,26)
#360F18
(54,15,24)
#2F0D16
(47,13,22)
#280B14
(40,11,20)
#210912
(33,9,18)
#1A0710
(26,7,16)
#13050E
(19,5,14)
#0C030C
(12,3,12)
#000000
(0,0,0)

Tints of #521720

#521720
(82,23,32)
#612C34
(97,44,52)
#704148
(112,65,72)
#7F565C
(127,86,92)
#8E6B70
(142,107,112)
#9D8084
(157,128,132)
#AC9598
(172,149,152)
#BBAAAC
(187,170,172)
#CABFC0
(202,191,192)
#D9D4D4
(217,212,212)
#E8E9E8
(232,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #521720 color. Also use rgb(82,23,32) instead hex code.

Text Font Color

.myTextColor { color: #521720; }

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

This text font color is #521720.


Background Color

.myBgColor { background-color: #521720; }

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

This div background color is #521720.


Border color

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

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

This div border color is #521720.


Opacity

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

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

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

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

This text has shadow with #521720 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521720 on black background.


Color preview on white background

This text has color #521720 on white background.



Black color preview on #521720 background

This text has black color on #521720 background.


White color preview on #521720 background

This text has white color on #521720 background.