COLOR #8E8F5B

HEX: #8E8F5B
RGB: (142,143,91)

Color info

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

RGB color model

#8E8F5B color RGB value is (142,143,91).

  • red value is 142;
  • green value is 143;
  • blue value is 91.
RGB:
(142,143,91)
(56%,56%,36%)

RGB channels and saturation

R 142 of 255 = 56%
G 143 of 255 = 56%
B 91 of 255 = 36%

142
143
91

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

Portions of RGB colors in percentages

R + G + B =
142 + 143 + 91 = 376 (100%)
R 142 of 376 ~ 37.77%
G 143 of 376 ~ 38.03%
B 91 of 376 ~ 24.2%

%37.77
%38.03
%24.2

CMYK color model

#8E8F5B color CMYK value is (1,0,36,44).

  • cyan value is 0.70%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 43.92%
CMYK:
(1,0,36,44)
C1M0Y36K44 
(1%,0%,36%,44%)
(0.01/0.00/0.36/0.44)	

CMYK percentages

%0.7
%0
%36.36
%43.92

Codes

Color #8E8F5B in popluar color models

8E8F5B
RGB14214391
HSL61°22.22%45.88%
HSB/HSV61°36.36%56.08%
CMYK0.70%0.00%36.36%
43.92%

Color #8E8F5B in popluar number systems.

HEX8E8F5B
Decimal14214391
Binary10001110100011111011011
Octal216217133

Shades and tints

Shades of #8E8F5B

#8E8F5B
(142,143,91)
#828253
(130,130,83)
#76754B
(118,117,75)
#6A6843
(106,104,67)
#5E5B3B
(94,91,59)
#524E33
(82,78,51)
#46412B
(70,65,43)
#3A3423
(58,52,35)
#2E271B
(46,39,27)
#221A13
(34,26,19)
#160D0B
(22,13,11)
#000000
(0,0,0)

Tints of #8E8F5B

#8E8F5B
(142,143,91)
#989969
(152,153,105)
#A2A377
(162,163,119)
#ACAD85
(172,173,133)
#B6B793
(182,183,147)
#C0C1A1
(192,193,161)
#CACBAF
(202,203,175)
#D4D5BD
(212,213,189)
#DEDFCB
(222,223,203)
#E8E9D9
(232,233,217)
#F2F3E7
(242,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E8F5B color. Also use rgb(142,143,91) instead hex code.

Text Font Color

.myTextColor { color: #8E8F5B; }

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

This text font color is #8E8F5B.


Background Color

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

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

This div background color is #8E8F5B.


Border color

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

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

This div border color is #8E8F5B.


Opacity

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

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

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

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

This text has shadow with #8E8F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8F5B on black background.


Color preview on white background

This text has color #8E8F5B on white background.



Black color preview on #8E8F5B background

This text has black color on #8E8F5B background.


White color preview on #8E8F5B background

This text has white color on #8E8F5B background.