COLOR #8E8E56

HEX: #8E8E56
RGB: (142,142,86)

Color info

#8E8E56 contains red, green and blue colors in about the same proportion. Web safe color of #8E8E56 is #999966 (or #996).

RGB color model

#8E8E56 color RGB value is (142,142,86).

  • red value is 142;
  • green value is 142;
  • blue value is 86.
RGB:
(142,142,86)
(56%,56%,34%)

RGB channels and saturation

R 142 of 255 = 56%
G 142 of 255 = 56%
B 86 of 255 = 34%

142
142
86

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

Portions of RGB colors in percentages

R + G + B =
142 + 142 + 86 = 370 (100%)
R 142 of 370 ~ 38.38%
G 142 of 370 ~ 38.38%
B 86 of 370 ~ 23.24%

%38.38
%38.38
%23.24

CMYK color model

#8E8E56 color CMYK value is (0,0,39,44).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 39.44%
  • key color value is 44.31%
CMYK:
(0,0,39,44)
C0M0Y39K44 
(0%,0%,39%,44%)
(0.00/0.00/0.39/0.44)	

CMYK percentages

%0
%0
%39.44
%44.31

Codes

Color #8E8E56 in popluar color models

8E8E56
RGB14214286
HSL60°24.56%44.71%
HSB/HSV60°39.44%55.69%
CMYK0.00%0.00%39.44%
44.31%

Color #8E8E56 in popluar number systems.

HEX8E8E56
Decimal14214286
Binary10001110100011101010110
Octal216216126

Shades and tints

Shades of #8E8E56

#8E8E56
(142,142,86)
#82824F
(130,130,79)
#767648
(118,118,72)
#6A6A41
(106,106,65)
#5E5E3A
(94,94,58)
#525233
(82,82,51)
#46462C
(70,70,44)
#3A3A25
(58,58,37)
#2E2E1E
(46,46,30)
#222217
(34,34,23)
#161610
(22,22,16)
#000000
(0,0,0)

Tints of #8E8E56

#8E8E56
(142,142,86)
#989865
(152,152,101)
#A2A274
(162,162,116)
#ACAC83
(172,172,131)
#B6B692
(182,182,146)
#C0C0A1
(192,192,161)
#CACAB0
(202,202,176)
#D4D4BF
(212,212,191)
#DEDECE
(222,222,206)
#E8E8DD
(232,232,221)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8E56; }

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

This text font color is #8E8E56.


Background Color

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

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

This div background color is #8E8E56.


Border color

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

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

This div border color is #8E8E56.


Opacity

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

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

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

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

This text has shadow with #8E8E56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8E56 on black background.


Color preview on white background

This text has color #8E8E56 on white background.



Black color preview on #8E8E56 background

This text has black color on #8E8E56 background.


White color preview on #8E8E56 background

This text has white color on #8E8E56 background.