COLOR #8E7A61

HEX: #8E7A61
RGB: (142,122,97)

Color info

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

RGB color model

#8E7A61 color RGB value is (142,122,97).

  • red value is 142;
  • green value is 122;
  • blue value is 97.
RGB:
(142,122,97)
(56%,48%,38%)

RGB channels and saturation

R 142 of 255 = 56%
G 122 of 255 = 48%
B 97 of 255 = 38%

142
122
97

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

Portions of RGB colors in percentages

R + G + B =
142 + 122 + 97 = 361 (100%)
R 142 of 361 ~ 39.34%
G 122 of 361 ~ 33.8%
B 97 of 361 ~ 26.87%

%39.34
%33.8
%26.87

CMYK color model

#8E7A61 color CMYK value is (0,14,32,44).

  • cyan value is 0.00%
  • magenta value is 14.08%
  • yellow value is 31.69%
  • key color value is 44.31%
CMYK:
(0,14,32,44)
C0M14Y32K44 
(0%,14%,32%,44%)
(0.00/0.14/0.32/0.44)	

CMYK percentages

%0
%14.08
%31.69
%44.31

Codes

Color #8E7A61 in popluar color models

8E7A61
RGB14212297
HSL33°18.83%46.86%
HSB/HSV33°31.69%55.69%
CMYK0.00%14.08%31.69%
44.31%

Color #8E7A61 in popluar number systems.

HEX8E7A61
Decimal14212297
Binary1000111011110101100001
Octal216172141

Shades and tints

Shades of #8E7A61

#8E7A61
(142,122,97)
#826F59
(130,111,89)
#766451
(118,100,81)
#6A5949
(106,89,73)
#5E4E41
(94,78,65)
#524339
(82,67,57)
#463831
(70,56,49)
#3A2D29
(58,45,41)
#2E2221
(46,34,33)
#221719
(34,23,25)
#160C11
(22,12,17)
#000000
(0,0,0)

Tints of #8E7A61

#8E7A61
(142,122,97)
#98866F
(152,134,111)
#A2927D
(162,146,125)
#AC9E8B
(172,158,139)
#B6AA99
(182,170,153)
#C0B6A7
(192,182,167)
#CAC2B5
(202,194,181)
#D4CEC3
(212,206,195)
#DEDAD1
(222,218,209)
#E8E6DF
(232,230,223)
#F2F2ED
(242,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7A61; }

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

This text font color is #8E7A61.


Background Color

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

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

This div background color is #8E7A61.


Border color

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

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

This div border color is #8E7A61.


Opacity

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

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

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

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

This text has shadow with #8E7A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7A61 on black background.


Color preview on white background

This text has color #8E7A61 on white background.



Black color preview on #8E7A61 background

This text has black color on #8E7A61 background.


White color preview on #8E7A61 background

This text has white color on #8E7A61 background.