COLOR #8E7443

HEX: #8E7443
RGB: (142,116,67)

Color info

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

RGB color model

#8E7443 color RGB value is (142,116,67).

  • red value is 142;
  • green value is 116;
  • blue value is 67.
RGB:
(142,116,67)
(56%,45%,26%)

RGB channels and saturation

R 142 of 255 = 56%
G 116 of 255 = 45%
B 67 of 255 = 26%

142
116
67

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

Portions of RGB colors in percentages

R + G + B =
142 + 116 + 67 = 325 (100%)
R 142 of 325 ~ 43.69%
G 116 of 325 ~ 35.69%
B 67 of 325 ~ 20.62%

%43.69
%35.69
%20.62

CMYK color model

#8E7443 color CMYK value is (0,18,53,44).

  • cyan value is 0.00%
  • magenta value is 18.31%
  • yellow value is 52.82%
  • key color value is 44.31%
CMYK:
(0,18,53,44)
C0M18Y53K44 
(0%,18%,53%,44%)
(0.00/0.18/0.53/0.44)	

CMYK percentages

%0
%18.31
%52.82
%44.31

Codes

Color #8E7443 in popluar color models

8E7443
RGB14211667
HSL39°35.89%40.98%
HSB/HSV39°52.82%55.69%
CMYK0.00%18.31%52.82%
44.31%

Color #8E7443 in popluar number systems.

HEX8E7443
Decimal14211667
Binary1000111011101001000011
Octal216164103

Shades and tints

Shades of #8E7443

#8E7443
(142,116,67)
#826A3D
(130,106,61)
#766037
(118,96,55)
#6A5631
(106,86,49)
#5E4C2B
(94,76,43)
#524225
(82,66,37)
#46381F
(70,56,31)
#3A2E19
(58,46,25)
#2E2413
(46,36,19)
#221A0D
(34,26,13)
#161007
(22,16,7)
#000000
(0,0,0)

Tints of #8E7443

#8E7443
(142,116,67)
#988054
(152,128,84)
#A28C65
(162,140,101)
#AC9876
(172,152,118)
#B6A487
(182,164,135)
#C0B098
(192,176,152)
#CABCA9
(202,188,169)
#D4C8BA
(212,200,186)
#DED4CB
(222,212,203)
#E8E0DC
(232,224,220)
#F2ECED
(242,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7443 color. Also use rgb(142,116,67) instead hex code.

Text Font Color

.myTextColor { color: #8E7443; }

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

This text font color is #8E7443.


Background Color

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

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

This div background color is #8E7443.


Border color

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

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

This div border color is #8E7443.


Opacity

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

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

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

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

This text has shadow with #8E7443 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7443 on black background.


Color preview on white background

This text has color #8E7443 on white background.



Black color preview on #8E7443 background

This text has black color on #8E7443 background.


White color preview on #8E7443 background

This text has white color on #8E7443 background.