COLOR #8E7F53

HEX: #8E7F53
RGB: (142,127,83)

Color info

#8E7F53 contains red, green and blue colors in about the same proportion. Web safe color of #8E7F53 is #996666 (or #966).

RGB color model

#8E7F53 color RGB value is (142,127,83).

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

RGB channels and saturation

R 142 of 255 = 56%
G 127 of 255 = 50%
B 83 of 255 = 33%

142
127
83

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

Portions of RGB colors in percentages

R + G + B =
142 + 127 + 83 = 352 (100%)
R 142 of 352 ~ 40.34%
G 127 of 352 ~ 36.08%
B 83 of 352 ~ 23.58%

%40.34
%36.08
%23.58

CMYK color model

#8E7F53 color CMYK value is (0,11,42,44).

  • cyan value is 0.00%
  • magenta value is 10.56%
  • yellow value is 41.55%
  • key color value is 44.31%
CMYK:
(0,11,42,44)
C0M11Y42K44 
(0%,11%,42%,44%)
(0.00/0.11/0.42/0.44)	

CMYK percentages

%0
%10.56
%41.55
%44.31

Codes

Color #8E7F53 in popluar color models

8E7F53
RGB14212783
HSL45°26.22%44.12%
HSB/HSV45°41.55%55.69%
CMYK0.00%10.56%41.55%
44.31%

Color #8E7F53 in popluar number systems.

HEX8E7F53
Decimal14212783
Binary1000111011111111010011
Octal216177123

Shades and tints

Shades of #8E7F53

#8E7F53
(142,127,83)
#82744C
(130,116,76)
#766945
(118,105,69)
#6A5E3E
(106,94,62)
#5E5337
(94,83,55)
#524830
(82,72,48)
#463D29
(70,61,41)
#3A3222
(58,50,34)
#2E271B
(46,39,27)
#221C14
(34,28,20)
#16110D
(22,17,13)
#000000
(0,0,0)

Tints of #8E7F53

#8E7F53
(142,127,83)
#988A62
(152,138,98)
#A29571
(162,149,113)
#ACA080
(172,160,128)
#B6AB8F
(182,171,143)
#C0B69E
(192,182,158)
#CAC1AD
(202,193,173)
#D4CCBC
(212,204,188)
#DED7CB
(222,215,203)
#E8E2DA
(232,226,218)
#F2EDE9
(242,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7F53; }

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

This text font color is #8E7F53.


Background Color

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

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

This div background color is #8E7F53.


Border color

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

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

This div border color is #8E7F53.


Opacity

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

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

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

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

This text has shadow with #8E7F53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7F53 on black background.


Color preview on white background

This text has color #8E7F53 on white background.



Black color preview on #8E7F53 background

This text has black color on #8E7F53 background.


White color preview on #8E7F53 background

This text has white color on #8E7F53 background.