COLOR #8C8E4E

HEX: #8C8E4E
RGB: (140,142,78)

Color info

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

RGB color model

#8C8E4E color RGB value is (140,142,78).

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

RGB channels and saturation

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

140
142
78

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

Portions of RGB colors in percentages

R + G + B =
140 + 142 + 78 = 360 (100%)
R 140 of 360 ~ 38.89%
G 142 of 360 ~ 39.44%
B 78 of 360 ~ 21.67%

%38.89
%39.44
%21.67

CMYK color model

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

  • cyan value is 1.41%
  • magenta value is 0.00%
  • yellow value is 45.07%
  • key color value is 44.31%
CMYK:
(1,0,45,44)
C1M0Y45K44 
(1%,0%,45%,44%)
(0.01/0.00/0.45/0.44)	

CMYK percentages

%1.41
%0
%45.07
%44.31

Codes

Color #8C8E4E in popluar color models

8C8E4E
RGB14014278
HSL62°29.09%43.14%
HSB/HSV62°45.07%55.69%
CMYK1.41%0.00%45.07%
44.31%

Color #8C8E4E in popluar number systems.

HEX8C8E4E
Decimal14014278
Binary10001100100011101001110
Octal214216116

Shades and tints

Shades of #8C8E4E

#8C8E4E
(140,142,78)
#808247
(128,130,71)
#747640
(116,118,64)
#686A39
(104,106,57)
#5C5E32
(92,94,50)
#50522B
(80,82,43)
#444624
(68,70,36)
#383A1D
(56,58,29)
#2C2E16
(44,46,22)
#20220F
(32,34,15)
#141608
(20,22,8)
#000000
(0,0,0)

Tints of #8C8E4E

#8C8E4E
(140,142,78)
#96985E
(150,152,94)
#A0A26E
(160,162,110)
#AAAC7E
(170,172,126)
#B4B68E
(180,182,142)
#BEC09E
(190,192,158)
#C8CAAE
(200,202,174)
#D2D4BE
(210,212,190)
#DCDECE
(220,222,206)
#E6E8DE
(230,232,222)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8E4E; }

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

This text font color is #8C8E4E.


Background Color

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

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

This div background color is #8C8E4E.


Border color

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

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

This div border color is #8C8E4E.


Opacity

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

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

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

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

This text has shadow with #8C8E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8E4E on black background.


Color preview on white background

This text has color #8C8E4E on white background.



Black color preview on #8C8E4E background

This text has black color on #8C8E4E background.


White color preview on #8C8E4E background

This text has white color on #8C8E4E background.