COLOR #521B33

HEX: #521B33
RGB: (82,27,51)

Color info

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

RGB color model

#521B33 color RGB value is (82,27,51).

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

RGB channels and saturation

R 82 of 255 = 32%
G 27 of 255 = 11%
B 51 of 255 = 20%

82
27
51

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

Portions of RGB colors in percentages

R + G + B =
82 + 27 + 51 = 160 (100%)
R 82 of 160 ~ 51.25%
G 27 of 160 ~ 16.88%
B 51 of 160 ~ 31.88%

%51.25
%16.88
%31.88

CMYK color model

#521B33 color CMYK value is (0,67,38,68).

  • cyan value is 0.00%
  • magenta value is 67.07%
  • yellow value is 37.80%
  • key color value is 67.84%
CMYK:
(0,67,38,68)
C0M67Y38K68 
(0%,67%,38%,68%)
(0.00/0.67/0.38/0.68)	

CMYK percentages

%0
%67.07
%37.8
%67.84

Codes

Color #521B33 in popluar color models

521B33
RGB822751
HSL334°50.46%21.37%
HSB/HSV334°67.07%32.16%
CMYK0.00%67.07%37.80%
67.84%

Color #521B33 in popluar number systems.

HEX521B33
Decimal822751
Binary101001011011110011
Octal1223363

Shades and tints

Shades of #521B33

#521B33
(82,27,51)
#4B192F
(75,25,47)
#44172B
(68,23,43)
#3D1527
(61,21,39)
#361323
(54,19,35)
#2F111F
(47,17,31)
#280F1B
(40,15,27)
#210D17
(33,13,23)
#1A0B13
(26,11,19)
#13090F
(19,9,15)
#0C070B
(12,7,11)
#000000
(0,0,0)

Tints of #521B33

#521B33
(82,27,51)
#612F45
(97,47,69)
#704357
(112,67,87)
#7F5769
(127,87,105)
#8E6B7B
(142,107,123)
#9D7F8D
(157,127,141)
#AC939F
(172,147,159)
#BBA7B1
(187,167,177)
#CABBC3
(202,187,195)
#D9CFD5
(217,207,213)
#E8E3E7
(232,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #521B33; }

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

This text font color is #521B33.


Background Color

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

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

This div background color is #521B33.


Border color

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

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

This div border color is #521B33.


Opacity

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

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

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

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

This text has shadow with #521B33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521B33 on black background.


Color preview on white background

This text has color #521B33 on white background.



Black color preview on #521B33 background

This text has black color on #521B33 background.


White color preview on #521B33 background

This text has white color on #521B33 background.