COLOR #8E7843

HEX: #8E7843 RGB: (142,120,67)

Color info

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

RGB color model

#8E7843 color RGB value is (142,120,67).

RGB: (142,120,67) (56%, 47%, 26%)

RGB channels and saturation

R 142 of 255 = 56%
G 120 of 255 = 47%
B 67 of 255 = 26%

142
120
67

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

Portions of RGB colors in percentages

R + G + B = 142 + 120 + 67 = 329 (100%)
R 142 of 329 ~ 43.16%
G 120 of 329 ~ 36.47%
B 67 of 329 ~ 20.36'%

%43.16
%36.47
%20.36

CMYK color model

#8E7843 color CMYK value is (0,15,53,44).

  • cyan value is 0.00%
  • magenta value is 15.49%
  • yellow value is 52.82%
  • key color value is 44.31%
CMYK: (0,15,53,44) C0M15Y53K44 (0%,15%,53%,44%) (0.00/0.15/0.53/0.44) 

CMYK percentages

%0
%15.49
%52.82
%44.31

Codes

Color #8E7843 in popluar color models

8E 78 43
RGB 142 120 67
HSL 42° 35.89% 40.98%
HSB/HSV 42° 52.82% 55.69%
CMYK 0.00% 15.49% 52.82%
44.31%

Color #8E7843 in popluar number systems.

HEX 8E 78 43
Decimal 142 120 67
Binary 10001110 1111000 1000011
Octal 216 170 103

Shades and tints

Shades of #8E7843

#8E7843
(142,120,67)
#826E3D
(130,110,61)
#766437
(118,100,55)
#6A5A31
(106,90,49)
#5E502B
(94,80,43)
#524625
(82,70,37)
#463C1F
(70,60,31)
#3A3219
(58,50,25)
#2E2813
(46,40,19)
#221E0D
(34,30,13)
#161407
(22,20,7)
#000000
(0,0,0)

Tints of #8E7843

#8E7843
(142,120,67)
#988454
(152,132,84)
#A29065
(162,144,101)
#AC9C76
(172,156,118)
#B6A887
(182,168,135)
#C0B498
(192,180,152)
#CAC0A9
(202,192,169)
#D4CCBA
(212,204,186)
#DED8CB
(222,216,203)
#E8E4DC
(232,228,220)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7843; }

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

This text font color is #8E7843.

Background Color

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

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

This div background color is #8E7843.

Border color

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

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

This div border color is #8E7843.

Opacity

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

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

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

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

This text has shadow with #8E7843 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E7843.

Preview

Color preview on black background

This text has color #8E7843 on black background.


Color preview on white background

This text has color #8E7843 on white background.


Black color preview on #8E7843 background

This text has black color on #8E7843 background.


White color preview on #8E7843 background

This text has white color on #8E7843 background.


Related colors

Complementary color

Complementary color for #hex is #7187BC.


I love getcolorcode.com

Triadic colors

1 #438E78 and #78438E with #8E7843 are triadic colors.

2 #43788E and #788E43 with #8E7843 are triadic colors.