COLOR #8C887A

HEX: #8C887A RGB: (140,136,122)

Color info

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

RGB color model

#8C887A color RGB value is (140,136,122).

RGB: (140,136,122) (55%, 53%, 48%)

RGB channels and saturation

R 140 of 255 = 55%
G 136 of 255 = 53%
B 122 of 255 = 48%

140
136
122

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

Portions of RGB colors in percentages

R + G + B = 140 + 136 + 122 = 398 (100%)
R 140 of 398 ~ 35.18%
G 136 of 398 ~ 34.17%
B 122 of 398 ~ 30.65'%

%35.18
%34.17
%30.65

CMYK color model

#8C887A color CMYK value is (0,3,13,45).

  • cyan value is 0.00%
  • magenta value is 2.86%
  • yellow value is 12.86%
  • key color value is 45.10%

CMYK: (0,3,13,45)
C0M3Y13K45 (0%, 3%, 13%, 45%)
(0.00 / 0.03 / 0.13 / 0.45)

CMYK percentages

%0
%2.86
%12.86
%45.1

Codes

Color #8C887A in popluar color models

8C 88 7A
RGB 140 136 122
HSL 47° 7.26% 51.37%
HSB/HSV 47° 12.86% 54.90%
CMYK 0.00% 2.86% 12.86%
45.10%

Color #8C887A in popluar number systems.

HEX 8C 88 7A
Decimal 140 136 122
Binary 10001100 10001000 1111010
Octal 214 210 172

Shades and tints

Shades of #8C887A

#8C887A
(140,136,122)
#807C6F
(128,124,111)
#747064
(116,112,100)
#686459
(104,100,89)
#5C584E
(92,88,78)
#504C43
(80,76,67)
#444038
(68,64,56)
#38342D
(56,52,45)
#2C2822
(44,40,34)
#201C17
(32,28,23)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #8C887A

#8C887A
(140,136,122)
#969286
(150,146,134)
#A09C92
(160,156,146)
#AAA69E
(170,166,158)
#B4B0AA
(180,176,170)
#BEBAB6
(190,186,182)
#C8C4C2
(200,196,194)
#D2CECE
(210,206,206)
#DCD8DA
(220,216,218)
#E6E2E6
(230,226,230)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C887A; }

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

This text font color is #8C887A.

Background Color

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

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

This div background color is #8C887A.

Border color

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

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

This div border color is #8C887A.

Opacity

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

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

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

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

This text has shadow with #8C887A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C887A.

Preview

Color preview on black background

This text has color #8C887A on black background.


Color preview on white background

This text has color #8C887A on white background.


Black color preview on #8C887A background

This text has black color on #8C887A background.


White color preview on #8C887A background

This text has white color on #8C887A background.


Related colors

Complementary color

Complementary color for #hex is #737785.


I love getcolorcode.com

Triadic colors

1 #7A8C88 and #887A8C with #8C887A are triadic colors.

2 #7A888C and #888C7A with #8C887A are triadic colors.