COLOR #8C8E50

HEX: #8C8E50
RGB: (140,142,80)

Color info

#8C8E50 contains mainly red and green colors. Web safe color of #8C8E50 is #999966 (or #996).

RGB color model

#8C8E50 color RGB value is (140,142,80).

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

RGB channels and saturation

R 140 of 255 = 55%
G 142 of 255 = 56%
B 80 of 255 = 31%

140
142
80

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

Portions of RGB colors in percentages

R + G + B =
140 + 142 + 80 = 362 (100%)
R 140 of 362 ~ 38.67%
G 142 of 362 ~ 39.23%
B 80 of 362 ~ 22.1%

%38.67
%39.23
%22.1

CMYK color model

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

  • cyan value is 1.41%
  • magenta value is 0.00%
  • yellow value is 43.66%
  • key color value is 44.31%
CMYK:
(1,0,44,44)
C1M0Y44K44 
(1%,0%,44%,44%)
(0.01/0.00/0.44/0.44)	

CMYK percentages

%1.41
%0
%43.66
%44.31

Codes

Color #8C8E50 in popluar color models

8C8E50
RGB14014280
HSL62°27.93%43.53%
HSB/HSV62°43.66%55.69%
CMYK1.41%0.00%43.66%
44.31%

Color #8C8E50 in popluar number systems.

HEX8C8E50
Decimal14014280
Binary10001100100011101010000
Octal214216120

Shades and tints

Shades of #8C8E50

#8C8E50
(140,142,80)
#808249
(128,130,73)
#747642
(116,118,66)
#686A3B
(104,106,59)
#5C5E34
(92,94,52)
#50522D
(80,82,45)
#444626
(68,70,38)
#383A1F
(56,58,31)
#2C2E18
(44,46,24)
#202211
(32,34,17)
#14160A
(20,22,10)
#000000
(0,0,0)

Tints of #8C8E50

#8C8E50
(140,142,80)
#96985F
(150,152,95)
#A0A26E
(160,162,110)
#AAAC7D
(170,172,125)
#B4B68C
(180,182,140)
#BEC09B
(190,192,155)
#C8CAAA
(200,202,170)
#D2D4B9
(210,212,185)
#DCDEC8
(220,222,200)
#E6E8D7
(230,232,215)
#F0F2E6
(240,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8E50; }

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

This text font color is #8C8E50.


Background Color

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

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

This div background color is #8C8E50.


Border color

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

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

This div border color is #8C8E50.


Opacity

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

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

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

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

This text has shadow with #8C8E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8E50 on black background.


Color preview on white background

This text has color #8C8E50 on white background.



Black color preview on #8C8E50 background

This text has black color on #8C8E50 background.


White color preview on #8C8E50 background

This text has white color on #8C8E50 background.