COLOR #8C887B

HEX: #8C887B
RGB: (140,136,123)

Color info

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

RGB color model

#8C887B color RGB value is (140,136,123).

  • red value is 140;
  • green value is 136;
  • blue value is 123.
RGB:
(140,136,123)
(55%,53%,48%)

RGB channels and saturation

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

140
136
123

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

Portions of RGB colors in percentages

R + G + B =
140 + 136 + 123 = 399 (100%)
R 140 of 399 ~ 35.09%
G 136 of 399 ~ 34.09%
B 123 of 399 ~ 30.83%

%35.09
%34.09
%30.83

CMYK color model

#8C887B color CMYK value is (0,3,12,45).

  • cyan value is 0.00%
  • magenta value is 2.86%
  • yellow value is 12.14%
  • key color value is 45.10%
CMYK:
(0,3,12,45)
C0M3Y12K45 
(0%,3%,12%,45%)
(0.00/0.03/0.12/0.45)	

CMYK percentages

%0
%2.86
%12.14
%45.1

Codes

Color #8C887B in popluar color models

8C887B
RGB140136123
HSL46°6.88%51.57%
HSB/HSV46°12.14%54.90%
CMYK0.00%2.86%12.14%
45.10%

Color #8C887B in popluar number systems.

HEX8C887B
Decimal140136123
Binary10001100100010001111011
Octal214210173

Shades and tints

Shades of #8C887B

#8C887B
(140,136,123)
#807C70
(128,124,112)
#747065
(116,112,101)
#68645A
(104,100,90)
#5C584F
(92,88,79)
#504C44
(80,76,68)
#444039
(68,64,57)
#38342E
(56,52,46)
#2C2823
(44,40,35)
#201C18
(32,28,24)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #8C887B

#8C887B
(140,136,123)
#969287
(150,146,135)
#A09C93
(160,156,147)
#AAA69F
(170,166,159)
#B4B0AB
(180,176,171)
#BEBAB7
(190,186,183)
#C8C4C3
(200,196,195)
#D2CECF
(210,206,207)
#DCD8DB
(220,216,219)
#E6E2E7
(230,226,231)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C887B; }

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

This text font color is #8C887B.


Background Color

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

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

This div background color is #8C887B.


Border color

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

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

This div border color is #8C887B.


Opacity

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

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

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

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

This text has shadow with #8C887B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C887B on black background.


Color preview on white background

This text has color #8C887B on white background.



Black color preview on #8C887B background

This text has black color on #8C887B background.


White color preview on #8C887B background

This text has white color on #8C887B background.