COLOR #8E5B36

HEX: #8E5B36
RGB: (142,91,54)

Color info

#8E5B36 contains mainly red and green colors. Web safe color of #8E5B36 is #996633 (or #963).

RGB color model

#8E5B36 color RGB value is (142,91,54).

  • red value is 142;
  • green value is 91;
  • blue value is 54.
RGB:
(142,91,54)
(56%,36%,21%)

RGB channels and saturation

R 142 of 255 = 56%
G 91 of 255 = 36%
B 54 of 255 = 21%

142
91
54

R + G + B ~ 38%. #8E5B36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 91 + 54 = 287 (100%)
R 142 of 287 ~ 49.48%
G 91 of 287 ~ 31.71%
B 54 of 287 ~ 18.82%

%49.48
%31.71
%18.82

CMYK color model

#8E5B36 color CMYK value is (0,36,62,44).

  • cyan value is 0.00%
  • magenta value is 35.92%
  • yellow value is 61.97%
  • key color value is 44.31%
CMYK:
(0,36,62,44)
C0M36Y62K44 
(0%,36%,62%,44%)
(0.00/0.36/0.62/0.44)	

CMYK percentages

%0
%35.92
%61.97
%44.31

Codes

Color #8E5B36 in popluar color models

8E5B36
RGB1429154
HSL25°44.90%38.43%
HSB/HSV25°61.97%55.69%
CMYK0.00%35.92%61.97%
44.31%

Color #8E5B36 in popluar number systems.

HEX8E5B36
Decimal1429154
Binary100011101011011110110
Octal21613366

Shades and tints

Shades of #8E5B36

#8E5B36
(142,91,54)
#825332
(130,83,50)
#764B2E
(118,75,46)
#6A432A
(106,67,42)
#5E3B26
(94,59,38)
#523322
(82,51,34)
#462B1E
(70,43,30)
#3A231A
(58,35,26)
#2E1B16
(46,27,22)
#221312
(34,19,18)
#160B0E
(22,11,14)
#000000
(0,0,0)

Tints of #8E5B36

#8E5B36
(142,91,54)
#986948
(152,105,72)
#A2775A
(162,119,90)
#AC856C
(172,133,108)
#B6937E
(182,147,126)
#C0A190
(192,161,144)
#CAAFA2
(202,175,162)
#D4BDB4
(212,189,180)
#DECBC6
(222,203,198)
#E8D9D8
(232,217,216)
#F2E7EA
(242,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E5B36 color. Also use rgb(142,91,54) instead hex code.

Text Font Color

.myTextColor { color: #8E5B36; }

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

This text font color is #8E5B36.


Background Color

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

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

This div background color is #8E5B36.


Border color

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

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

This div border color is #8E5B36.


Opacity

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

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

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

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

This text has shadow with #8E5B36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E5B36 on black background.


Color preview on white background

This text has color #8E5B36 on white background.



Black color preview on #8E5B36 background

This text has black color on #8E5B36 background.


White color preview on #8E5B36 background

This text has white color on #8E5B36 background.