COLOR #521B2E

HEX: #521B2E
RGB: (82,27,46)

Color info

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

RGB color model

#521B2E color RGB value is (82,27,46).

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

RGB channels and saturation

R 82 of 255 = 32%
G 27 of 255 = 11%
B 46 of 255 = 18%

82
27
46

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

Portions of RGB colors in percentages

R + G + B =
82 + 27 + 46 = 155 (100%)
R 82 of 155 ~ 52.9%
G 27 of 155 ~ 17.42%
B 46 of 155 ~ 29.68%

%52.9
%17.42
%29.68

CMYK color model

#521B2E color CMYK value is (0,67,44,68).

  • cyan value is 0.00%
  • magenta value is 67.07%
  • yellow value is 43.90%
  • key color value is 67.84%
CMYK:
(0,67,44,68)
C0M67Y44K68 
(0%,67%,44%,68%)
(0.00/0.67/0.44/0.68)	

CMYK percentages

%0
%67.07
%43.9
%67.84

Codes

Color #521B2E in popluar color models

521B2E
RGB822746
HSL339°50.46%21.37%
HSB/HSV339°67.07%32.16%
CMYK0.00%67.07%43.90%
67.84%

Color #521B2E in popluar number systems.

HEX521B2E
Decimal822746
Binary101001011011101110
Octal1223356

Shades and tints

Shades of #521B2E

#521B2E
(82,27,46)
#4B192A
(75,25,42)
#441726
(68,23,38)
#3D1522
(61,21,34)
#36131E
(54,19,30)
#2F111A
(47,17,26)
#280F16
(40,15,22)
#210D12
(33,13,18)
#1A0B0E
(26,11,14)
#13090A
(19,9,10)
#0C0706
(12,7,6)
#000000
(0,0,0)

Tints of #521B2E

#521B2E
(82,27,46)
#612F41
(97,47,65)
#704354
(112,67,84)
#7F5767
(127,87,103)
#8E6B7A
(142,107,122)
#9D7F8D
(157,127,141)
#AC93A0
(172,147,160)
#BBA7B3
(187,167,179)
#CABBC6
(202,187,198)
#D9CFD9
(217,207,217)
#E8E3EC
(232,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #521B2E; }

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

This text font color is #521B2E.


Background Color

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

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

This div background color is #521B2E.


Border color

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

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

This div border color is #521B2E.


Opacity

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

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

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

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

This text has shadow with #521B2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521B2E on black background.


Color preview on white background

This text has color #521B2E on white background.



Black color preview on #521B2E background

This text has black color on #521B2E background.


White color preview on #521B2E background

This text has white color on #521B2E background.