COLOR #8C7C7C

HEX: #8C7C7C
RGB: (140,124,124)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

140
124
124

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

Portions of RGB colors in percentages

R + G + B =
140 + 124 + 124 = 388 (100%)
R 140 of 388 ~ 36.08%
G 124 of 388 ~ 31.96%
B 124 of 388 ~ 31.96%

%36.08
%31.96
%31.96

CMYK color model

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

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

CMYK percentages

%0
%11.43
%11.43
%45.1

Codes

Color #8C7C7C in popluar color models

8C7C7C
RGB140124124
HSL6.50%51.76%
HSB/HSV11.43%54.90%
CMYK0.00%11.43%11.43%
45.10%

Color #8C7C7C in popluar number systems.

HEX8C7C7C
Decimal140124124
Binary1000110011111001111100
Octal214174174

Shades and tints

Shades of #8C7C7C

#8C7C7C
(140,124,124)
#807171
(128,113,113)
#746666
(116,102,102)
#685B5B
(104,91,91)
#5C5050
(92,80,80)
#504545
(80,69,69)
#443A3A
(68,58,58)
#382F2F
(56,47,47)
#2C2424
(44,36,36)
#201919
(32,25,25)
#140E0E
(20,14,14)
#000000
(0,0,0)

Tints of #8C7C7C

#8C7C7C
(140,124,124)
#968787
(150,135,135)
#A09292
(160,146,146)
#AA9D9D
(170,157,157)
#B4A8A8
(180,168,168)
#BEB3B3
(190,179,179)
#C8BEBE
(200,190,190)
#D2C9C9
(210,201,201)
#DCD4D4
(220,212,212)
#E6DFDF
(230,223,223)
#F0EAEA
(240,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C7C7C; }

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

This text font color is #8C7C7C.


Background Color

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

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

This div background color is #8C7C7C.


Border color

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

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

This div border color is #8C7C7C.


Opacity

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

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

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

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

This text has shadow with #8C7C7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7C7C on black background.


Color preview on white background

This text has color #8C7C7C on white background.



Black color preview on #8C7C7C background

This text has black color on #8C7C7C background.


White color preview on #8C7C7C background

This text has white color on #8C7C7C background.