COLOR #8E784A

HEX: #8E784A
RGB: (142,120,74)

Color info

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

RGB color model

#8E784A color RGB value is (142,120,74).

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

RGB channels and saturation

R 142 of 255 = 56%
G 120 of 255 = 47%
B 74 of 255 = 29%

142
120
74

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

Portions of RGB colors in percentages

R + G + B =
142 + 120 + 74 = 336 (100%)
R 142 of 336 ~ 42.26%
G 120 of 336 ~ 35.71%
B 74 of 336 ~ 22.02%

%42.26
%35.71
%22.02

CMYK color model

#8E784A color CMYK value is (0,15,48,44).

  • cyan value is 0.00%
  • magenta value is 15.49%
  • yellow value is 47.89%
  • key color value is 44.31%
CMYK:
(0,15,48,44)
C0M15Y48K44 
(0%,15%,48%,44%)
(0.00/0.15/0.48/0.44)	

CMYK percentages

%0
%15.49
%47.89
%44.31

Codes

Color #8E784A in popluar color models

8E784A
RGB14212074
HSL41°31.48%42.35%
HSB/HSV41°47.89%55.69%
CMYK0.00%15.49%47.89%
44.31%

Color #8E784A in popluar number systems.

HEX8E784A
Decimal14212074
Binary1000111011110001001010
Octal216170112

Shades and tints

Shades of #8E784A

#8E784A
(142,120,74)
#826E44
(130,110,68)
#76643E
(118,100,62)
#6A5A38
(106,90,56)
#5E5032
(94,80,50)
#52462C
(82,70,44)
#463C26
(70,60,38)
#3A3220
(58,50,32)
#2E281A
(46,40,26)
#221E14
(34,30,20)
#16140E
(22,20,14)
#000000
(0,0,0)

Tints of #8E784A

#8E784A
(142,120,74)
#98845A
(152,132,90)
#A2906A
(162,144,106)
#AC9C7A
(172,156,122)
#B6A88A
(182,168,138)
#C0B49A
(192,180,154)
#CAC0AA
(202,192,170)
#D4CCBA
(212,204,186)
#DED8CA
(222,216,202)
#E8E4DA
(232,228,218)
#F2F0EA
(242,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E784A; }

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

This text font color is #8E784A.


Background Color

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

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

This div background color is #8E784A.


Border color

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

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

This div border color is #8E784A.


Opacity

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

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

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

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

This text has shadow with #8E784A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E784A on black background.


Color preview on white background

This text has color #8E784A on white background.



Black color preview on #8E784A background

This text has black color on #8E784A background.


White color preview on #8E784A background

This text has white color on #8E784A background.