COLOR #8C8782

HEX: #8C8782
RGB: (140,135,130)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

140
135
130

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

Portions of RGB colors in percentages

R + G + B =
140 + 135 + 130 = 405 (100%)
R 140 of 405 ~ 34.57%
G 135 of 405 ~ 33.33%
B 130 of 405 ~ 32.1%

%34.57
%33.33
%32.1

CMYK color model

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

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

CMYK percentages

%0
%3.57
%7.14
%45.1

Codes

Color #8C8782 in popluar color models

8C8782
RGB140135130
HSL30°4.17%52.94%
HSB/HSV30°7.14%54.90%
CMYK0.00%3.57%7.14%
45.10%

Color #8C8782 in popluar number systems.

HEX8C8782
Decimal140135130
Binary100011001000011110000010
Octal214207202

Shades and tints

Shades of #8C8782

#8C8782
(140,135,130)
#807B77
(128,123,119)
#746F6C
(116,111,108)
#686361
(104,99,97)
#5C5756
(92,87,86)
#504B4B
(80,75,75)
#443F40
(68,63,64)
#383335
(56,51,53)
#2C272A
(44,39,42)
#201B1F
(32,27,31)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #8C8782

#8C8782
(140,135,130)
#96918D
(150,145,141)
#A09B98
(160,155,152)
#AAA5A3
(170,165,163)
#B4AFAE
(180,175,174)
#BEB9B9
(190,185,185)
#C8C3C4
(200,195,196)
#D2CDCF
(210,205,207)
#DCD7DA
(220,215,218)
#E6E1E5
(230,225,229)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C8782; }

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

This text font color is #8C8782.


Background Color

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

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

This div background color is #8C8782.


Border color

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

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

This div border color is #8C8782.


Opacity

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

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

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

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

This text has shadow with #8C8782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8782 on black background.


Color preview on white background

This text has color #8C8782 on white background.



Black color preview on #8C8782 background

This text has black color on #8C8782 background.


White color preview on #8C8782 background

This text has white color on #8C8782 background.