COLOR #8C9289

HEX: #8C9289
RGB: (140,146,137)

Color info

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

RGB color model

#8C9289 color RGB value is (140,146,137).

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

RGB channels and saturation

R 140 of 255 = 55%
G 146 of 255 = 57%
B 137 of 255 = 54%

140
146
137

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

Portions of RGB colors in percentages

R + G + B =
140 + 146 + 137 = 423 (100%)
R 140 of 423 ~ 33.1%
G 146 of 423 ~ 34.52%
B 137 of 423 ~ 32.39%

%33.1
%34.52
%32.39

CMYK color model

#8C9289 color CMYK value is (4,0,6,43).

  • cyan value is 4.11%
  • magenta value is 0.00%
  • yellow value is 6.16%
  • key color value is 42.75%
CMYK:
(4,0,6,43)
C4M0Y6K43 
(4%,0%,6%,43%)
(0.04/0.00/0.06/0.43)	

CMYK percentages

%4.11
%0
%6.16
%42.75

Codes

Color #8C9289 in popluar color models

8C9289
RGB140146137
HSL100°3.96%55.49%
HSB/HSV100°6.16%57.25%
CMYK4.11%0.00%6.16%
42.75%

Color #8C9289 in popluar number systems.

HEX8C9289
Decimal140146137
Binary100011001001001010001001
Octal214222211

Shades and tints

Shades of #8C9289

#8C9289
(140,146,137)
#80857D
(128,133,125)
#747871
(116,120,113)
#686B65
(104,107,101)
#5C5E59
(92,94,89)
#50514D
(80,81,77)
#444441
(68,68,65)
#383735
(56,55,53)
#2C2A29
(44,42,41)
#201D1D
(32,29,29)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #8C9289

#8C9289
(140,146,137)
#969B93
(150,155,147)
#A0A49D
(160,164,157)
#AAADA7
(170,173,167)
#B4B6B1
(180,182,177)
#BEBFBB
(190,191,187)
#C8C8C5
(200,200,197)
#D2D1CF
(210,209,207)
#DCDAD9
(220,218,217)
#E6E3E3
(230,227,227)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C9289; }

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

This text font color is #8C9289.


Background Color

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

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

This div background color is #8C9289.


Border color

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

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

This div border color is #8C9289.


Opacity

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

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

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

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

This text has shadow with #8C9289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C9289 on black background.


Color preview on white background

This text has color #8C9289 on white background.



Black color preview on #8C9289 background

This text has black color on #8C9289 background.


White color preview on #8C9289 background

This text has white color on #8C9289 background.