COLOR #8C9B5E

HEX: #8C9B5E
RGB: (140,155,94)

Color info

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

RGB color model

#8C9B5E color RGB value is (140,155,94).

  • red value is 140;
  • green value is 155;
  • blue value is 94.
RGB: (140,155,94) (55%,61%,37%)

RGB channels and saturation

R 140 of 255 = 55%
G 155 of 255 = 61%
B 94 of 255 = 37%

140
155
94

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

Portions of RGB colors in percentages

R + G + B =
140 + 155 + 94 = 389 (100%)
R 140 of 389 ~ 35.99%
G 155 of 389 ~ 39.85%
B 94 of 389 ~ 24.16%

%35.99
%39.85
%24.16

CMYK color model

#8C9B5E color CMYK value is (10,0,39,39).

  • cyan value is 9.68%
  • magenta value is 0.00%
  • yellow value is 39.35%
  • key color value is 39.22%
CMYK: (10,0,39,39) C10M0Y39K39 (10%,0%,39%,39%) (0.10/0.00/0.39/0.39)

CMYK percentages

%9.68
%0
%39.35
%39.22

Codes

Color #8C9B5E in popluar color models

8C9B5E
RGB14015594
HSL75°24.50%48.82%
HSB/HSV75°39.35%60.78%
CMYK9.68%0.00%39.35%
39.22%

Color #8C9B5E in popluar number systems.

HEX8C9B5E
Decimal14015594
Binary10001100100110111011110
Octal214233136

Shades and tints

Shades of #8C9B5E

#8C9B5E
(140,155,94)
#808D56
(128,141,86)
#747F4E
(116,127,78)
#687146
(104,113,70)
#5C633E
(92,99,62)
#505536
(80,85,54)
#44472E
(68,71,46)
#383926
(56,57,38)
#2C2B1E
(44,43,30)
#201D16
(32,29,22)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #8C9B5E

#8C9B5E
(140,155,94)
#96A46C
(150,164,108)
#A0AD7A
(160,173,122)
#AAB688
(170,182,136)
#B4BF96
(180,191,150)
#BEC8A4
(190,200,164)
#C8D1B2
(200,209,178)
#D2DAC0
(210,218,192)
#DCE3CE
(220,227,206)
#E6ECDC
(230,236,220)
#F0F5EA
(240,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9B5E; }

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

This text font color is #8C9B5E.


Background Color

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

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

This div background color is #8C9B5E.


Border color

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

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

This div border color is #8C9B5E.


Opacity

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

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

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

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

This text has shadow with #8C9B5E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8C9B5E on black background.


Color preview on white background

This text has color #8C9B5E on white background.



Black color preview on #8C9B5E background

This text has black color on #8C9B5E background.


White color preview on #8C9B5E background

This text has white color on #8C9B5E background.