COLOR #8E847B

HEX: #8E847B RGB: (142,132,123)

Color info

#8E847B contains red, green and blue colors in about the same proportion. Web safe color of #8E847B is #999966 (or #996).

RGB color model

#8E847B color RGB value is (142,132,123).

RGB: (142,132,123) (56%, 52%, 48%)

RGB channels and saturation

R 142 of 255 = 56%
G 132 of 255 = 52%
B 123 of 255 = 48%

142
132
123

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

Portions of RGB colors in percentages

R + G + B = 142 + 132 + 123 = 397 (100%)
R 142 of 397 ~ 35.77%
G 132 of 397 ~ 33.25%
B 123 of 397 ~ 30.98'%

%35.77
%33.25
%30.98

CMYK color model

#8E847B color CMYK value is (0,7,13,44).

  • cyan value is 0.00%
  • magenta value is 7.04%
  • yellow value is 13.38%
  • key color value is 44.31%

CMYK: (0,7,13,44)
C0M7Y13K44 (0%, 7%, 13%, 44%)
(0.00 / 0.07 / 0.13 / 0.44)

CMYK percentages

%0
%7.04
%13.38
%44.31

Codes

Color #8E847B in popluar color models

8E 84 7B
RGB 142 132 123
HSL 28° 7.76% 51.96%
HSB/HSV 28° 13.38% 55.69%
CMYK 0.00% 7.04% 13.38%
44.31%

Color #8E847B in popluar number systems.

HEX 8E 84 7B
Decimal 142 132 123
Binary 10001110 10000100 1111011
Octal 216 204 173

Shades and tints

Shades of #8E847B

#8E847B
(142,132,123)
#827870
(130,120,112)
#766C65
(118,108,101)
#6A605A
(106,96,90)
#5E544F
(94,84,79)
#524844
(82,72,68)
#463C39
(70,60,57)
#3A302E
(58,48,46)
#2E2423
(46,36,35)
#221818
(34,24,24)
#160C0D
(22,12,13)
#000000
(0,0,0)

Tints of #8E847B

#8E847B
(142,132,123)
#988F87
(152,143,135)
#A29A93
(162,154,147)
#ACA59F
(172,165,159)
#B6B0AB
(182,176,171)
#C0BBB7
(192,187,183)
#CAC6C3
(202,198,195)
#D4D1CF
(212,209,207)
#DEDCDB
(222,220,219)
#E8E7E7
(232,231,231)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E847B color. Also use rgb(142,132,123) instead hex code.

Text Font Color

.myTextColor { color: #8E847B; }

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

This text font color is #8E847B.

Background Color

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

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

This div background color is #8E847B.

Border color

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

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

This div border color is #8E847B.

Opacity

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

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

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

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

This text has shadow with #8E847B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E847B.

Preview

Color preview on black background

This text has color #8E847B on black background.


Color preview on white background

This text has color #8E847B on white background.


Black color preview on #8E847B background

This text has black color on #8E847B background.


White color preview on #8E847B background

This text has white color on #8E847B background.


Related colors

Complementary color

Complementary color for #hex is #717B84.


I love getcolorcode.com

Triadic colors

1 #7B8E84 and #847B8E with #8E847B are triadic colors.

2 #7B848E and #848E7B with #8E847B are triadic colors.