COLOR #8E7665

HEX: #8E7665
RGB: (142,118,101)

Color info

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

RGB color model

#8E7665 color RGB value is (142,118,101).

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

RGB channels and saturation

R 142 of 255 = 56%
G 118 of 255 = 46%
B 101 of 255 = 40%

142
118
101

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

Portions of RGB colors in percentages

R + G + B =
142 + 118 + 101 = 361 (100%)
R 142 of 361 ~ 39.34%
G 118 of 361 ~ 32.69%
B 101 of 361 ~ 27.98%

%39.34
%32.69
%27.98

CMYK color model

#8E7665 color CMYK value is (0,17,29,44).

  • cyan value is 0.00%
  • magenta value is 16.90%
  • yellow value is 28.87%
  • key color value is 44.31%
CMYK:
(0,17,29,44)
C0M17Y29K44 
(0%,17%,29%,44%)
(0.00/0.17/0.29/0.44)	

CMYK percentages

%0
%16.9
%28.87
%44.31

Codes

Color #8E7665 in popluar color models

8E7665
RGB142118101
HSL25°16.87%47.65%
HSB/HSV25°28.87%55.69%
CMYK0.00%16.90%28.87%
44.31%

Color #8E7665 in popluar number systems.

HEX8E7665
Decimal142118101
Binary1000111011101101100101
Octal216166145

Shades and tints

Shades of #8E7665

#8E7665
(142,118,101)
#826C5C
(130,108,92)
#766253
(118,98,83)
#6A584A
(106,88,74)
#5E4E41
(94,78,65)
#524438
(82,68,56)
#463A2F
(70,58,47)
#3A3026
(58,48,38)
#2E261D
(46,38,29)
#221C14
(34,28,20)
#16120B
(22,18,11)
#000000
(0,0,0)

Tints of #8E7665

#8E7665
(142,118,101)
#988273
(152,130,115)
#A28E81
(162,142,129)
#AC9A8F
(172,154,143)
#B6A69D
(182,166,157)
#C0B2AB
(192,178,171)
#CABEB9
(202,190,185)
#D4CAC7
(212,202,199)
#DED6D5
(222,214,213)
#E8E2E3
(232,226,227)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7665; }

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

This text font color is #8E7665.


Background Color

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

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

This div background color is #8E7665.


Border color

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

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

This div border color is #8E7665.


Opacity

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

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

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

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

This text has shadow with #8E7665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7665 on black background.


Color preview on white background

This text has color #8E7665 on white background.



Black color preview on #8E7665 background

This text has black color on #8E7665 background.


White color preview on #8E7665 background

This text has white color on #8E7665 background.