COLOR #8C9589

HEX: #8C9589
RGB: (140,149,137)

Color info

#8C9589 contains red, green and blue colors in about the same proportion. Web safe color of #8C9589 is #999999 (or #999).

RGB color model

#8C9589 color RGB value is (140,149,137).

  • red value is 140;
  • green value is 149;
  • blue value is 137.
RGB:
(140,149,137)
(55%,58%,54%)

RGB channels and saturation

R 140 of 255 = 55%
G 149 of 255 = 58%
B 137 of 255 = 54%

140
149
137

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

Portions of RGB colors in percentages

R + G + B =
140 + 149 + 137 = 426 (100%)
R 140 of 426 ~ 32.86%
G 149 of 426 ~ 34.98%
B 137 of 426 ~ 32.16%

%32.86
%34.98
%32.16

CMYK color model

#8C9589 color CMYK value is (6,0,8,42).

  • cyan value is 6.04%
  • magenta value is 0.00%
  • yellow value is 8.05%
  • key color value is 41.57%
CMYK:
(6,0,8,42)
C6M0Y8K42 
(6%,0%,8%,42%)
(0.06/0.00/0.08/0.42)	

CMYK percentages

%6.04
%0
%8.05
%41.57

Codes

Color #8C9589 in popluar color models

8C9589
RGB140149137
HSL105°5.36%56.08%
HSB/HSV105°8.05%58.43%
CMYK6.04%0.00%8.05%
41.57%

Color #8C9589 in popluar number systems.

HEX8C9589
Decimal140149137
Binary100011001001010110001001
Octal214225211

Shades and tints

Shades of #8C9589

#8C9589
(140,149,137)
#80887D
(128,136,125)
#747B71
(116,123,113)
#686E65
(104,110,101)
#5C6159
(92,97,89)
#50544D
(80,84,77)
#444741
(68,71,65)
#383A35
(56,58,53)
#2C2D29
(44,45,41)
#20201D
(32,32,29)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #8C9589

#8C9589
(140,149,137)
#969E93
(150,158,147)
#A0A79D
(160,167,157)
#AAB0A7
(170,176,167)
#B4B9B1
(180,185,177)
#BEC2BB
(190,194,187)
#C8CBC5
(200,203,197)
#D2D4CF
(210,212,207)
#DCDDD9
(220,221,217)
#E6E6E3
(230,230,227)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C9589 color. Also use rgb(140,149,137) instead hex code.

Text Font Color

.myTextColor { color: #8C9589; }

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

This text font color is #8C9589.


Background Color

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

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

This div background color is #8C9589.


Border color

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

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

This div border color is #8C9589.


Opacity

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

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

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

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

This text has shadow with #8C9589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9589 on black background.


Color preview on white background

This text has color #8C9589 on white background.



Black color preview on #8C9589 background

This text has black color on #8C9589 background.


White color preview on #8C9589 background

This text has white color on #8C9589 background.