COLOR #8C7F61

HEX: #8C7F61
RGB: (140,127,97)

Color info

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

RGB color model

#8C7F61 color RGB value is (140,127,97).

  • red value is 140;
  • green value is 127;
  • blue value is 97.
RGB:
(140,127,97)
(55%,50%,38%)

RGB channels and saturation

R 140 of 255 = 55%
G 127 of 255 = 50%
B 97 of 255 = 38%

140
127
97

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

Portions of RGB colors in percentages

R + G + B =
140 + 127 + 97 = 364 (100%)
R 140 of 364 ~ 38.46%
G 127 of 364 ~ 34.89%
B 97 of 364 ~ 26.65%

%38.46
%34.89
%26.65

CMYK color model

#8C7F61 color CMYK value is (0,9,31,45).

  • cyan value is 0.00%
  • magenta value is 9.29%
  • yellow value is 30.71%
  • key color value is 45.10%
CMYK:
(0,9,31,45)
C0M9Y31K45 
(0%,9%,31%,45%)
(0.00/0.09/0.31/0.45)	

CMYK percentages

%0
%9.29
%30.71
%45.1

Codes

Color #8C7F61 in popluar color models

8C7F61
RGB14012797
HSL42°18.14%46.47%
HSB/HSV42°30.71%54.90%
CMYK0.00%9.29%30.71%
45.10%

Color #8C7F61 in popluar number systems.

HEX8C7F61
Decimal14012797
Binary1000110011111111100001
Octal214177141

Shades and tints

Shades of #8C7F61

#8C7F61
(140,127,97)
#807459
(128,116,89)
#746951
(116,105,81)
#685E49
(104,94,73)
#5C5341
(92,83,65)
#504839
(80,72,57)
#443D31
(68,61,49)
#383229
(56,50,41)
#2C2721
(44,39,33)
#201C19
(32,28,25)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #8C7F61

#8C7F61
(140,127,97)
#968A6F
(150,138,111)
#A0957D
(160,149,125)
#AAA08B
(170,160,139)
#B4AB99
(180,171,153)
#BEB6A7
(190,182,167)
#C8C1B5
(200,193,181)
#D2CCC3
(210,204,195)
#DCD7D1
(220,215,209)
#E6E2DF
(230,226,223)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7F61 color. Also use rgb(140,127,97) instead hex code.

Text Font Color

.myTextColor { color: #8C7F61; }

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

This text font color is #8C7F61.


Background Color

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

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

This div background color is #8C7F61.


Border color

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

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

This div border color is #8C7F61.


Opacity

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

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

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

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

This text has shadow with #8C7F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7F61 on black background.


Color preview on white background

This text has color #8C7F61 on white background.



Black color preview on #8C7F61 background

This text has black color on #8C7F61 background.


White color preview on #8C7F61 background

This text has white color on #8C7F61 background.