COLOR #8E521F

HEX: #8E521F
RGB: (142,82,31)

Color info

#8E521F contains mainly red color. Web safe color of #8E521F is #996633 (or #963).

RGB color model

#8E521F color RGB value is (142,82,31).

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

RGB channels and saturation

R 142 of 255 = 56%
G 82 of 255 = 32%
B 31 of 255 = 12%

142
82
31

R + G + B ~ 33%. #8E521F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 82 + 31 = 255 (100%)
R 142 of 255 ~ 55.69%
G 82 of 255 ~ 32.16%
B 31 of 255 ~ 12.16%

%55.69
%32.16
%12.16

CMYK color model

#8E521F color CMYK value is (0,42,78,44).

  • cyan value is 0.00%
  • magenta value is 42.25%
  • yellow value is 78.17%
  • key color value is 44.31%
CMYK:
(0,42,78,44)
C0M42Y78K44 
(0%,42%,78%,44%)
(0.00/0.42/0.78/0.44)	

CMYK percentages

%0
%42.25
%78.17
%44.31

Codes

Color #8E521F in popluar color models

8E521F
RGB1428231
HSL28°64.16%33.92%
HSB/HSV28°78.17%55.69%
CMYK0.00%42.25%78.17%
44.31%

Color #8E521F in popluar number systems.

HEX8E521F
Decimal1428231
Binary10001110101001011111
Octal21612237

Shades and tints

Shades of #8E521F

#8E521F
(142,82,31)
#824B1D
(130,75,29)
#76441B
(118,68,27)
#6A3D19
(106,61,25)
#5E3617
(94,54,23)
#522F15
(82,47,21)
#462813
(70,40,19)
#3A2111
(58,33,17)
#2E1A0F
(46,26,15)
#22130D
(34,19,13)
#160C0B
(22,12,11)
#000000
(0,0,0)

Tints of #8E521F

#8E521F
(142,82,31)
#986133
(152,97,51)
#A27047
(162,112,71)
#AC7F5B
(172,127,91)
#B68E6F
(182,142,111)
#C09D83
(192,157,131)
#CAAC97
(202,172,151)
#D4BBAB
(212,187,171)
#DECABF
(222,202,191)
#E8D9D3
(232,217,211)
#F2E8E7
(242,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E521F color. Also use rgb(142,82,31) instead hex code.

Text Font Color

.myTextColor { color: #8E521F; }

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

This text font color is #8E521F.


Background Color

.myBgColor { background-color: #8E521F; }

<div style="background-color:#8E521F">Inner text</div>

This div background color is #8E521F.


Border color

.myBorderColor { border: 1px solid #8E521F; }

<div style="border:3px solid #8E521F">Div</div>

This div border color is #8E521F.


Opacity

.myOpacity80 { color: #8E521F; opacity: 0.8; }

<p style="color:#8E521F;opacity:0.8;">80%</p>

Text with #8E521F 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 #8E521F;}

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

This text has shadow with #8E521F color.

.textShadow {text-shadow: 3px 3px 1px #8E521F, 3px 3px 1px red;}

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

This text has shadow with #8E521F primary color and red secondary color.


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

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

This text has shadow with #8E521F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E521F on black background.


Color preview on white background

This text has color #8E521F on white background.



Black color preview on #8E521F background

This text has black color on #8E521F background.


White color preview on #8E521F background

This text has white color on #8E521F background.