COLOR #521F0E

HEX: #521F0E
RGB: (82,31,14)

Color info

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

RGB color model

#521F0E color RGB value is (82,31,14).

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

RGB channels and saturation

R 82 of 255 = 32%
G 31 of 255 = 12%
B 14 of 255 = 5%

82
31
14

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

Portions of RGB colors in percentages

R + G + B =
82 + 31 + 14 = 127 (100%)
R 82 of 127 ~ 64.57%
G 31 of 127 ~ 24.41%
B 14 of 127 ~ 11.02%

%64.57
%24.41
%11.02

CMYK color model

#521F0E color CMYK value is (0,62,83,68).

  • cyan value is 0.00%
  • magenta value is 62.20%
  • yellow value is 82.93%
  • key color value is 67.84%
CMYK:
(0,62,83,68)
C0M62Y83K68 
(0%,62%,83%,68%)
(0.00/0.62/0.83/0.68)	

CMYK percentages

%0
%62.2
%82.93
%67.84

Codes

Color #521F0E in popluar color models

521F0E
RGB823114
HSL15°70.83%18.82%
HSB/HSV15°82.93%32.16%
CMYK0.00%62.20%82.93%
67.84%

Color #521F0E in popluar number systems.

HEX521F0E
Decimal823114
Binary1010010111111110
Octal1223716

Shades and tints

Shades of #521F0E

#521F0E
(82,31,14)
#4B1D0D
(75,29,13)
#441B0C
(68,27,12)
#3D190B
(61,25,11)
#36170A
(54,23,10)
#2F1509
(47,21,9)
#281308
(40,19,8)
#211107
(33,17,7)
#1A0F06
(26,15,6)
#130D05
(19,13,5)
#0C0B04
(12,11,4)
#000000
(0,0,0)

Tints of #521F0E

#521F0E
(82,31,14)
#613323
(97,51,35)
#704738
(112,71,56)
#7F5B4D
(127,91,77)
#8E6F62
(142,111,98)
#9D8377
(157,131,119)
#AC978C
(172,151,140)
#BBABA1
(187,171,161)
#CABFB6
(202,191,182)
#D9D3CB
(217,211,203)
#E8E7E0
(232,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #521F0E; }

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

This text font color is #521F0E.


Background Color

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

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

This div background color is #521F0E.


Border color

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

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

This div border color is #521F0E.


Opacity

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

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

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

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

This text has shadow with #521F0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521F0E on black background.


Color preview on white background

This text has color #521F0E on white background.



Black color preview on #521F0E background

This text has black color on #521F0E background.


White color preview on #521F0E background

This text has white color on #521F0E background.