COLOR #8E7675

HEX: #8E7675
RGB: (142,118,117)

Color info

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

RGB color model

#8E7675 color RGB value is (142,118,117).

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

RGB channels and saturation

R 142 of 255 = 56%
G 118 of 255 = 46%
B 117 of 255 = 46%

142
118
117

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

Portions of RGB colors in percentages

R + G + B =
142 + 118 + 117 = 377 (100%)
R 142 of 377 ~ 37.67%
G 118 of 377 ~ 31.3%
B 117 of 377 ~ 31.03%

%37.67
%31.3
%31.03

CMYK color model

#8E7675 color CMYK value is (0,17,18,44).

  • cyan value is 0.00%
  • magenta value is 16.90%
  • yellow value is 17.61%
  • key color value is 44.31%
CMYK: (0,17,18,44) C0M17Y18K44 (0%,17%,18%,44%) (0.00/0.17/0.18/0.44)

CMYK percentages

%0
%16.9
%17.61
%44.31

Codes

Color #8E7675 in popluar color models

8E7675
RGB142118117
HSL9.96%50.78%
HSB/HSV17.61%55.69%
CMYK0.00%16.90%17.61%
44.31%

Color #8E7675 in popluar number systems.

HEX8E7675
Decimal142118117
Binary1000111011101101110101
Octal216166165

Shades and tints

Shades of #8E7675

#8E7675
(142,118,117)
#826C6B
(130,108,107)
#766261
(118,98,97)
#6A5857
(106,88,87)
#5E4E4D
(94,78,77)
#524443
(82,68,67)
#463A39
(70,58,57)
#3A302F
(58,48,47)
#2E2625
(46,38,37)
#221C1B
(34,28,27)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #8E7675

#8E7675
(142,118,117)
#988281
(152,130,129)
#A28E8D
(162,142,141)
#AC9A99
(172,154,153)
#B6A6A5
(182,166,165)
#C0B2B1
(192,178,177)
#CABEBD
(202,190,189)
#D4CAC9
(212,202,201)
#DED6D5
(222,214,213)
#E8E2E1
(232,226,225)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7675; }

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

This text font color is #8E7675.


Background Color

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

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

This div background color is #8E7675.


Border color

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

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

This div border color is #8E7675.


Opacity

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

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

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

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

This text has shadow with #8E7675 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8E7675 on black background.


Color preview on white background

This text has color #8E7675 on white background.



Black color preview on #8E7675 background

This text has black color on #8E7675 background.


White color preview on #8E7675 background

This text has white color on #8E7675 background.