COLOR #8C8E47

HEX: #8C8E47
RGB: (140,142,71)

Color info

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

RGB color model

#8C8E47 color RGB value is (140,142,71).

  • red value is 140;
  • green value is 142;
  • blue value is 71.
RGB:
(140,142,71)
(55%,56%,28%)

RGB channels and saturation

R 140 of 255 = 55%
G 142 of 255 = 56%
B 71 of 255 = 28%

140
142
71

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

Portions of RGB colors in percentages

R + G + B =
140 + 142 + 71 = 353 (100%)
R 140 of 353 ~ 39.66%
G 142 of 353 ~ 40.23%
B 71 of 353 ~ 20.11%

%39.66
%40.23
%20.11

CMYK color model

#8C8E47 color CMYK value is (1,0,50,44).

  • cyan value is 1.41%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 44.31%
CMYK:
(1,0,50,44)
C1M0Y50K44 
(1%,0%,50%,44%)
(0.01/0.00/0.50/0.44)	

CMYK percentages

%1.41
%0
%50
%44.31

Codes

Color #8C8E47 in popluar color models

8C8E47
RGB14014271
HSL62°33.33%41.76%
HSB/HSV62°50.00%55.69%
CMYK1.41%0.00%50.00%
44.31%

Color #8C8E47 in popluar number systems.

HEX8C8E47
Decimal14014271
Binary10001100100011101000111
Octal214216107

Shades and tints

Shades of #8C8E47

#8C8E47
(140,142,71)
#808241
(128,130,65)
#74763B
(116,118,59)
#686A35
(104,106,53)
#5C5E2F
(92,94,47)
#505229
(80,82,41)
#444623
(68,70,35)
#383A1D
(56,58,29)
#2C2E17
(44,46,23)
#202211
(32,34,17)
#14160B
(20,22,11)
#000000
(0,0,0)

Tints of #8C8E47

#8C8E47
(140,142,71)
#969857
(150,152,87)
#A0A267
(160,162,103)
#AAAC77
(170,172,119)
#B4B687
(180,182,135)
#BEC097
(190,192,151)
#C8CAA7
(200,202,167)
#D2D4B7
(210,212,183)
#DCDEC7
(220,222,199)
#E6E8D7
(230,232,215)
#F0F2E7
(240,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C8E47 color. Also use rgb(140,142,71) instead hex code.

Text Font Color

.myTextColor { color: #8C8E47; }

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

This text font color is #8C8E47.


Background Color

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

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

This div background color is #8C8E47.


Border color

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

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

This div border color is #8C8E47.


Opacity

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

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

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

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

This text has shadow with #8C8E47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8E47 on black background.


Color preview on white background

This text has color #8C8E47 on white background.



Black color preview on #8C8E47 background

This text has black color on #8C8E47 background.


White color preview on #8C8E47 background

This text has white color on #8C8E47 background.