COLOR #8C857B

HEX: #8C857B
RGB: (140,133,123)

Color info

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

RGB color model

#8C857B color RGB value is (140,133,123).

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

RGB channels and saturation

R 140 of 255 = 55%
G 133 of 255 = 52%
B 123 of 255 = 48%

140
133
123

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

Portions of RGB colors in percentages

R + G + B =
140 + 133 + 123 = 396 (100%)
R 140 of 396 ~ 35.35%
G 133 of 396 ~ 33.59%
B 123 of 396 ~ 31.06%

%35.35
%33.59
%31.06

CMYK color model

#8C857B color CMYK value is (0,5,12,45).

  • cyan value is 0.00%
  • magenta value is 5.00%
  • yellow value is 12.14%
  • key color value is 45.10%
CMYK:
(0,5,12,45)
C0M5Y12K45 
(0%,5%,12%,45%)
(0.00/0.05/0.12/0.45)	

CMYK percentages

%0
%5
%12.14
%45.1

Codes

Color #8C857B in popluar color models

8C857B
RGB140133123
HSL35°6.88%51.57%
HSB/HSV35°12.14%54.90%
CMYK0.00%5.00%12.14%
45.10%

Color #8C857B in popluar number systems.

HEX8C857B
Decimal140133123
Binary10001100100001011111011
Octal214205173

Shades and tints

Shades of #8C857B

#8C857B
(140,133,123)
#807970
(128,121,112)
#746D65
(116,109,101)
#68615A
(104,97,90)
#5C554F
(92,85,79)
#504944
(80,73,68)
#443D39
(68,61,57)
#38312E
(56,49,46)
#2C2523
(44,37,35)
#201918
(32,25,24)
#140D0D
(20,13,13)
#000000
(0,0,0)

Tints of #8C857B

#8C857B
(140,133,123)
#969087
(150,144,135)
#A09B93
(160,155,147)
#AAA69F
(170,166,159)
#B4B1AB
(180,177,171)
#BEBCB7
(190,188,183)
#C8C7C3
(200,199,195)
#D2D2CF
(210,210,207)
#DCDDDB
(220,221,219)
#E6E8E7
(230,232,231)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C857B; }

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

This text font color is #8C857B.


Background Color

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

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

This div background color is #8C857B.


Border color

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

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

This div border color is #8C857B.


Opacity

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

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

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

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

This text has shadow with #8C857B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C857B on black background.


Color preview on white background

This text has color #8C857B on white background.



Black color preview on #8C857B background

This text has black color on #8C857B background.


White color preview on #8C857B background

This text has white color on #8C857B background.