COLOR #521C2F

HEX: #521C2F
RGB: (82,28,47)

Color info

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

RGB color model

#521C2F color RGB value is (82,28,47).

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

RGB channels and saturation

R 82 of 255 = 32%
G 28 of 255 = 11%
B 47 of 255 = 18%

82
28
47

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

Portions of RGB colors in percentages

R + G + B =
82 + 28 + 47 = 157 (100%)
R 82 of 157 ~ 52.23%
G 28 of 157 ~ 17.83%
B 47 of 157 ~ 29.94%

%52.23
%17.83
%29.94

CMYK color model

#521C2F color CMYK value is (0,66,43,68).

  • cyan value is 0.00%
  • magenta value is 65.85%
  • yellow value is 42.68%
  • key color value is 67.84%
CMYK:
(0,66,43,68)
C0M66Y43K68 
(0%,66%,43%,68%)
(0.00/0.66/0.43/0.68)	

CMYK percentages

%0
%65.85
%42.68
%67.84

Codes

Color #521C2F in popluar color models

521C2F
RGB822847
HSL339°49.09%21.57%
HSB/HSV339°65.85%32.16%
CMYK0.00%65.85%42.68%
67.84%

Color #521C2F in popluar number systems.

HEX521C2F
Decimal822847
Binary101001011100101111
Octal1223457

Shades and tints

Shades of #521C2F

#521C2F
(82,28,47)
#4B1A2B
(75,26,43)
#441827
(68,24,39)
#3D1623
(61,22,35)
#36141F
(54,20,31)
#2F121B
(47,18,27)
#281017
(40,16,23)
#210E13
(33,14,19)
#1A0C0F
(26,12,15)
#130A0B
(19,10,11)
#0C0807
(12,8,7)
#000000
(0,0,0)

Tints of #521C2F

#521C2F
(82,28,47)
#613041
(97,48,65)
#704453
(112,68,83)
#7F5865
(127,88,101)
#8E6C77
(142,108,119)
#9D8089
(157,128,137)
#AC949B
(172,148,155)
#BBA8AD
(187,168,173)
#CABCBF
(202,188,191)
#D9D0D1
(217,208,209)
#E8E4E3
(232,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #521C2F; }

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

This text font color is #521C2F.


Background Color

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

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

This div background color is #521C2F.


Border color

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

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

This div border color is #521C2F.


Opacity

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

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

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

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

This text has shadow with #521C2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521C2F on black background.


Color preview on white background

This text has color #521C2F on white background.



Black color preview on #521C2F background

This text has black color on #521C2F background.


White color preview on #521C2F background

This text has white color on #521C2F background.