COLOR #8C7B4E

HEX: #8C7B4E
RGB: (140,123,78)

Color info

#8C7B4E contains mainly red and green colors. Web safe color of #8C7B4E is #996666 (or #966).

RGB color model

#8C7B4E color RGB value is (140,123,78).

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

RGB channels and saturation

R 140 of 255 = 55%
G 123 of 255 = 48%
B 78 of 255 = 31%

140
123
78

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

Portions of RGB colors in percentages

R + G + B =
140 + 123 + 78 = 341 (100%)
R 140 of 341 ~ 41.06%
G 123 of 341 ~ 36.07%
B 78 of 341 ~ 22.87%

%41.06
%36.07
%22.87

CMYK color model

#8C7B4E color CMYK value is (0,12,44,45).

  • cyan value is 0.00%
  • magenta value is 12.14%
  • yellow value is 44.29%
  • key color value is 45.10%
CMYK:
(0,12,44,45)
C0M12Y44K45 
(0%,12%,44%,45%)
(0.00/0.12/0.44/0.45)	

CMYK percentages

%0
%12.14
%44.29
%45.1

Codes

Color #8C7B4E in popluar color models

8C7B4E
RGB14012378
HSL44°28.44%42.75%
HSB/HSV44°44.29%54.90%
CMYK0.00%12.14%44.29%
45.10%

Color #8C7B4E in popluar number systems.

HEX8C7B4E
Decimal14012378
Binary1000110011110111001110
Octal214173116

Shades and tints

Shades of #8C7B4E

#8C7B4E
(140,123,78)
#807047
(128,112,71)
#746540
(116,101,64)
#685A39
(104,90,57)
#5C4F32
(92,79,50)
#50442B
(80,68,43)
#443924
(68,57,36)
#382E1D
(56,46,29)
#2C2316
(44,35,22)
#20180F
(32,24,15)
#140D08
(20,13,8)
#000000
(0,0,0)

Tints of #8C7B4E

#8C7B4E
(140,123,78)
#96875E
(150,135,94)
#A0936E
(160,147,110)
#AA9F7E
(170,159,126)
#B4AB8E
(180,171,142)
#BEB79E
(190,183,158)
#C8C3AE
(200,195,174)
#D2CFBE
(210,207,190)
#DCDBCE
(220,219,206)
#E6E7DE
(230,231,222)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C7B4E; }

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

This text font color is #8C7B4E.


Background Color

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

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

This div background color is #8C7B4E.


Border color

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

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

This div border color is #8C7B4E.


Opacity

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

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

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

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

This text has shadow with #8C7B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7B4E on black background.


Color preview on white background

This text has color #8C7B4E on white background.



Black color preview on #8C7B4E background

This text has black color on #8C7B4E background.


White color preview on #8C7B4E background

This text has white color on #8C7B4E background.