COLOR #8C9A57

HEX: #8C9A57
RGB: (140,154,87)

Color info

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

RGB color model

#8C9A57 color RGB value is (140,154,87).

  • red value is 140;
  • green value is 154;
  • blue value is 87.
RGB:
(140,154,87)
(55%,60%,34%)

RGB channels and saturation

R 140 of 255 = 55%
G 154 of 255 = 60%
B 87 of 255 = 34%

140
154
87

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

Portions of RGB colors in percentages

R + G + B =
140 + 154 + 87 = 381 (100%)
R 140 of 381 ~ 36.75%
G 154 of 381 ~ 40.42%
B 87 of 381 ~ 22.83%

%36.75
%40.42
%22.83

CMYK color model

#8C9A57 color CMYK value is (9,0,44,40).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 43.51%
  • key color value is 39.61%
CMYK:
(9,0,44,40)
C9M0Y44K40 
(9%,0%,44%,40%)
(0.09/0.00/0.44/0.40)	

CMYK percentages

%9.09
%0
%43.51
%39.61

Codes

Color #8C9A57 in popluar color models

8C9A57
RGB14015487
HSL73°27.80%47.25%
HSB/HSV73°43.51%60.39%
CMYK9.09%0.00%43.51%
39.61%

Color #8C9A57 in popluar number systems.

HEX8C9A57
Decimal14015487
Binary10001100100110101010111
Octal214232127

Shades and tints

Shades of #8C9A57

#8C9A57
(140,154,87)
#808C50
(128,140,80)
#747E49
(116,126,73)
#687042
(104,112,66)
#5C623B
(92,98,59)
#505434
(80,84,52)
#44462D
(68,70,45)
#383826
(56,56,38)
#2C2A1F
(44,42,31)
#201C18
(32,28,24)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #8C9A57

#8C9A57
(140,154,87)
#96A366
(150,163,102)
#A0AC75
(160,172,117)
#AAB584
(170,181,132)
#B4BE93
(180,190,147)
#BEC7A2
(190,199,162)
#C8D0B1
(200,208,177)
#D2D9C0
(210,217,192)
#DCE2CF
(220,226,207)
#E6EBDE
(230,235,222)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C9A57 color. Also use rgb(140,154,87) instead hex code.

Text Font Color

.myTextColor { color: #8C9A57; }

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

This text font color is #8C9A57.


Background Color

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

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

This div background color is #8C9A57.


Border color

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

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

This div border color is #8C9A57.


Opacity

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

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

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

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

This text has shadow with #8C9A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9A57 on black background.


Color preview on white background

This text has color #8C9A57 on white background.



Black color preview on #8C9A57 background

This text has black color on #8C9A57 background.


White color preview on #8C9A57 background

This text has white color on #8C9A57 background.