COLOR #8C7C60

HEX: #8C7C60
RGB: (140,124,96)

Color info

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

RGB color model

#8C7C60 color RGB value is (140,124,96).

  • red value is 140;
  • green value is 124;
  • blue value is 96.
RGB:
(140,124,96)
(55%,49%,38%)

RGB channels and saturation

R 140 of 255 = 55%
G 124 of 255 = 49%
B 96 of 255 = 38%

140
124
96

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

Portions of RGB colors in percentages

R + G + B =
140 + 124 + 96 = 360 (100%)
R 140 of 360 ~ 38.89%
G 124 of 360 ~ 34.44%
B 96 of 360 ~ 26.67%

%38.89
%34.44
%26.67

CMYK color model

#8C7C60 color CMYK value is (0,11,31,45).

  • cyan value is 0.00%
  • magenta value is 11.43%
  • yellow value is 31.43%
  • key color value is 45.10%
CMYK:
(0,11,31,45)
C0M11Y31K45 
(0%,11%,31%,45%)
(0.00/0.11/0.31/0.45)	

CMYK percentages

%0
%11.43
%31.43
%45.1

Codes

Color #8C7C60 in popluar color models

8C7C60
RGB14012496
HSL38°18.64%46.27%
HSB/HSV38°31.43%54.90%
CMYK0.00%11.43%31.43%
45.10%

Color #8C7C60 in popluar number systems.

HEX8C7C60
Decimal14012496
Binary1000110011111001100000
Octal214174140

Shades and tints

Shades of #8C7C60

#8C7C60
(140,124,96)
#807158
(128,113,88)
#746650
(116,102,80)
#685B48
(104,91,72)
#5C5040
(92,80,64)
#504538
(80,69,56)
#443A30
(68,58,48)
#382F28
(56,47,40)
#2C2420
(44,36,32)
#201918
(32,25,24)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #8C7C60

#8C7C60
(140,124,96)
#96876E
(150,135,110)
#A0927C
(160,146,124)
#AA9D8A
(170,157,138)
#B4A898
(180,168,152)
#BEB3A6
(190,179,166)
#C8BEB4
(200,190,180)
#D2C9C2
(210,201,194)
#DCD4D0
(220,212,208)
#E6DFDE
(230,223,222)
#F0EAEC
(240,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7C60 color. Also use rgb(140,124,96) instead hex code.

Text Font Color

.myTextColor { color: #8C7C60; }

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

This text font color is #8C7C60.


Background Color

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

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

This div background color is #8C7C60.


Border color

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

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

This div border color is #8C7C60.


Opacity

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

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

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

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

This text has shadow with #8C7C60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7C60 on black background.


Color preview on white background

This text has color #8C7C60 on white background.



Black color preview on #8C7C60 background

This text has black color on #8C7C60 background.


White color preview on #8C7C60 background

This text has white color on #8C7C60 background.