COLOR #8E8551

HEX: #8E8551
RGB: (142,133,81)

Color info

#8E8551 contains mainly red and green colors. Web safe color of #8E8551 is #999966 (or #996).

RGB color model

#8E8551 color RGB value is (142,133,81).

  • red value is 142;
  • green value is 133;
  • blue value is 81.
RGB:
(142,133,81)
(56%,52%,32%)

RGB channels and saturation

R 142 of 255 = 56%
G 133 of 255 = 52%
B 81 of 255 = 32%

142
133
81

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

Portions of RGB colors in percentages

R + G + B =
142 + 133 + 81 = 356 (100%)
R 142 of 356 ~ 39.89%
G 133 of 356 ~ 37.36%
B 81 of 356 ~ 22.75%

%39.89
%37.36
%22.75

CMYK color model

#8E8551 color CMYK value is (0,6,43,44).

  • cyan value is 0.00%
  • magenta value is 6.34%
  • yellow value is 42.96%
  • key color value is 44.31%
CMYK:
(0,6,43,44)
C0M6Y43K44 
(0%,6%,43%,44%)
(0.00/0.06/0.43/0.44)	

CMYK percentages

%0
%6.34
%42.96
%44.31

Codes

Color #8E8551 in popluar color models

8E8551
RGB14213381
HSL51°27.35%43.73%
HSB/HSV51°42.96%55.69%
CMYK0.00%6.34%42.96%
44.31%

Color #8E8551 in popluar number systems.

HEX8E8551
Decimal14213381
Binary10001110100001011010001
Octal216205121

Shades and tints

Shades of #8E8551

#8E8551
(142,133,81)
#82794A
(130,121,74)
#766D43
(118,109,67)
#6A613C
(106,97,60)
#5E5535
(94,85,53)
#52492E
(82,73,46)
#463D27
(70,61,39)
#3A3120
(58,49,32)
#2E2519
(46,37,25)
#221912
(34,25,18)
#160D0B
(22,13,11)
#000000
(0,0,0)

Tints of #8E8551

#8E8551
(142,133,81)
#989060
(152,144,96)
#A29B6F
(162,155,111)
#ACA67E
(172,166,126)
#B6B18D
(182,177,141)
#C0BC9C
(192,188,156)
#CAC7AB
(202,199,171)
#D4D2BA
(212,210,186)
#DEDDC9
(222,221,201)
#E8E8D8
(232,232,216)
#F2F3E7
(242,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8551; }

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

This text font color is #8E8551.


Background Color

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

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

This div background color is #8E8551.


Border color

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

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

This div border color is #8E8551.


Opacity

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

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

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

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

This text has shadow with #8E8551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8551 on black background.


Color preview on white background

This text has color #8E8551 on white background.



Black color preview on #8E8551 background

This text has black color on #8E8551 background.


White color preview on #8E8551 background

This text has white color on #8E8551 background.