COLOR #8E952B

HEX: #8E952B
RGB: (142,149,43)

Color info

#8E952B contains mainly red and green colors. Web safe color of #8E952B is #999933 (or #993).

RGB color model

#8E952B color RGB value is (142,149,43).

  • red value is 142;
  • green value is 149;
  • blue value is 43.
RGB:
(142,149,43)
(56%,58%,17%)

RGB channels and saturation

R 142 of 255 = 56%
G 149 of 255 = 58%
B 43 of 255 = 17%

142
149
43

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

Portions of RGB colors in percentages

R + G + B =
142 + 149 + 43 = 334 (100%)
R 142 of 334 ~ 42.51%
G 149 of 334 ~ 44.61%
B 43 of 334 ~ 12.87%

%42.51
%44.61
%12.87

CMYK color model

#8E952B color CMYK value is (5,0,71,42).

  • cyan value is 4.70%
  • magenta value is 0.00%
  • yellow value is 71.14%
  • key color value is 41.57%
CMYK:
(5,0,71,42)
C5M0Y71K42 
(5%,0%,71%,42%)
(0.05/0.00/0.71/0.42)	

CMYK percentages

%4.7
%0
%71.14
%41.57

Codes

Color #8E952B in popluar color models

8E952B
RGB14214943
HSL64°55.21%37.65%
HSB/HSV64°71.14%58.43%
CMYK4.70%0.00%71.14%
41.57%

Color #8E952B in popluar number systems.

HEX8E952B
Decimal14214943
Binary1000111010010101101011
Octal21622553

Shades and tints

Shades of #8E952B

#8E952B
(142,149,43)
#828828
(130,136,40)
#767B25
(118,123,37)
#6A6E22
(106,110,34)
#5E611F
(94,97,31)
#52541C
(82,84,28)
#464719
(70,71,25)
#3A3A16
(58,58,22)
#2E2D13
(46,45,19)
#222010
(34,32,16)
#16130D
(22,19,13)
#000000
(0,0,0)

Tints of #8E952B

#8E952B
(142,149,43)
#989E3E
(152,158,62)
#A2A751
(162,167,81)
#ACB064
(172,176,100)
#B6B977
(182,185,119)
#C0C28A
(192,194,138)
#CACB9D
(202,203,157)
#D4D4B0
(212,212,176)
#DEDDC3
(222,221,195)
#E8E6D6
(232,230,214)
#F2EFE9
(242,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E952B color. Also use rgb(142,149,43) instead hex code.

Text Font Color

.myTextColor { color: #8E952B; }

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

This text font color is #8E952B.


Background Color

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

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

This div background color is #8E952B.


Border color

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

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

This div border color is #8E952B.


Opacity

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

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

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

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

This text has shadow with #8E952B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E952B on black background.


Color preview on white background

This text has color #8E952B on white background.



Black color preview on #8E952B background

This text has black color on #8E952B background.


White color preview on #8E952B background

This text has white color on #8E952B background.