COLOR #8C927C

HEX: #8C927C RGB: (140,146,124)

Color info

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

RGB color model

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

RGB: (140,146,124) (55%, 57%, 49%)

RGB channels and saturation

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

140
146
124

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

Portions of RGB colors in percentages

R + G + B = 140 + 146 + 124 = 410 (100%)
R 140 of 410 ~ 34.15%
G 146 of 410 ~ 35.61%
B 124 of 410 ~ 30.24'%

%34.15
%35.61
%30.24

CMYK color model

#8C927C color CMYK value is (4,0,15,43).

  • cyan value is 4.11%
  • magenta value is 0.00%
  • yellow value is 15.07%
  • key color value is 42.75%

CMYK: (4,0,15,43)
C4M0Y15K43 (4%, 0%, 15%, 43%)
(0.04 / 0.00 / 0.15 / 0.43)

CMYK percentages

%4.11
%0
%15.07
%42.75

Codes

Color #8C927C in popluar color models

8C 92 7C
RGB 140 146 124
HSL 76° 9.17% 52.94%
HSB/HSV 76° 15.07% 57.25%
CMYK 4.11% 0.00% 15.07%
42.75%

Color #8C927C in popluar number systems.

HEX 8C 92 7C
Decimal 140 146 124
Binary 10001100 10010010 1111100
Octal 214 222 174

Shades and tints

Shades of #8C927C

#8C927C
(140,146,124)
#808571
(128,133,113)
#747866
(116,120,102)
#686B5B
(104,107,91)
#5C5E50
(92,94,80)
#505145
(80,81,69)
#44443A
(68,68,58)
#38372F
(56,55,47)
#2C2A24
(44,42,36)
#201D19
(32,29,25)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #8C927C

#8C927C
(140,146,124)
#969B87
(150,155,135)
#A0A492
(160,164,146)
#AAAD9D
(170,173,157)
#B4B6A8
(180,182,168)
#BEBFB3
(190,191,179)
#C8C8BE
(200,200,190)
#D2D1C9
(210,209,201)
#DCDAD4
(220,218,212)
#E6E3DF
(230,227,223)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C927C; }

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

This text font color is #8C927C.

Background Color

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

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

This div background color is #8C927C.

Border color

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

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

This div border color is #8C927C.

Opacity

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

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

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

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

This text has shadow with #8C927C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C927C.

Preview

Color preview on black background

This text has color #8C927C on black background.


Color preview on white background

This text has color #8C927C on white background.


Black color preview on #8C927C background

This text has black color on #8C927C background.


White color preview on #8C927C background

This text has white color on #8C927C background.


Related colors

Complementary color

Complementary color for #hex is #736D83.


I love getcolorcode.com

Triadic colors

1 #7C8C92 and #927C8C with #8C927C are triadic colors.

2 #7C928C and #928C7C with #8C927C are triadic colors.