COLOR #8C7376

HEX: #8C7376
RGB: (140,115,118)

Color info

#8C7376 contains red, green and blue colors in about the same proportion. Web safe color of #8C7376 is #996666 (or #966).

RGB color model

#8C7376 color RGB value is (140,115,118).

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

RGB channels and saturation

R 140 of 255 = 55%
G 115 of 255 = 45%
B 118 of 255 = 46%

140
115
118

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

Portions of RGB colors in percentages

R + G + B =
140 + 115 + 118 = 373 (100%)
R 140 of 373 ~ 37.53%
G 115 of 373 ~ 30.83%
B 118 of 373 ~ 31.64%

%37.53
%30.83
%31.64

CMYK color model

#8C7376 color CMYK value is (0,18,16,45).

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 15.71%
  • key color value is 45.10%
CMYK:
(0,18,16,45)
C0M18Y16K45 
(0%,18%,16%,45%)
(0.00/0.18/0.16/0.45)	

CMYK percentages

%0
%17.86
%15.71
%45.1

Codes

Color #8C7376 in popluar color models

8C7376
RGB140115118
HSL353°9.80%50.00%
HSB/HSV353°17.86%54.90%
CMYK0.00%17.86%15.71%
45.10%

Color #8C7376 in popluar number systems.

HEX8C7376
Decimal140115118
Binary1000110011100111110110
Octal214163166

Shades and tints

Shades of #8C7376

#8C7376
(140,115,118)
#80696C
(128,105,108)
#745F62
(116,95,98)
#685558
(104,85,88)
#5C4B4E
(92,75,78)
#504144
(80,65,68)
#44373A
(68,55,58)
#382D30
(56,45,48)
#2C2326
(44,35,38)
#20191C
(32,25,28)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #8C7376

#8C7376
(140,115,118)
#967F82
(150,127,130)
#A08B8E
(160,139,142)
#AA979A
(170,151,154)
#B4A3A6
(180,163,166)
#BEAFB2
(190,175,178)
#C8BBBE
(200,187,190)
#D2C7CA
(210,199,202)
#DCD3D6
(220,211,214)
#E6DFE2
(230,223,226)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C7376; }

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

This text font color is #8C7376.


Background Color

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

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

This div background color is #8C7376.


Border color

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

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

This div border color is #8C7376.


Opacity

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

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

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

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

This text has shadow with #8C7376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7376 on black background.


Color preview on white background

This text has color #8C7376 on white background.



Black color preview on #8C7376 background

This text has black color on #8C7376 background.


White color preview on #8C7376 background

This text has white color on #8C7376 background.