COLOR #8E796D

HEX: #8E796D
RGB: (142,121,109)

Color info

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

RGB color model

#8E796D color RGB value is (142,121,109).

  • red value is 142;
  • green value is 121;
  • blue value is 109.
RGB:
(142,121,109)
(56%,47%,43%)

RGB channels and saturation

R 142 of 255 = 56%
G 121 of 255 = 47%
B 109 of 255 = 43%

142
121
109

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

Portions of RGB colors in percentages

R + G + B =
142 + 121 + 109 = 372 (100%)
R 142 of 372 ~ 38.17%
G 121 of 372 ~ 32.53%
B 109 of 372 ~ 29.3%

%38.17
%32.53
%29.3

CMYK color model

#8E796D color CMYK value is (0,15,23,44).

  • cyan value is 0.00%
  • magenta value is 14.79%
  • yellow value is 23.24%
  • key color value is 44.31%
CMYK:
(0,15,23,44)
C0M15Y23K44 
(0%,15%,23%,44%)
(0.00/0.15/0.23/0.44)	

CMYK percentages

%0
%14.79
%23.24
%44.31

Codes

Color #8E796D in popluar color models

8E796D
RGB142121109
HSL22°13.15%49.22%
HSB/HSV22°23.24%55.69%
CMYK0.00%14.79%23.24%
44.31%

Color #8E796D in popluar number systems.

HEX8E796D
Decimal142121109
Binary1000111011110011101101
Octal216171155

Shades and tints

Shades of #8E796D

#8E796D
(142,121,109)
#826E64
(130,110,100)
#76635B
(118,99,91)
#6A5852
(106,88,82)
#5E4D49
(94,77,73)
#524240
(82,66,64)
#463737
(70,55,55)
#3A2C2E
(58,44,46)
#2E2125
(46,33,37)
#22161C
(34,22,28)
#160B13
(22,11,19)
#000000
(0,0,0)

Tints of #8E796D

#8E796D
(142,121,109)
#98857A
(152,133,122)
#A29187
(162,145,135)
#AC9D94
(172,157,148)
#B6A9A1
(182,169,161)
#C0B5AE
(192,181,174)
#CAC1BB
(202,193,187)
#D4CDC8
(212,205,200)
#DED9D5
(222,217,213)
#E8E5E2
(232,229,226)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E796D color. Also use rgb(142,121,109) instead hex code.

Text Font Color

.myTextColor { color: #8E796D; }

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

This text font color is #8E796D.


Background Color

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

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

This div background color is #8E796D.


Border color

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

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

This div border color is #8E796D.


Opacity

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

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

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

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

This text has shadow with #8E796D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E796D on black background.


Color preview on white background

This text has color #8E796D on white background.



Black color preview on #8E796D background

This text has black color on #8E796D background.


White color preview on #8E796D background

This text has white color on #8E796D background.