COLOR #8E748B

HEX: #8E748B
RGB: (142,116,139)

Color info

#8E748B contains red, green and blue colors in about the same proportion. Web safe color of #8E748B is #996699 (or #969).

RGB color model

#8E748B color RGB value is (142,116,139).

  • red value is 142;
  • green value is 116;
  • blue value is 139.
RGB:
(142,116,139)
(56%,45%,55%)

RGB channels and saturation

R 142 of 255 = 56%
G 116 of 255 = 45%
B 139 of 255 = 55%

142
116
139

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

Portions of RGB colors in percentages

R + G + B =
142 + 116 + 139 = 397 (100%)
R 142 of 397 ~ 35.77%
G 116 of 397 ~ 29.22%
B 139 of 397 ~ 35.01%

%35.77
%29.22
%35.01

CMYK color model

#8E748B color CMYK value is (0,18,2,44).

  • cyan value is 0.00%
  • magenta value is 18.31%
  • yellow value is 2.11%
  • key color value is 44.31%
CMYK:
(0,18,2,44)
C0M18Y2K44 
(0%,18%,2%,44%)
(0.00/0.18/0.02/0.44)	

CMYK percentages

%0
%18.31
%2.11
%44.31

Codes

Color #8E748B in popluar color models

8E748B
RGB142116139
HSL307°10.32%50.59%
HSB/HSV307°18.31%55.69%
CMYK0.00%18.31%2.11%
44.31%

Color #8E748B in popluar number systems.

HEX8E748B
Decimal142116139
Binary10001110111010010001011
Octal216164213

Shades and tints

Shades of #8E748B

#8E748B
(142,116,139)
#826A7F
(130,106,127)
#766073
(118,96,115)
#6A5667
(106,86,103)
#5E4C5B
(94,76,91)
#52424F
(82,66,79)
#463843
(70,56,67)
#3A2E37
(58,46,55)
#2E242B
(46,36,43)
#221A1F
(34,26,31)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #8E748B

#8E748B
(142,116,139)
#988095
(152,128,149)
#A28C9F
(162,140,159)
#AC98A9
(172,152,169)
#B6A4B3
(182,164,179)
#C0B0BD
(192,176,189)
#CABCC7
(202,188,199)
#D4C8D1
(212,200,209)
#DED4DB
(222,212,219)
#E8E0E5
(232,224,229)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E748B color. Also use rgb(142,116,139) instead hex code.

Text Font Color

.myTextColor { color: #8E748B; }

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

This text font color is #8E748B.


Background Color

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

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

This div background color is #8E748B.


Border color

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

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

This div border color is #8E748B.


Opacity

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

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

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

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

This text has shadow with #8E748B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E748B on black background.


Color preview on white background

This text has color #8E748B on white background.



Black color preview on #8E748B background

This text has black color on #8E748B background.


White color preview on #8E748B background

This text has white color on #8E748B background.