COLOR #8E753A

HEX: #8E753A
RGB: (142,117,58)

Color info

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

RGB color model

#8E753A color RGB value is (142,117,58).

  • red value is 142;
  • green value is 117;
  • blue value is 58.
RGB:
(142,117,58)
(56%,46%,23%)

RGB channels and saturation

R 142 of 255 = 56%
G 117 of 255 = 46%
B 58 of 255 = 23%

142
117
58

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

Portions of RGB colors in percentages

R + G + B =
142 + 117 + 58 = 317 (100%)
R 142 of 317 ~ 44.79%
G 117 of 317 ~ 36.91%
B 58 of 317 ~ 18.3%

%44.79
%36.91
%18.3

CMYK color model

#8E753A color CMYK value is (0,18,59,44).

  • cyan value is 0.00%
  • magenta value is 17.61%
  • yellow value is 59.15%
  • key color value is 44.31%
CMYK:
(0,18,59,44)
C0M18Y59K44 
(0%,18%,59%,44%)
(0.00/0.18/0.59/0.44)	

CMYK percentages

%0
%17.61
%59.15
%44.31

Codes

Color #8E753A in popluar color models

8E753A
RGB14211758
HSL42°42.00%39.22%
HSB/HSV42°59.15%55.69%
CMYK0.00%17.61%59.15%
44.31%

Color #8E753A in popluar number systems.

HEX8E753A
Decimal14211758
Binary100011101110101111010
Octal21616572

Shades and tints

Shades of #8E753A

#8E753A
(142,117,58)
#826B35
(130,107,53)
#766130
(118,97,48)
#6A572B
(106,87,43)
#5E4D26
(94,77,38)
#524321
(82,67,33)
#46391C
(70,57,28)
#3A2F17
(58,47,23)
#2E2512
(46,37,18)
#221B0D
(34,27,13)
#161108
(22,17,8)
#000000
(0,0,0)

Tints of #8E753A

#8E753A
(142,117,58)
#98814B
(152,129,75)
#A28D5C
(162,141,92)
#AC996D
(172,153,109)
#B6A57E
(182,165,126)
#C0B18F
(192,177,143)
#CABDA0
(202,189,160)
#D4C9B1
(212,201,177)
#DED5C2
(222,213,194)
#E8E1D3
(232,225,211)
#F2EDE4
(242,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E753A color. Also use rgb(142,117,58) instead hex code.

Text Font Color

.myTextColor { color: #8E753A; }

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

This text font color is #8E753A.


Background Color

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

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

This div background color is #8E753A.


Border color

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

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

This div border color is #8E753A.


Opacity

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

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

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

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

This text has shadow with #8E753A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E753A on black background.


Color preview on white background

This text has color #8E753A on white background.



Black color preview on #8E753A background

This text has black color on #8E753A background.


White color preview on #8E753A background

This text has white color on #8E753A background.