COLOR #8E7B6A

HEX: #8E7B6A
RGB: (142,123,106)

Color info

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

RGB color model

#8E7B6A color RGB value is (142,123,106).

  • red value is 142;
  • green value is 123;
  • blue value is 106.
RGB:
(142,123,106)
(56%,48%,42%)

RGB channels and saturation

R 142 of 255 = 56%
G 123 of 255 = 48%
B 106 of 255 = 42%

142
123
106

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

Portions of RGB colors in percentages

R + G + B =
142 + 123 + 106 = 371 (100%)
R 142 of 371 ~ 38.27%
G 123 of 371 ~ 33.15%
B 106 of 371 ~ 28.57%

%38.27
%33.15
%28.57

CMYK color model

#8E7B6A color CMYK value is (0,13,25,44).

  • cyan value is 0.00%
  • magenta value is 13.38%
  • yellow value is 25.35%
  • key color value is 44.31%
CMYK:
(0,13,25,44)
C0M13Y25K44 
(0%,13%,25%,44%)
(0.00/0.13/0.25/0.44)	

CMYK percentages

%0
%13.38
%25.35
%44.31

Codes

Color #8E7B6A in popluar color models

8E7B6A
RGB142123106
HSL28°14.52%48.63%
HSB/HSV28°25.35%55.69%
CMYK0.00%13.38%25.35%
44.31%

Color #8E7B6A in popluar number systems.

HEX8E7B6A
Decimal142123106
Binary1000111011110111101010
Octal216173152

Shades and tints

Shades of #8E7B6A

#8E7B6A
(142,123,106)
#827061
(130,112,97)
#766558
(118,101,88)
#6A5A4F
(106,90,79)
#5E4F46
(94,79,70)
#52443D
(82,68,61)
#463934
(70,57,52)
#3A2E2B
(58,46,43)
#2E2322
(46,35,34)
#221819
(34,24,25)
#160D10
(22,13,16)
#000000
(0,0,0)

Tints of #8E7B6A

#8E7B6A
(142,123,106)
#988777
(152,135,119)
#A29384
(162,147,132)
#AC9F91
(172,159,145)
#B6AB9E
(182,171,158)
#C0B7AB
(192,183,171)
#CAC3B8
(202,195,184)
#D4CFC5
(212,207,197)
#DEDBD2
(222,219,210)
#E8E7DF
(232,231,223)
#F2F3EC
(242,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7B6A; }

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

This text font color is #8E7B6A.


Background Color

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

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

This div background color is #8E7B6A.


Border color

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

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

This div border color is #8E7B6A.


Opacity

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

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

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

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

This text has shadow with #8E7B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7B6A on black background.


Color preview on white background

This text has color #8E7B6A on white background.



Black color preview on #8E7B6A background

This text has black color on #8E7B6A background.


White color preview on #8E7B6A background

This text has white color on #8E7B6A background.