COLOR #8C8373

HEX: #8C8373
RGB: (140,131,115)

Color info

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

RGB color model

#8C8373 color RGB value is (140,131,115).

  • red value is 140;
  • green value is 131;
  • blue value is 115.
RGB:
(140,131,115)
(55%,51%,45%)

RGB channels and saturation

R 140 of 255 = 55%
G 131 of 255 = 51%
B 115 of 255 = 45%

140
131
115

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

Portions of RGB colors in percentages

R + G + B =
140 + 131 + 115 = 386 (100%)
R 140 of 386 ~ 36.27%
G 131 of 386 ~ 33.94%
B 115 of 386 ~ 29.79%

%36.27
%33.94
%29.79

CMYK color model

#8C8373 color CMYK value is (0,6,18,45).

  • cyan value is 0.00%
  • magenta value is 6.43%
  • yellow value is 17.86%
  • key color value is 45.10%
CMYK:
(0,6,18,45)
C0M6Y18K45 
(0%,6%,18%,45%)
(0.00/0.06/0.18/0.45)	

CMYK percentages

%0
%6.43
%17.86
%45.1

Codes

Color #8C8373 in popluar color models

8C8373
RGB140131115
HSL38°9.80%50.00%
HSB/HSV38°17.86%54.90%
CMYK0.00%6.43%17.86%
45.10%

Color #8C8373 in popluar number systems.

HEX8C8373
Decimal140131115
Binary10001100100000111110011
Octal214203163

Shades and tints

Shades of #8C8373

#8C8373
(140,131,115)
#807869
(128,120,105)
#746D5F
(116,109,95)
#686255
(104,98,85)
#5C574B
(92,87,75)
#504C41
(80,76,65)
#444137
(68,65,55)
#38362D
(56,54,45)
#2C2B23
(44,43,35)
#202019
(32,32,25)
#14150F
(20,21,15)
#000000
(0,0,0)

Tints of #8C8373

#8C8373
(140,131,115)
#968E7F
(150,142,127)
#A0998B
(160,153,139)
#AAA497
(170,164,151)
#B4AFA3
(180,175,163)
#BEBAAF
(190,186,175)
#C8C5BB
(200,197,187)
#D2D0C7
(210,208,199)
#DCDBD3
(220,219,211)
#E6E6DF
(230,230,223)
#F0F1EB
(240,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C8373 color. Also use rgb(140,131,115) instead hex code.

Text Font Color

.myTextColor { color: #8C8373; }

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

This text font color is #8C8373.


Background Color

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

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

This div background color is #8C8373.


Border color

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

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

This div border color is #8C8373.


Opacity

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

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

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

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

This text has shadow with #8C8373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C8373 on black background.


Color preview on white background

This text has color #8C8373 on white background.



Black color preview on #8C8373 background

This text has black color on #8C8373 background.


White color preview on #8C8373 background

This text has white color on #8C8373 background.