COLOR #521C0E

HEX: #521C0E
RGB: (82,28,14)

Color info

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

RGB color model

#521C0E color RGB value is (82,28,14).

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

RGB channels and saturation

R 82 of 255 = 32%
G 28 of 255 = 11%
B 14 of 255 = 5%

82
28
14

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

Portions of RGB colors in percentages

R + G + B =
82 + 28 + 14 = 124 (100%)
R 82 of 124 ~ 66.13%
G 28 of 124 ~ 22.58%
B 14 of 124 ~ 11.29%

%66.13
%22.58
%11.29

CMYK color model

#521C0E color CMYK value is (0,66,83,68).

  • cyan value is 0.00%
  • magenta value is 65.85%
  • yellow value is 82.93%
  • key color value is 67.84%
CMYK:
(0,66,83,68)
C0M66Y83K68 
(0%,66%,83%,68%)
(0.00/0.66/0.83/0.68)	

CMYK percentages

%0
%65.85
%82.93
%67.84

Codes

Color #521C0E in popluar color models

521C0E
RGB822814
HSL12°70.83%18.82%
HSB/HSV12°82.93%32.16%
CMYK0.00%65.85%82.93%
67.84%

Color #521C0E in popluar number systems.

HEX521C0E
Decimal822814
Binary1010010111001110
Octal1223416

Shades and tints

Shades of #521C0E

#521C0E
(82,28,14)
#4B1A0D
(75,26,13)
#44180C
(68,24,12)
#3D160B
(61,22,11)
#36140A
(54,20,10)
#2F1209
(47,18,9)
#281008
(40,16,8)
#210E07
(33,14,7)
#1A0C06
(26,12,6)
#130A05
(19,10,5)
#0C0804
(12,8,4)
#000000
(0,0,0)

Tints of #521C0E

#521C0E
(82,28,14)
#613023
(97,48,35)
#704438
(112,68,56)
#7F584D
(127,88,77)
#8E6C62
(142,108,98)
#9D8077
(157,128,119)
#AC948C
(172,148,140)
#BBA8A1
(187,168,161)
#CABCB6
(202,188,182)
#D9D0CB
(217,208,203)
#E8E4E0
(232,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #521C0E; }

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

This text font color is #521C0E.


Background Color

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

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

This div background color is #521C0E.


Border color

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

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

This div border color is #521C0E.


Opacity

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

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

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

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

This text has shadow with #521C0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521C0E on black background.


Color preview on white background

This text has color #521C0E on white background.



Black color preview on #521C0E background

This text has black color on #521C0E background.


White color preview on #521C0E background

This text has white color on #521C0E background.