COLOR #8E796B

HEX: #8E796B RGB: (142,121,107)

Color info

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

RGB color model

#8E796B color RGB value is (142,121,107).

RGB: (142,121,107) (56%, 47%, 42%)

RGB channels and saturation

R 142 of 255 = 56%
G 121 of 255 = 47%
B 107 of 255 = 42%

142
121
107

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

Portions of RGB colors in percentages

R + G + B = 142 + 121 + 107 = 370 (100%)
R 142 of 370 ~ 38.38%
G 121 of 370 ~ 32.7%
B 107 of 370 ~ 28.92'%

%38.38
%32.7
%28.92

CMYK color model

#8E796B color CMYK value is (0,15,25,44).

  • cyan value is 0.00%
  • magenta value is 14.79%
  • yellow value is 24.65%
  • key color value is 44.31%

CMYK: (0,15,25,44)
C0M15Y25K44 (0%, 15%, 25%, 44%)
(0.00 / 0.15 / 0.25 / 0.44)

CMYK percentages

%0
%14.79
%24.65
%44.31

Codes

Color #8E796B in popluar color models

8E 79 6B
RGB 142 121 107
HSL 24° 14.06% 48.82%
HSB/HSV 24° 24.65% 55.69%
CMYK 0.00% 14.79% 24.65%
44.31%

Color #8E796B in popluar number systems.

HEX 8E 79 6B
Decimal 142 121 107
Binary 10001110 1111001 1101011
Octal 216 171 153

Shades and tints

Shades of #8E796B

#8E796B
(142,121,107)
#826E62
(130,110,98)
#766359
(118,99,89)
#6A5850
(106,88,80)
#5E4D47
(94,77,71)
#52423E
(82,66,62)
#463735
(70,55,53)
#3A2C2C
(58,44,44)
#2E2123
(46,33,35)
#22161A
(34,22,26)
#160B11
(22,11,17)
#000000
(0,0,0)

Tints of #8E796B

#8E796B
(142,121,107)
#988578
(152,133,120)
#A29185
(162,145,133)
#AC9D92
(172,157,146)
#B6A99F
(182,169,159)
#C0B5AC
(192,181,172)
#CAC1B9
(202,193,185)
#D4CDC6
(212,205,198)
#DED9D3
(222,217,211)
#E8E5E0
(232,229,224)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E796B; }

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

This text font color is #8E796B.

Background Color

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

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

This div background color is #8E796B.

Border color

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

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

This div border color is #8E796B.

Opacity

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

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

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

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

This text has shadow with #8E796B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E796B.

Preview

Color preview on black background

This text has color #8E796B on black background.


Color preview on white background

This text has color #8E796B on white background.


Black color preview on #8E796B background

This text has black color on #8E796B background.


White color preview on #8E796B background

This text has white color on #8E796B background.


Related colors

Complementary color

Complementary color for #hex is #718694.


I love getcolorcode.com

Triadic colors

1 #6B8E79 and #796B8E with #8E796B are triadic colors.

2 #6B798E and #798E6B with #8E796B are triadic colors.