COLOR #8C797C

HEX: #8C797C
RGB: (140,121,124)

Color info

#8C797C contains red, green and blue colors in about the same proportion. Web safe color of #8C797C is #996666 (or #966).

RGB color model

#8C797C color RGB value is (140,121,124).

  • red value is 140;
  • green value is 121;
  • blue value is 124.
RGB:
(140,121,124)
(55%,47%,49%)

RGB channels and saturation

R 140 of 255 = 55%
G 121 of 255 = 47%
B 124 of 255 = 49%

140
121
124

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

Portions of RGB colors in percentages

R + G + B =
140 + 121 + 124 = 385 (100%)
R 140 of 385 ~ 36.36%
G 121 of 385 ~ 31.43%
B 124 of 385 ~ 32.21%

%36.36
%31.43
%32.21

CMYK color model

#8C797C color CMYK value is (0,14,11,45).

  • cyan value is 0.00%
  • magenta value is 13.57%
  • yellow value is 11.43%
  • key color value is 45.10%
CMYK:
(0,14,11,45)
C0M14Y11K45 
(0%,14%,11%,45%)
(0.00/0.14/0.11/0.45)	

CMYK percentages

%0
%13.57
%11.43
%45.1

Codes

Color #8C797C in popluar color models

8C797C
RGB140121124
HSL351°7.63%51.18%
HSB/HSV351°13.57%54.90%
CMYK0.00%13.57%11.43%
45.10%

Color #8C797C in popluar number systems.

HEX8C797C
Decimal140121124
Binary1000110011110011111100
Octal214171174

Shades and tints

Shades of #8C797C

#8C797C
(140,121,124)
#806E71
(128,110,113)
#746366
(116,99,102)
#68585B
(104,88,91)
#5C4D50
(92,77,80)
#504245
(80,66,69)
#44373A
(68,55,58)
#382C2F
(56,44,47)
#2C2124
(44,33,36)
#201619
(32,22,25)
#140B0E
(20,11,14)
#000000
(0,0,0)

Tints of #8C797C

#8C797C
(140,121,124)
#968587
(150,133,135)
#A09192
(160,145,146)
#AA9D9D
(170,157,157)
#B4A9A8
(180,169,168)
#BEB5B3
(190,181,179)
#C8C1BE
(200,193,190)
#D2CDC9
(210,205,201)
#DCD9D4
(220,217,212)
#E6E5DF
(230,229,223)
#F0F1EA
(240,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C797C; }

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

This text font color is #8C797C.


Background Color

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

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

This div background color is #8C797C.


Border color

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

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

This div border color is #8C797C.


Opacity

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

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

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

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

This text has shadow with #8C797C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C797C on black background.


Color preview on white background

This text has color #8C797C on white background.



Black color preview on #8C797C background

This text has black color on #8C797C background.


White color preview on #8C797C background

This text has white color on #8C797C background.