COLOR #8E793C

HEX: #8E793C
RGB: (142,121,60)

Color info

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

RGB color model

#8E793C color RGB value is (142,121,60).

  • red value is 142;
  • green value is 121;
  • blue value is 60.
RGB:
(142,121,60)
(56%,47%,24%)

RGB channels and saturation

R 142 of 255 = 56%
G 121 of 255 = 47%
B 60 of 255 = 24%

142
121
60

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

Portions of RGB colors in percentages

R + G + B =
142 + 121 + 60 = 323 (100%)
R 142 of 323 ~ 43.96%
G 121 of 323 ~ 37.46%
B 60 of 323 ~ 18.58%

%43.96
%37.46
%18.58

CMYK color model

#8E793C color CMYK value is (0,15,58,44).

  • cyan value is 0.00%
  • magenta value is 14.79%
  • yellow value is 57.75%
  • key color value is 44.31%
CMYK:
(0,15,58,44)
C0M15Y58K44 
(0%,15%,58%,44%)
(0.00/0.15/0.58/0.44)	

CMYK percentages

%0
%14.79
%57.75
%44.31

Codes

Color #8E793C in popluar color models

8E793C
RGB14212160
HSL45°40.59%39.61%
HSB/HSV45°57.75%55.69%
CMYK0.00%14.79%57.75%
44.31%

Color #8E793C in popluar number systems.

HEX8E793C
Decimal14212160
Binary100011101111001111100
Octal21617174

Shades and tints

Shades of #8E793C

#8E793C
(142,121,60)
#826E37
(130,110,55)
#766332
(118,99,50)
#6A582D
(106,88,45)
#5E4D28
(94,77,40)
#524223
(82,66,35)
#46371E
(70,55,30)
#3A2C19
(58,44,25)
#2E2114
(46,33,20)
#22160F
(34,22,15)
#160B0A
(22,11,10)
#000000
(0,0,0)

Tints of #8E793C

#8E793C
(142,121,60)
#98854D
(152,133,77)
#A2915E
(162,145,94)
#AC9D6F
(172,157,111)
#B6A980
(182,169,128)
#C0B591
(192,181,145)
#CAC1A2
(202,193,162)
#D4CDB3
(212,205,179)
#DED9C4
(222,217,196)
#E8E5D5
(232,229,213)
#F2F1E6
(242,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E793C color. Also use rgb(142,121,60) instead hex code.

Text Font Color

.myTextColor { color: #8E793C; }

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

This text font color is #8E793C.


Background Color

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

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

This div background color is #8E793C.


Border color

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

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

This div border color is #8E793C.


Opacity

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

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

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

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

This text has shadow with #8E793C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E793C on black background.


Color preview on white background

This text has color #8E793C on white background.



Black color preview on #8E793C background

This text has black color on #8E793C background.


White color preview on #8E793C background

This text has white color on #8E793C background.