COLOR #8C927A

HEX: #8C927A
RGB: (140,146,122)

Color info

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

RGB color model

#8C927A color RGB value is (140,146,122).

  • red value is 140;
  • green value is 146;
  • blue value is 122.
RGB:
(140,146,122)
(55%,57%,48%)

RGB channels and saturation

R 140 of 255 = 55%
G 146 of 255 = 57%
B 122 of 255 = 48%

140
146
122

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

Portions of RGB colors in percentages

R + G + B =
140 + 146 + 122 = 408 (100%)
R 140 of 408 ~ 34.31%
G 146 of 408 ~ 35.78%
B 122 of 408 ~ 29.9%

%34.31
%35.78
%29.9

CMYK color model

#8C927A color CMYK value is (4,0,16,43).

  • cyan value is 4.11%
  • magenta value is 0.00%
  • yellow value is 16.44%
  • key color value is 42.75%
CMYK:
(4,0,16,43)
C4M0Y16K43 
(4%,0%,16%,43%)
(0.04/0.00/0.16/0.43)	

CMYK percentages

%4.11
%0
%16.44
%42.75

Codes

Color #8C927A in popluar color models

8C927A
RGB140146122
HSL75°9.92%52.55%
HSB/HSV75°16.44%57.25%
CMYK4.11%0.00%16.44%
42.75%

Color #8C927A in popluar number systems.

HEX8C927A
Decimal140146122
Binary10001100100100101111010
Octal214222172

Shades and tints

Shades of #8C927A

#8C927A
(140,146,122)
#80856F
(128,133,111)
#747864
(116,120,100)
#686B59
(104,107,89)
#5C5E4E
(92,94,78)
#505143
(80,81,67)
#444438
(68,68,56)
#38372D
(56,55,45)
#2C2A22
(44,42,34)
#201D17
(32,29,23)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #8C927A

#8C927A
(140,146,122)
#969B86
(150,155,134)
#A0A492
(160,164,146)
#AAAD9E
(170,173,158)
#B4B6AA
(180,182,170)
#BEBFB6
(190,191,182)
#C8C8C2
(200,200,194)
#D2D1CE
(210,209,206)
#DCDADA
(220,218,218)
#E6E3E6
(230,227,230)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C927A; }

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

This text font color is #8C927A.


Background Color

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

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

This div background color is #8C927A.


Border color

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

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

This div border color is #8C927A.


Opacity

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

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

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

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

This text has shadow with #8C927A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C927A on black background.


Color preview on white background

This text has color #8C927A on white background.



Black color preview on #8C927A background

This text has black color on #8C927A background.


White color preview on #8C927A background

This text has white color on #8C927A background.