COLOR #8E6743

HEX: #8E6743
RGB: (142,103,67)

Color info

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

RGB color model

#8E6743 color RGB value is (142,103,67).

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

RGB channels and saturation

R 142 of 255 = 56%
G 103 of 255 = 40%
B 67 of 255 = 26%

142
103
67

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

Portions of RGB colors in percentages

R + G + B =
142 + 103 + 67 = 312 (100%)
R 142 of 312 ~ 45.51%
G 103 of 312 ~ 33.01%
B 67 of 312 ~ 21.47%

%45.51
%33.01
%21.47

CMYK color model

#8E6743 color CMYK value is (0,27,53,44).

  • cyan value is 0.00%
  • magenta value is 27.46%
  • yellow value is 52.82%
  • key color value is 44.31%
CMYK:
(0,27,53,44)
C0M27Y53K44 
(0%,27%,53%,44%)
(0.00/0.27/0.53/0.44)	

CMYK percentages

%0
%27.46
%52.82
%44.31

Codes

Color #8E6743 in popluar color models

8E6743
RGB14210367
HSL29°35.89%40.98%
HSB/HSV29°52.82%55.69%
CMYK0.00%27.46%52.82%
44.31%

Color #8E6743 in popluar number systems.

HEX8E6743
Decimal14210367
Binary1000111011001111000011
Octal216147103

Shades and tints

Shades of #8E6743

#8E6743
(142,103,67)
#825E3D
(130,94,61)
#765537
(118,85,55)
#6A4C31
(106,76,49)
#5E432B
(94,67,43)
#523A25
(82,58,37)
#46311F
(70,49,31)
#3A2819
(58,40,25)
#2E1F13
(46,31,19)
#22160D
(34,22,13)
#160D07
(22,13,7)
#000000
(0,0,0)

Tints of #8E6743

#8E6743
(142,103,67)
#987454
(152,116,84)
#A28165
(162,129,101)
#AC8E76
(172,142,118)
#B69B87
(182,155,135)
#C0A898
(192,168,152)
#CAB5A9
(202,181,169)
#D4C2BA
(212,194,186)
#DECFCB
(222,207,203)
#E8DCDC
(232,220,220)
#F2E9ED
(242,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E6743; }

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

This text font color is #8E6743.


Background Color

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

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

This div background color is #8E6743.


Border color

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

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

This div border color is #8E6743.


Opacity

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

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

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

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

This text has shadow with #8E6743 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6743 on black background.


Color preview on white background

This text has color #8E6743 on white background.



Black color preview on #8E6743 background

This text has black color on #8E6743 background.


White color preview on #8E6743 background

This text has white color on #8E6743 background.