COLOR #521B1A

HEX: #521B1A
RGB: (82,27,26)

Color info

#521B1A contains red, green and blue colors in about the same proportion. Web safe color of #521B1A is #663300 (or #630).

RGB color model

#521B1A color RGB value is (82,27,26).

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

RGB channels and saturation

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

82
27
26

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

Portions of RGB colors in percentages

R + G + B =
82 + 27 + 26 = 135 (100%)
R 82 of 135 ~ 60.74%
G 27 of 135 ~ 20%
B 26 of 135 ~ 19.26%

%60.74
%20
%19.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 67.07%
  • yellow value is 68.29%
  • key color value is 67.84%
CMYK:
(0,67,68,68)
C0M67Y68K68 
(0%,67%,68%,68%)
(0.00/0.67/0.68/0.68)	

CMYK percentages

%0
%67.07
%68.29
%67.84

Codes

Color #521B1A in popluar color models

521B1A
RGB822726
HSL51.85%21.18%
HSB/HSV68.29%32.16%
CMYK0.00%67.07%68.29%
67.84%

Color #521B1A in popluar number systems.

HEX521B1A
Decimal822726
Binary10100101101111010
Octal1223332

Shades and tints

Shades of #521B1A

#521B1A
(82,27,26)
#4B1918
(75,25,24)
#441716
(68,23,22)
#3D1514
(61,21,20)
#361312
(54,19,18)
#2F1110
(47,17,16)
#280F0E
(40,15,14)
#210D0C
(33,13,12)
#1A0B0A
(26,11,10)
#130908
(19,9,8)
#0C0706
(12,7,6)
#000000
(0,0,0)

Tints of #521B1A

#521B1A
(82,27,26)
#612F2E
(97,47,46)
#704342
(112,67,66)
#7F5756
(127,87,86)
#8E6B6A
(142,107,106)
#9D7F7E
(157,127,126)
#AC9392
(172,147,146)
#BBA7A6
(187,167,166)
#CABBBA
(202,187,186)
#D9CFCE
(217,207,206)
#E8E3E2
(232,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #521B1A; }

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

This text font color is #521B1A.


Background Color

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

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

This div background color is #521B1A.


Border color

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

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

This div border color is #521B1A.


Opacity

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

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

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

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

This text has shadow with #521B1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521B1A on black background.


Color preview on white background

This text has color #521B1A on white background.



Black color preview on #521B1A background

This text has black color on #521B1A background.


White color preview on #521B1A background

This text has white color on #521B1A background.