COLOR #8C8787

HEX: #8C8787
RGB: (140,135,135)

Color info

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

RGB color model

#8C8787 color RGB value is (140,135,135).

  • red value is 140;
  • green value is 135;
  • blue value is 135.
RGB:
(140,135,135)
(55%,53%,53%)

RGB channels and saturation

R 140 of 255 = 55%
G 135 of 255 = 53%
B 135 of 255 = 53%

140
135
135

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

Portions of RGB colors in percentages

R + G + B =
140 + 135 + 135 = 410 (100%)
R 140 of 410 ~ 34.15%
G 135 of 410 ~ 32.93%
B 135 of 410 ~ 32.93%

%34.15
%32.93
%32.93

CMYK color model

#8C8787 color CMYK value is (0,4,4,45).

  • cyan value is 0.00%
  • magenta value is 3.57%
  • yellow value is 3.57%
  • key color value is 45.10%
CMYK:
(0,4,4,45)
C0M4Y4K45 
(0%,4%,4%,45%)
(0.00/0.04/0.04/0.45)	

CMYK percentages

%0
%3.57
%3.57
%45.1

Codes

Color #8C8787 in popluar color models

8C8787
RGB140135135
HSL2.13%53.92%
HSB/HSV3.57%54.90%
CMYK0.00%3.57%3.57%
45.10%

Color #8C8787 in popluar number systems.

HEX8C8787
Decimal140135135
Binary100011001000011110000111
Octal214207207

Shades and tints

Shades of #8C8787

#8C8787
(140,135,135)
#807B7B
(128,123,123)
#746F6F
(116,111,111)
#686363
(104,99,99)
#5C5757
(92,87,87)
#504B4B
(80,75,75)
#443F3F
(68,63,63)
#383333
(56,51,51)
#2C2727
(44,39,39)
#201B1B
(32,27,27)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #8C8787

#8C8787
(140,135,135)
#969191
(150,145,145)
#A09B9B
(160,155,155)
#AAA5A5
(170,165,165)
#B4AFAF
(180,175,175)
#BEB9B9
(190,185,185)
#C8C3C3
(200,195,195)
#D2CDCD
(210,205,205)
#DCD7D7
(220,215,215)
#E6E1E1
(230,225,225)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8787; }

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

This text font color is #8C8787.


Background Color

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

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

This div background color is #8C8787.


Border color

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

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

This div border color is #8C8787.


Opacity

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

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

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

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

This text has shadow with #8C8787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8787 on black background.


Color preview on white background

This text has color #8C8787 on white background.



Black color preview on #8C8787 background

This text has black color on #8C8787 background.


White color preview on #8C8787 background

This text has white color on #8C8787 background.