COLOR #521C0A

HEX: #521C0A
RGB: (82,28,10)

Color info

#521C0A contains mainly red and green colors. Web safe color of #521C0A is #663300 (or #630).

RGB color model

#521C0A color RGB value is (82,28,10).

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

RGB channels and saturation

R 82 of 255 = 32%
G 28 of 255 = 11%
B 10 of 255 = 4%

82
28
10

R + G + B ~ 16%. #521C0A is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 28 + 10 = 120 (100%)
R 82 of 120 ~ 68.33%
G 28 of 120 ~ 23.33%
B 10 of 120 ~ 8.33%

%68.33
%23.33

CMYK color model

#521C0A color CMYK value is (0,66,88,68).

  • cyan value is 0.00%
  • magenta value is 65.85%
  • yellow value is 87.80%
  • key color value is 67.84%
CMYK:
(0,66,88,68)
C0M66Y88K68 
(0%,66%,88%,68%)
(0.00/0.66/0.88/0.68)	

CMYK percentages

%0
%65.85
%87.8
%67.84

Codes

Color #521C0A in popluar color models

521C0A
RGB822810
HSL15°78.26%18.04%
HSB/HSV15°87.80%32.16%
CMYK0.00%65.85%87.80%
67.84%

Color #521C0A in popluar number systems.

HEX521C0A
Decimal822810
Binary1010010111001010
Octal1223412

Shades and tints

Shades of #521C0A

#521C0A
(82,28,10)
#4B1A0A
(75,26,10)
#44180A
(68,24,10)
#3D160A
(61,22,10)
#36140A
(54,20,10)
#2F120A
(47,18,10)
#28100A
(40,16,10)
#210E0A
(33,14,10)
#1A0C0A
(26,12,10)
#130A0A
(19,10,10)
#0C080A
(12,8,10)
#000000
(0,0,0)

Tints of #521C0A

#521C0A
(82,28,10)
#613020
(97,48,32)
#704436
(112,68,54)
#7F584C
(127,88,76)
#8E6C62
(142,108,98)
#9D8078
(157,128,120)
#AC948E
(172,148,142)
#BBA8A4
(187,168,164)
#CABCBA
(202,188,186)
#D9D0D0
(217,208,208)
#E8E4E6
(232,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #521C0A color. Also use rgb(82,28,10) instead hex code.

Text Font Color

.myTextColor { color: #521C0A; }

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

This text font color is #521C0A.


Background Color

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

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

This div background color is #521C0A.


Border color

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

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

This div border color is #521C0A.


Opacity

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

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

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

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

This text has shadow with #521C0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521C0A on black background.


Color preview on white background

This text has color #521C0A on white background.



Black color preview on #521C0A background

This text has black color on #521C0A background.


White color preview on #521C0A background

This text has white color on #521C0A background.