COLOR #8E8753

HEX: #8E8753
RGB: (142,135,83)

Color info

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

RGB color model

#8E8753 color RGB value is (142,135,83).

  • red value is 142;
  • green value is 135;
  • blue value is 83.
RGB:
(142,135,83)
(56%,53%,33%)

RGB channels and saturation

R 142 of 255 = 56%
G 135 of 255 = 53%
B 83 of 255 = 33%

142
135
83

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

Portions of RGB colors in percentages

R + G + B =
142 + 135 + 83 = 360 (100%)
R 142 of 360 ~ 39.44%
G 135 of 360 ~ 37.5%
B 83 of 360 ~ 23.06%

%39.44
%37.5
%23.06

CMYK color model

#8E8753 color CMYK value is (0,5,42,44).

  • cyan value is 0.00%
  • magenta value is 4.93%
  • yellow value is 41.55%
  • key color value is 44.31%
CMYK:
(0,5,42,44)
C0M5Y42K44 
(0%,5%,42%,44%)
(0.00/0.05/0.42/0.44)	

CMYK percentages

%0
%4.93
%41.55
%44.31

Codes

Color #8E8753 in popluar color models

8E8753
RGB14213583
HSL53°26.22%44.12%
HSB/HSV53°41.55%55.69%
CMYK0.00%4.93%41.55%
44.31%

Color #8E8753 in popluar number systems.

HEX8E8753
Decimal14213583
Binary10001110100001111010011
Octal216207123

Shades and tints

Shades of #8E8753

#8E8753
(142,135,83)
#827B4C
(130,123,76)
#766F45
(118,111,69)
#6A633E
(106,99,62)
#5E5737
(94,87,55)
#524B30
(82,75,48)
#463F29
(70,63,41)
#3A3322
(58,51,34)
#2E271B
(46,39,27)
#221B14
(34,27,20)
#160F0D
(22,15,13)
#000000
(0,0,0)

Tints of #8E8753

#8E8753
(142,135,83)
#989162
(152,145,98)
#A29B71
(162,155,113)
#ACA580
(172,165,128)
#B6AF8F
(182,175,143)
#C0B99E
(192,185,158)
#CAC3AD
(202,195,173)
#D4CDBC
(212,205,188)
#DED7CB
(222,215,203)
#E8E1DA
(232,225,218)
#F2EBE9
(242,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8753; }

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

This text font color is #8E8753.


Background Color

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

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

This div background color is #8E8753.


Border color

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

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

This div border color is #8E8753.


Opacity

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

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

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

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

This text has shadow with #8E8753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8753 on black background.


Color preview on white background

This text has color #8E8753 on white background.



Black color preview on #8E8753 background

This text has black color on #8E8753 background.


White color preview on #8E8753 background

This text has white color on #8E8753 background.