COLOR #8E883E

HEX: #8E883E
RGB: (142,136,62)

Color info

#8E883E contains mainly red and green colors. Web safe color of #8E883E is #999933 (or #993).

RGB color model

#8E883E color RGB value is (142,136,62).

  • red value is 142;
  • green value is 136;
  • blue value is 62.
RGB:
(142,136,62)
(56%,53%,24%)

RGB channels and saturation

R 142 of 255 = 56%
G 136 of 255 = 53%
B 62 of 255 = 24%

142
136
62

R + G + B ~ 44%. #8E883E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
142 + 136 + 62 = 340 (100%)
R 142 of 340 ~ 41.76%
G 136 of 340 ~ 40%
B 62 of 340 ~ 18.24%

%41.76
%40
%18.24

CMYK color model

#8E883E color CMYK value is (0,4,56,44).

  • cyan value is 0.00%
  • magenta value is 4.23%
  • yellow value is 56.34%
  • key color value is 44.31%
CMYK:
(0,4,56,44)
C0M4Y56K44 
(0%,4%,56%,44%)
(0.00/0.04/0.56/0.44)	

CMYK percentages

%0
%4.23
%56.34
%44.31

Codes

Color #8E883E in popluar color models

8E883E
RGB14213662
HSL56°39.22%40.00%
HSB/HSV56°56.34%55.69%
CMYK0.00%4.23%56.34%
44.31%

Color #8E883E in popluar number systems.

HEX8E883E
Decimal14213662
Binary1000111010001000111110
Octal21621076

Shades and tints

Shades of #8E883E

#8E883E
(142,136,62)
#827C39
(130,124,57)
#767034
(118,112,52)
#6A642F
(106,100,47)
#5E582A
(94,88,42)
#524C25
(82,76,37)
#464020
(70,64,32)
#3A341B
(58,52,27)
#2E2816
(46,40,22)
#221C11
(34,28,17)
#16100C
(22,16,12)
#000000
(0,0,0)

Tints of #8E883E

#8E883E
(142,136,62)
#98924F
(152,146,79)
#A29C60
(162,156,96)
#ACA671
(172,166,113)
#B6B082
(182,176,130)
#C0BA93
(192,186,147)
#CAC4A4
(202,196,164)
#D4CEB5
(212,206,181)
#DED8C6
(222,216,198)
#E8E2D7
(232,226,215)
#F2ECE8
(242,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E883E color. Also use rgb(142,136,62) instead hex code.

Text Font Color

.myTextColor { color: #8E883E; }

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

This text font color is #8E883E.


Background Color

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

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

This div background color is #8E883E.


Border color

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

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

This div border color is #8E883E.


Opacity

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

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

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

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

This text has shadow with #8E883E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E883E on black background.


Color preview on white background

This text has color #8E883E on white background.



Black color preview on #8E883E background

This text has black color on #8E883E background.


White color preview on #8E883E background

This text has white color on #8E883E background.