COLOR #521F33

HEX: #521F33
RGB: (82,31,51)

Color info

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

RGB color model

#521F33 color RGB value is (82,31,51).

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

RGB channels and saturation

R 82 of 255 = 32%
G 31 of 255 = 12%
B 51 of 255 = 20%

82
31
51

R + G + B ~ 21%. #521F33 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 31 + 51 = 164 (100%)
R 82 of 164 ~ 50%
G 31 of 164 ~ 18.9%
B 51 of 164 ~ 31.1%

%50
%18.9
%31.1

CMYK color model

#521F33 color CMYK value is (0,62,38,68).

  • cyan value is 0.00%
  • magenta value is 62.20%
  • yellow value is 37.80%
  • key color value is 67.84%
CMYK:
(0,62,38,68)
C0M62Y38K68 
(0%,62%,38%,68%)
(0.00/0.62/0.38/0.68)	

CMYK percentages

%0
%62.2
%37.8
%67.84

Codes

Color #521F33 in popluar color models

521F33
RGB823151
HSL336°45.13%22.16%
HSB/HSV336°62.20%32.16%
CMYK0.00%62.20%37.80%
67.84%

Color #521F33 in popluar number systems.

HEX521F33
Decimal823151
Binary101001011111110011
Octal1223763

Shades and tints

Shades of #521F33

#521F33
(82,31,51)
#4B1D2F
(75,29,47)
#441B2B
(68,27,43)
#3D1927
(61,25,39)
#361723
(54,23,35)
#2F151F
(47,21,31)
#28131B
(40,19,27)
#211117
(33,17,23)
#1A0F13
(26,15,19)
#130D0F
(19,13,15)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #521F33

#521F33
(82,31,51)
#613345
(97,51,69)
#704757
(112,71,87)
#7F5B69
(127,91,105)
#8E6F7B
(142,111,123)
#9D838D
(157,131,141)
#AC979F
(172,151,159)
#BBABB1
(187,171,177)
#CABFC3
(202,191,195)
#D9D3D5
(217,211,213)
#E8E7E7
(232,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #521F33; }

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

This text font color is #521F33.


Background Color

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

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

This div background color is #521F33.


Border color

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

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

This div border color is #521F33.


Opacity

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

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

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

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

This text has shadow with #521F33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521F33 on black background.


Color preview on white background

This text has color #521F33 on white background.



Black color preview on #521F33 background

This text has black color on #521F33 background.


White color preview on #521F33 background

This text has white color on #521F33 background.