COLOR #8E9383

HEX: #8E9383
RGB: (142,147,131)

Color info

#8E9383 contains red, green and blue colors in about the same proportion. Web safe color of #8E9383 is #999999 (or #999).

RGB color model

#8E9383 color RGB value is (142,147,131).

  • red value is 142;
  • green value is 147;
  • blue value is 131.
RGB:
(142,147,131)
(56%,58%,51%)

RGB channels and saturation

R 142 of 255 = 56%
G 147 of 255 = 58%
B 131 of 255 = 51%

142
147
131

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

Portions of RGB colors in percentages

R + G + B =
142 + 147 + 131 = 420 (100%)
R 142 of 420 ~ 33.81%
G 147 of 420 ~ 35%
B 131 of 420 ~ 31.19%

%33.81
%35
%31.19

CMYK color model

#8E9383 color CMYK value is (3,0,11,42).

  • cyan value is 3.40%
  • magenta value is 0.00%
  • yellow value is 10.88%
  • key color value is 42.35%
CMYK:
(3,0,11,42)
C3M0Y11K42 
(3%,0%,11%,42%)
(0.03/0.00/0.11/0.42)	

CMYK percentages

%3.4
%0
%10.88
%42.35

Codes

Color #8E9383 in popluar color models

8E9383
RGB142147131
HSL79°6.90%54.51%
HSB/HSV79°10.88%57.65%
CMYK3.40%0.00%10.88%
42.35%

Color #8E9383 in popluar number systems.

HEX8E9383
Decimal142147131
Binary100011101001001110000011
Octal216223203

Shades and tints

Shades of #8E9383

#8E9383
(142,147,131)
#828678
(130,134,120)
#76796D
(118,121,109)
#6A6C62
(106,108,98)
#5E5F57
(94,95,87)
#52524C
(82,82,76)
#464541
(70,69,65)
#3A3836
(58,56,54)
#2E2B2B
(46,43,43)
#221E20
(34,30,32)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #8E9383

#8E9383
(142,147,131)
#989C8E
(152,156,142)
#A2A599
(162,165,153)
#ACAEA4
(172,174,164)
#B6B7AF
(182,183,175)
#C0C0BA
(192,192,186)
#CAC9C5
(202,201,197)
#D4D2D0
(212,210,208)
#DEDBDB
(222,219,219)
#E8E4E6
(232,228,230)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E9383 color. Also use rgb(142,147,131) instead hex code.

Text Font Color

.myTextColor { color: #8E9383; }

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

This text font color is #8E9383.


Background Color

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

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

This div background color is #8E9383.


Border color

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

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

This div border color is #8E9383.


Opacity

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

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

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

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

This text has shadow with #8E9383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9383 on black background.


Color preview on white background

This text has color #8E9383 on white background.



Black color preview on #8E9383 background

This text has black color on #8E9383 background.


White color preview on #8E9383 background

This text has white color on #8E9383 background.