COLOR #8E7C6E

HEX: #8E7C6E RGB: (142,124,110)

Color info

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

RGB color model

#8E7C6E color RGB value is (142,124,110).

RGB: (142,124,110) (56%, 49%, 43%)

RGB channels and saturation

R 142 of 255 = 56%
G 124 of 255 = 49%
B 110 of 255 = 43%

142
124
110

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

Portions of RGB colors in percentages

R + G + B = 142 + 124 + 110 = 376 (100%)
R 142 of 376 ~ 37.77%
G 124 of 376 ~ 32.98%
B 110 of 376 ~ 29.26'%

%37.77
%32.98
%29.26

CMYK color model

#8E7C6E color CMYK value is (0,13,23,44).

  • cyan value is 0.00%
  • magenta value is 12.68%
  • yellow value is 22.54%
  • key color value is 44.31%

CMYK: (0,13,23,44)
C0M13Y23K44 (0%, 13%, 23%, 44%)
(0.00 / 0.13 / 0.23 / 0.44)

CMYK percentages

%0
%12.68
%22.54
%44.31

Codes

Color #8E7C6E in popluar color models

8E 7C 6E
RGB 142 124 110
HSL 26° 12.70% 49.41%
HSB/HSV 26° 22.54% 55.69%
CMYK 0.00% 12.68% 22.54%
44.31%

Color #8E7C6E in popluar number systems.

HEX 8E 7C 6E
Decimal 142 124 110
Binary 10001110 1111100 1101110
Octal 216 174 156

Shades and tints

Shades of #8E7C6E

#8E7C6E
(142,124,110)
#827164
(130,113,100)
#76665A
(118,102,90)
#6A5B50
(106,91,80)
#5E5046
(94,80,70)
#52453C
(82,69,60)
#463A32
(70,58,50)
#3A2F28
(58,47,40)
#2E241E
(46,36,30)
#221914
(34,25,20)
#160E0A
(22,14,10)
#000000
(0,0,0)

Tints of #8E7C6E

#8E7C6E
(142,124,110)
#98877B
(152,135,123)
#A29288
(162,146,136)
#AC9D95
(172,157,149)
#B6A8A2
(182,168,162)
#C0B3AF
(192,179,175)
#CABEBC
(202,190,188)
#D4C9C9
(212,201,201)
#DED4D6
(222,212,214)
#E8DFE3
(232,223,227)
#F2EAF0
(242,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7C6E color. Also use rgb(142,124,110) instead hex code.

Text Font Color

.myTextColor { color: #8E7C6E; }

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

This text font color is #8E7C6E.

Background Color

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

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

This div background color is #8E7C6E.

Border color

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

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

This div border color is #8E7C6E.

Opacity

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

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

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

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

This text has shadow with #8E7C6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E7C6E.

Preview

Color preview on black background

This text has color #8E7C6E on black background.


Color preview on white background

This text has color #8E7C6E on white background.


Black color preview on #8E7C6E background

This text has black color on #8E7C6E background.


White color preview on #8E7C6E background

This text has white color on #8E7C6E background.


Related colors

Complementary color

Complementary color for #hex is #718391.


I love getcolorcode.com

Triadic colors

1 #6E8E7C and #7C6E8E with #8E7C6E are triadic colors.

2 #6E7C8E and #7C8E6E with #8E7C6E are triadic colors.