COLOR #8C9E5E

HEX: #8C9E5E RGB: (140,158,94)

Color info

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

RGB color model

#8C9E5E color RGB value is (140,158,94).

RGB: (140,158,94) (55%, 62%, 37%)

RGB channels and saturation

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

140
158
94

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

Portions of RGB colors in percentages

R + G + B = 140 + 158 + 94 = 392 (100%)
R 140 of 392 ~ 35.71%
G 158 of 392 ~ 40.31%
B 94 of 392 ~ 23.98'%

%35.71
%40.31
%23.98

CMYK color model

#8C9E5E color CMYK value is (11,0,41,38).

  • cyan value is 11.39%
  • magenta value is 0.00%
  • yellow value is 40.51%
  • key color value is 38.04%

CMYK: (11,0,41,38)
C11M0Y41K38 (11%, 0%, 41%, 38%)
(0.11 / 0.00 / 0.41 / 0.38)

CMYK percentages

%11.39
%0
%40.51
%38.04

Codes

Color #8C9E5E in popluar color models

8C 9E 5E
RGB 140 158 94
HSL 77° 25.40% 49.41%
HSB/HSV 77° 40.51% 61.96%
CMYK 11.39% 0.00% 40.51%
38.04%

Color #8C9E5E in popluar number systems.

HEX 8C 9E 5E
Decimal 140 158 94
Binary 10001100 10011110 1011110
Octal 214 236 136

Shades and tints

Shades of #8C9E5E

#8C9E5E
(140,158,94)
#809056
(128,144,86)
#74824E
(116,130,78)
#687446
(104,116,70)
#5C663E
(92,102,62)
#505836
(80,88,54)
#444A2E
(68,74,46)
#383C26
(56,60,38)
#2C2E1E
(44,46,30)
#202016
(32,32,22)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #8C9E5E

#8C9E5E
(140,158,94)
#96A66C
(150,166,108)
#A0AE7A
(160,174,122)
#AAB688
(170,182,136)
#B4BE96
(180,190,150)
#BEC6A4
(190,198,164)
#C8CEB2
(200,206,178)
#D2D6C0
(210,214,192)
#DCDECE
(220,222,206)
#E6E6DC
(230,230,220)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9E5E; }

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

This text font color is #8C9E5E.

Background Color

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

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

This div background color is #8C9E5E.

Border color

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

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

This div border color is #8C9E5E.

Opacity

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

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

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

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

This text has shadow with #8C9E5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C9E5E.

Preview

Color preview on black background

This text has color #8C9E5E on black background.


Color preview on white background

This text has color #8C9E5E on white background.


Black color preview on #8C9E5E background

This text has black color on #8C9E5E background.


White color preview on #8C9E5E background

This text has white color on #8C9E5E background.


Related colors

Complementary color

Complementary color for #hex is #7361A1.


I love getcolorcode.com

Triadic colors

1 #5E8C9E and #9E5E8C with #8C9E5E are triadic colors.

2 #5E9E8C and #9E8C5E with #8C9E5E are triadic colors.