COLOR #8C774D

HEX: #8C774D
RGB: (140,119,77)

Color info

#8C774D contains mainly red and green colors. Web safe color of #8C774D is #996633 (or #963).

RGB color model

#8C774D color RGB value is (140,119,77).

  • red value is 140;
  • green value is 119;
  • blue value is 77.
RGB:
(140,119,77)
(55%,47%,30%)

RGB channels and saturation

R 140 of 255 = 55%
G 119 of 255 = 47%
B 77 of 255 = 30%

140
119
77

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

Portions of RGB colors in percentages

R + G + B =
140 + 119 + 77 = 336 (100%)
R 140 of 336 ~ 41.67%
G 119 of 336 ~ 35.42%
B 77 of 336 ~ 22.92%

%41.67
%35.42
%22.92

CMYK color model

#8C774D color CMYK value is (0,15,45,45).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 45.00%
  • key color value is 45.10%
CMYK:
(0,15,45,45)
C0M15Y45K45 
(0%,15%,45%,45%)
(0.00/0.15/0.45/0.45)	

CMYK percentages

%0
%15
%45
%45.1

Codes

Color #8C774D in popluar color models

8C774D
RGB14011977
HSL40°29.03%42.55%
HSB/HSV40°45.00%54.90%
CMYK0.00%15.00%45.00%
45.10%

Color #8C774D in popluar number systems.

HEX8C774D
Decimal14011977
Binary1000110011101111001101
Octal214167115

Shades and tints

Shades of #8C774D

#8C774D
(140,119,77)
#806D46
(128,109,70)
#74633F
(116,99,63)
#685938
(104,89,56)
#5C4F31
(92,79,49)
#50452A
(80,69,42)
#443B23
(68,59,35)
#38311C
(56,49,28)
#2C2715
(44,39,21)
#201D0E
(32,29,14)
#141307
(20,19,7)
#000000
(0,0,0)

Tints of #8C774D

#8C774D
(140,119,77)
#96835D
(150,131,93)
#A08F6D
(160,143,109)
#AA9B7D
(170,155,125)
#B4A78D
(180,167,141)
#BEB39D
(190,179,157)
#C8BFAD
(200,191,173)
#D2CBBD
(210,203,189)
#DCD7CD
(220,215,205)
#E6E3DD
(230,227,221)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C774D color. Also use rgb(140,119,77) instead hex code.

Text Font Color

.myTextColor { color: #8C774D; }

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

This text font color is #8C774D.


Background Color

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

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

This div background color is #8C774D.


Border color

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

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

This div border color is #8C774D.


Opacity

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

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

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

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

This text has shadow with #8C774D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C774D on black background.


Color preview on white background

This text has color #8C774D on white background.



Black color preview on #8C774D background

This text has black color on #8C774D background.


White color preview on #8C774D background

This text has white color on #8C774D background.