COLOR #8C9E5F

HEX: #8C9E5F
RGB: (140,158,95)

Color info

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

RGB color model

#8C9E5F color RGB value is (140,158,95).

  • red value is 140;
  • green value is 158;
  • blue value is 95.
RGB:
(140,158,95)
(55%,62%,37%)

RGB channels and saturation

R 140 of 255 = 55%
G 158 of 255 = 62%
B 95 of 255 = 37%

140
158
95

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

Portions of RGB colors in percentages

R + G + B =
140 + 158 + 95 = 393 (100%)
R 140 of 393 ~ 35.62%
G 158 of 393 ~ 40.2%
B 95 of 393 ~ 24.17%

%35.62
%40.2
%24.17

CMYK color model

#8C9E5F color CMYK value is (11,0,40,38).

  • cyan value is 11.39%
  • magenta value is 0.00%
  • yellow value is 39.87%
  • key color value is 38.04%
CMYK:
(11,0,40,38)
C11M0Y40K38 
(11%,0%,40%,38%)
(0.11/0.00/0.40/0.38)	

CMYK percentages

%11.39
%0
%39.87
%38.04

Codes

Color #8C9E5F in popluar color models

8C9E5F
RGB14015895
HSL77°24.90%49.61%
HSB/HSV77°39.87%61.96%
CMYK11.39%0.00%39.87%
38.04%

Color #8C9E5F in popluar number systems.

HEX8C9E5F
Decimal14015895
Binary10001100100111101011111
Octal214236137

Shades and tints

Shades of #8C9E5F

#8C9E5F
(140,158,95)
#809057
(128,144,87)
#74824F
(116,130,79)
#687447
(104,116,71)
#5C663F
(92,102,63)
#505837
(80,88,55)
#444A2F
(68,74,47)
#383C27
(56,60,39)
#2C2E1F
(44,46,31)
#202017
(32,32,23)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #8C9E5F

#8C9E5F
(140,158,95)
#96A66D
(150,166,109)
#A0AE7B
(160,174,123)
#AAB689
(170,182,137)
#B4BE97
(180,190,151)
#BEC6A5
(190,198,165)
#C8CEB3
(200,206,179)
#D2D6C1
(210,214,193)
#DCDECF
(220,222,207)
#E6E6DD
(230,230,221)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C9E5F color. Also use rgb(140,158,95) instead hex code.

Text Font Color

.myTextColor { color: #8C9E5F; }

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

This text font color is #8C9E5F.


Background Color

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

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

This div background color is #8C9E5F.


Border color

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

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

This div border color is #8C9E5F.


Opacity

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

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

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

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

This text has shadow with #8C9E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9E5F on black background.


Color preview on white background

This text has color #8C9E5F on white background.



Black color preview on #8C9E5F background

This text has black color on #8C9E5F background.


White color preview on #8C9E5F background

This text has white color on #8C9E5F background.