COLOR #521E10

HEX: #521E10
RGB: (82,30,16)

Color info

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

RGB color model

#521E10 color RGB value is (82,30,16).

  • red value is 82;
  • green value is 30;
  • blue value is 16.
RGB:
(82,30,16)
(32%,12%,6%)

RGB channels and saturation

R 82 of 255 = 32%
G 30 of 255 = 12%
B 16 of 255 = 6%

82
30
16

R + G + B ~ 17%. #521E10 is dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 30 + 16 = 128 (100%)
R 82 of 128 ~ 64.06%
G 30 of 128 ~ 23.44%
B 16 of 128 ~ 12.5%

%64.06
%23.44
%12.5

CMYK color model

#521E10 color CMYK value is (0,63,80,68).

  • cyan value is 0.00%
  • magenta value is 63.41%
  • yellow value is 80.49%
  • key color value is 67.84%
CMYK:
(0,63,80,68)
C0M63Y80K68 
(0%,63%,80%,68%)
(0.00/0.63/0.80/0.68)	

CMYK percentages

%0
%63.41
%80.49
%67.84

Codes

Color #521E10 in popluar color models

521E10
RGB823016
HSL13°67.35%19.22%
HSB/HSV13°80.49%32.16%
CMYK0.00%63.41%80.49%
67.84%

Color #521E10 in popluar number systems.

HEX521E10
Decimal823016
Binary10100101111010000
Octal1223620

Shades and tints

Shades of #521E10

#521E10
(82,30,16)
#4B1C0F
(75,28,15)
#441A0E
(68,26,14)
#3D180D
(61,24,13)
#36160C
(54,22,12)
#2F140B
(47,20,11)
#28120A
(40,18,10)
#211009
(33,16,9)
#1A0E08
(26,14,8)
#130C07
(19,12,7)
#0C0A06
(12,10,6)
#000000
(0,0,0)

Tints of #521E10

#521E10
(82,30,16)
#613225
(97,50,37)
#70463A
(112,70,58)
#7F5A4F
(127,90,79)
#8E6E64
(142,110,100)
#9D8279
(157,130,121)
#AC968E
(172,150,142)
#BBAAA3
(187,170,163)
#CABEB8
(202,190,184)
#D9D2CD
(217,210,205)
#E8E6E2
(232,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #521E10 color. Also use rgb(82,30,16) instead hex code.

Text Font Color

.myTextColor { color: #521E10; }

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

This text font color is #521E10.


Background Color

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

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

This div background color is #521E10.


Border color

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

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

This div border color is #521E10.


Opacity

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

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

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

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

This text has shadow with #521E10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521E10 on black background.


Color preview on white background

This text has color #521E10 on white background.



Black color preview on #521E10 background

This text has black color on #521E10 background.


White color preview on #521E10 background

This text has white color on #521E10 background.