COLOR #8C947C

HEX: #8C947C
RGB: (140,148,124)

Color info

#8C947C contains red, green and blue colors in about the same proportion. Web safe color of #8C947C is #999966 (or #996).

RGB color model

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

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

RGB channels and saturation

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

140
148
124

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

Portions of RGB colors in percentages

R + G + B =
140 + 148 + 124 = 412 (100%)
R 140 of 412 ~ 33.98%
G 148 of 412 ~ 35.92%
B 124 of 412 ~ 30.1%

%33.98
%35.92
%30.1

CMYK color model

#8C947C color CMYK value is (5,0,16,42).

  • cyan value is 5.41%
  • magenta value is 0.00%
  • yellow value is 16.22%
  • key color value is 41.96%
CMYK:
(5,0,16,42)
C5M0Y16K42 
(5%,0%,16%,42%)
(0.05/0.00/0.16/0.42)	

CMYK percentages

%5.41
%0
%16.22
%41.96

Codes

Color #8C947C in popluar color models

8C947C
RGB140148124
HSL80°10.08%53.33%
HSB/HSV80°16.22%58.04%
CMYK5.41%0.00%16.22%
41.96%

Color #8C947C in popluar number systems.

HEX8C947C
Decimal140148124
Binary10001100100101001111100
Octal214224174

Shades and tints

Shades of #8C947C

#8C947C
(140,148,124)
#808771
(128,135,113)
#747A66
(116,122,102)
#686D5B
(104,109,91)
#5C6050
(92,96,80)
#505345
(80,83,69)
#44463A
(68,70,58)
#38392F
(56,57,47)
#2C2C24
(44,44,36)
#201F19
(32,31,25)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #8C947C

#8C947C
(140,148,124)
#969D87
(150,157,135)
#A0A692
(160,166,146)
#AAAF9D
(170,175,157)
#B4B8A8
(180,184,168)
#BEC1B3
(190,193,179)
#C8CABE
(200,202,190)
#D2D3C9
(210,211,201)
#DCDCD4
(220,220,212)
#E6E5DF
(230,229,223)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C947C; }

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

This text font color is #8C947C.


Background Color

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

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

This div background color is #8C947C.


Border color

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

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

This div border color is #8C947C.


Opacity

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

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

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

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

This text has shadow with #8C947C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C947C on black background.


Color preview on white background

This text has color #8C947C on white background.



Black color preview on #8C947C background

This text has black color on #8C947C background.


White color preview on #8C947C background

This text has white color on #8C947C background.