COLOR #8C784A

HEX: #8C784A
RGB: (140,120,74)

Color info

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

RGB color model

#8C784A color RGB value is (140,120,74).

  • red value is 140;
  • green value is 120;
  • blue value is 74.
RGB:
(140,120,74)
(55%,47%,29%)

RGB channels and saturation

R 140 of 255 = 55%
G 120 of 255 = 47%
B 74 of 255 = 29%

140
120
74

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

Portions of RGB colors in percentages

R + G + B =
140 + 120 + 74 = 334 (100%)
R 140 of 334 ~ 41.92%
G 120 of 334 ~ 35.93%
B 74 of 334 ~ 22.16%

%41.92
%35.93
%22.16

CMYK color model

#8C784A color CMYK value is (0,14,47,45).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 47.14%
  • key color value is 45.10%
CMYK:
(0,14,47,45)
C0M14Y47K45 
(0%,14%,47%,45%)
(0.00/0.14/0.47/0.45)	

CMYK percentages

%0
%14.29
%47.14
%45.1

Codes

Color #8C784A in popluar color models

8C784A
RGB14012074
HSL42°30.84%41.96%
HSB/HSV42°47.14%54.90%
CMYK0.00%14.29%47.14%
45.10%

Color #8C784A in popluar number systems.

HEX8C784A
Decimal14012074
Binary1000110011110001001010
Octal214170112

Shades and tints

Shades of #8C784A

#8C784A
(140,120,74)
#806E44
(128,110,68)
#74643E
(116,100,62)
#685A38
(104,90,56)
#5C5032
(92,80,50)
#50462C
(80,70,44)
#443C26
(68,60,38)
#383220
(56,50,32)
#2C281A
(44,40,26)
#201E14
(32,30,20)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #8C784A

#8C784A
(140,120,74)
#96845A
(150,132,90)
#A0906A
(160,144,106)
#AA9C7A
(170,156,122)
#B4A88A
(180,168,138)
#BEB49A
(190,180,154)
#C8C0AA
(200,192,170)
#D2CCBA
(210,204,186)
#DCD8CA
(220,216,202)
#E6E4DA
(230,228,218)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C784A color. Also use rgb(140,120,74) instead hex code.

Text Font Color

.myTextColor { color: #8C784A; }

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

This text font color is #8C784A.


Background Color

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

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

This div background color is #8C784A.


Border color

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

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

This div border color is #8C784A.


Opacity

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

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

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

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

This text has shadow with #8C784A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C784A on black background.


Color preview on white background

This text has color #8C784A on white background.



Black color preview on #8C784A background

This text has black color on #8C784A background.


White color preview on #8C784A background

This text has white color on #8C784A background.