COLOR #521A1D

HEX: #521A1D
RGB: (82,26,29)

Color info

#521A1D contains red, green and blue colors in about the same proportion. Web safe color of #521A1D is #660033 (or #603).

RGB color model

#521A1D color RGB value is (82,26,29).

  • red value is 82;
  • green value is 26;
  • blue value is 29.
RGB:
(82,26,29)
(32%,10%,11%)

RGB channels and saturation

R 82 of 255 = 32%
G 26 of 255 = 10%
B 29 of 255 = 11%

82
26
29

R + G + B ~ 18%. #521A1D is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 26 + 29 = 137 (100%)
R 82 of 137 ~ 59.85%
G 26 of 137 ~ 18.98%
B 29 of 137 ~ 21.17%

%59.85
%18.98
%21.17

CMYK color model

#521A1D color CMYK value is (0,68,65,68).

  • cyan value is 0.00%
  • magenta value is 68.29%
  • yellow value is 64.63%
  • key color value is 67.84%
CMYK:
(0,68,65,68)
C0M68Y65K68 
(0%,68%,65%,68%)
(0.00/0.68/0.65/0.68)	

CMYK percentages

%0
%68.29
%64.63
%67.84

Codes

Color #521A1D in popluar color models

521A1D
RGB822629
HSL357°51.85%21.18%
HSB/HSV357°68.29%32.16%
CMYK0.00%68.29%64.63%
67.84%

Color #521A1D in popluar number systems.

HEX521A1D
Decimal822629
Binary10100101101011101
Octal1223235

Shades and tints

Shades of #521A1D

#521A1D
(82,26,29)
#4B181B
(75,24,27)
#441619
(68,22,25)
#3D1417
(61,20,23)
#361215
(54,18,21)
#2F1013
(47,16,19)
#280E11
(40,14,17)
#210C0F
(33,12,15)
#1A0A0D
(26,10,13)
#13080B
(19,8,11)
#0C0609
(12,6,9)
#000000
(0,0,0)

Tints of #521A1D

#521A1D
(82,26,29)
#612E31
(97,46,49)
#704245
(112,66,69)
#7F5659
(127,86,89)
#8E6A6D
(142,106,109)
#9D7E81
(157,126,129)
#AC9295
(172,146,149)
#BBA6A9
(187,166,169)
#CABABD
(202,186,189)
#D9CED1
(217,206,209)
#E8E2E5
(232,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #521A1D color. Also use rgb(82,26,29) instead hex code.

Text Font Color

.myTextColor { color: #521A1D; }

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

This text font color is #521A1D.


Background Color

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

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

This div background color is #521A1D.


Border color

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

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

This div border color is #521A1D.


Opacity

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

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

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

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

This text has shadow with #521A1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521A1D on black background.


Color preview on white background

This text has color #521A1D on white background.



Black color preview on #521A1D background

This text has black color on #521A1D background.


White color preview on #521A1D background

This text has white color on #521A1D background.