COLOR #521B36

HEX: #521B36
RGB: (82,27,54)

Color info

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

RGB color model

#521B36 color RGB value is (82,27,54).

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

RGB channels and saturation

R 82 of 255 = 32%
G 27 of 255 = 11%
B 54 of 255 = 21%

82
27
54

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

Portions of RGB colors in percentages

R + G + B =
82 + 27 + 54 = 163 (100%)
R 82 of 163 ~ 50.31%
G 27 of 163 ~ 16.56%
B 54 of 163 ~ 33.13%

%50.31
%16.56
%33.13

CMYK color model

#521B36 color CMYK value is (0,67,34,68).

  • cyan value is 0.00%
  • magenta value is 67.07%
  • yellow value is 34.15%
  • key color value is 67.84%
CMYK:
(0,67,34,68)
C0M67Y34K68 
(0%,67%,34%,68%)
(0.00/0.67/0.34/0.68)	

CMYK percentages

%0
%67.07
%34.15
%67.84

Codes

Color #521B36 in popluar color models

521B36
RGB822754
HSL331°50.46%21.37%
HSB/HSV331°67.07%32.16%
CMYK0.00%67.07%34.15%
67.84%

Color #521B36 in popluar number systems.

HEX521B36
Decimal822754
Binary101001011011110110
Octal1223366

Shades and tints

Shades of #521B36

#521B36
(82,27,54)
#4B1932
(75,25,50)
#44172E
(68,23,46)
#3D152A
(61,21,42)
#361326
(54,19,38)
#2F1122
(47,17,34)
#280F1E
(40,15,30)
#210D1A
(33,13,26)
#1A0B16
(26,11,22)
#130912
(19,9,18)
#0C070E
(12,7,14)
#000000
(0,0,0)

Tints of #521B36

#521B36
(82,27,54)
#612F48
(97,47,72)
#70435A
(112,67,90)
#7F576C
(127,87,108)
#8E6B7E
(142,107,126)
#9D7F90
(157,127,144)
#AC93A2
(172,147,162)
#BBA7B4
(187,167,180)
#CABBC6
(202,187,198)
#D9CFD8
(217,207,216)
#E8E3EA
(232,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #521B36; }

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

This text font color is #521B36.


Background Color

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

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

This div background color is #521B36.


Border color

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

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

This div border color is #521B36.


Opacity

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

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

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

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

This text has shadow with #521B36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521B36 on black background.


Color preview on white background

This text has color #521B36 on white background.



Black color preview on #521B36 background

This text has black color on #521B36 background.


White color preview on #521B36 background

This text has white color on #521B36 background.