COLOR #8C9A59

HEX: #8C9A59 RGB: (140,154,89)

Color info

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

RGB color model

#8C9A59 color RGB value is (140,154,89).

RGB: (140,154,89) (55%, 60%, 35%)

RGB channels and saturation

R 140 of 255 = 55%
G 154 of 255 = 60%
B 89 of 255 = 35%

140
154
89

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

Portions of RGB colors in percentages

R + G + B = 140 + 154 + 89 = 383 (100%)
R 140 of 383 ~ 36.55%
G 154 of 383 ~ 40.21%
B 89 of 383 ~ 23.24'%

%36.55
%40.21
%23.24

CMYK color model

#8C9A59 color CMYK value is (9,0,42,40).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 42.21%
  • key color value is 39.61%

CMYK: (9,0,42,40)
C9M0Y42K40 (9%, 0%, 42%, 40%)
(0.09 / 0.00 / 0.42 / 0.40)

CMYK percentages

%9.09
%0
%42.21
%39.61

Codes

Color #8C9A59 in popluar color models

8C 9A 59
RGB 140 154 89
HSL 73° 26.75% 47.65%
HSB/HSV 73° 42.21% 60.39%
CMYK 9.09% 0.00% 42.21%
39.61%

Color #8C9A59 in popluar number systems.

HEX 8C 9A 59
Decimal 140 154 89
Binary 10001100 10011010 1011001
Octal 214 232 131

Shades and tints

Shades of #8C9A59

#8C9A59
(140,154,89)
#808C51
(128,140,81)
#747E49
(116,126,73)
#687041
(104,112,65)
#5C6239
(92,98,57)
#505431
(80,84,49)
#444629
(68,70,41)
#383821
(56,56,33)
#2C2A19
(44,42,25)
#201C11
(32,28,17)
#140E09
(20,14,9)
#000000
(0,0,0)

Tints of #8C9A59

#8C9A59
(140,154,89)
#96A368
(150,163,104)
#A0AC77
(160,172,119)
#AAB586
(170,181,134)
#B4BE95
(180,190,149)
#BEC7A4
(190,199,164)
#C8D0B3
(200,208,179)
#D2D9C2
(210,217,194)
#DCE2D1
(220,226,209)
#E6EBE0
(230,235,224)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9A59; }

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

This text font color is #8C9A59.

Background Color

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

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

This div background color is #8C9A59.

Border color

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

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

This div border color is #8C9A59.

Opacity

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

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

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

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

This text has shadow with #8C9A59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C9A59.

Preview

Color preview on black background

This text has color #8C9A59 on black background.


Color preview on white background

This text has color #8C9A59 on white background.


Black color preview on #8C9A59 background

This text has black color on #8C9A59 background.


White color preview on #8C9A59 background

This text has white color on #8C9A59 background.


Related colors

Complementary color

Complementary color for #hex is #7365A6.


I love getcolorcode.com

Triadic colors

1 #598C9A and #9A598C with #8C9A59 are triadic colors.

2 #599A8C and #9A8C59 with #8C9A59 are triadic colors.