COLOR #8E7662

HEX: #8E7662
RGB: (142,118,98)

Color info

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

RGB color model

#8E7662 color RGB value is (142,118,98).

  • red value is 142;
  • green value is 118;
  • blue value is 98.
RGB:
(142,118,98)
(56%,46%,38%)

RGB channels and saturation

R 142 of 255 = 56%
G 118 of 255 = 46%
B 98 of 255 = 38%

142
118
98

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

Portions of RGB colors in percentages

R + G + B =
142 + 118 + 98 = 358 (100%)
R 142 of 358 ~ 39.66%
G 118 of 358 ~ 32.96%
B 98 of 358 ~ 27.37%

%39.66
%32.96
%27.37

CMYK color model

#8E7662 color CMYK value is (0,17,31,44).

  • cyan value is 0.00%
  • magenta value is 16.90%
  • yellow value is 30.99%
  • key color value is 44.31%
CMYK:
(0,17,31,44)
C0M17Y31K44 
(0%,17%,31%,44%)
(0.00/0.17/0.31/0.44)	

CMYK percentages

%0
%16.9
%30.99
%44.31

Codes

Color #8E7662 in popluar color models

8E7662
RGB14211898
HSL27°18.33%47.06%
HSB/HSV27°30.99%55.69%
CMYK0.00%16.90%30.99%
44.31%

Color #8E7662 in popluar number systems.

HEX8E7662
Decimal14211898
Binary1000111011101101100010
Octal216166142

Shades and tints

Shades of #8E7662

#8E7662
(142,118,98)
#826C5A
(130,108,90)
#766252
(118,98,82)
#6A584A
(106,88,74)
#5E4E42
(94,78,66)
#52443A
(82,68,58)
#463A32
(70,58,50)
#3A302A
(58,48,42)
#2E2622
(46,38,34)
#221C1A
(34,28,26)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #8E7662

#8E7662
(142,118,98)
#988270
(152,130,112)
#A28E7E
(162,142,126)
#AC9A8C
(172,154,140)
#B6A69A
(182,166,154)
#C0B2A8
(192,178,168)
#CABEB6
(202,190,182)
#D4CAC4
(212,202,196)
#DED6D2
(222,214,210)
#E8E2E0
(232,226,224)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7662 color. Also use rgb(142,118,98) instead hex code.

Text Font Color

.myTextColor { color: #8E7662; }

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

This text font color is #8E7662.


Background Color

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

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

This div background color is #8E7662.


Border color

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

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

This div border color is #8E7662.


Opacity

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

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

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

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

This text has shadow with #8E7662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7662 on black background.


Color preview on white background

This text has color #8E7662 on white background.



Black color preview on #8E7662 background

This text has black color on #8E7662 background.


White color preview on #8E7662 background

This text has white color on #8E7662 background.