COLOR #8E6E39

HEX: #8E6E39
RGB: (142,110,57)

Color info

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

RGB color model

#8E6E39 color RGB value is (142,110,57).

  • red value is 142;
  • green value is 110;
  • blue value is 57.
RGB:
(142,110,57)
(56%,43%,22%)

RGB channels and saturation

R 142 of 255 = 56%
G 110 of 255 = 43%
B 57 of 255 = 22%

142
110
57

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

Portions of RGB colors in percentages

R + G + B =
142 + 110 + 57 = 309 (100%)
R 142 of 309 ~ 45.95%
G 110 of 309 ~ 35.6%
B 57 of 309 ~ 18.45%

%45.95
%35.6
%18.45

CMYK color model

#8E6E39 color CMYK value is (0,23,60,44).

  • cyan value is 0.00%
  • magenta value is 22.54%
  • yellow value is 59.86%
  • key color value is 44.31%
CMYK:
(0,23,60,44)
C0M23Y60K44 
(0%,23%,60%,44%)
(0.00/0.23/0.60/0.44)	

CMYK percentages

%0
%22.54
%59.86
%44.31

Codes

Color #8E6E39 in popluar color models

8E6E39
RGB14211057
HSL37°42.71%39.02%
HSB/HSV37°59.86%55.69%
CMYK0.00%22.54%59.86%
44.31%

Color #8E6E39 in popluar number systems.

HEX8E6E39
Decimal14211057
Binary100011101101110111001
Octal21615671

Shades and tints

Shades of #8E6E39

#8E6E39
(142,110,57)
#826434
(130,100,52)
#765A2F
(118,90,47)
#6A502A
(106,80,42)
#5E4625
(94,70,37)
#523C20
(82,60,32)
#46321B
(70,50,27)
#3A2816
(58,40,22)
#2E1E11
(46,30,17)
#22140C
(34,20,12)
#160A07
(22,10,7)
#000000
(0,0,0)

Tints of #8E6E39

#8E6E39
(142,110,57)
#987B4B
(152,123,75)
#A2885D
(162,136,93)
#AC956F
(172,149,111)
#B6A281
(182,162,129)
#C0AF93
(192,175,147)
#CABCA5
(202,188,165)
#D4C9B7
(212,201,183)
#DED6C9
(222,214,201)
#E8E3DB
(232,227,219)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E6E39 color. Also use rgb(142,110,57) instead hex code.

Text Font Color

.myTextColor { color: #8E6E39; }

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

This text font color is #8E6E39.


Background Color

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

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

This div background color is #8E6E39.


Border color

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

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

This div border color is #8E6E39.


Opacity

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

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

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

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

This text has shadow with #8E6E39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6E39 on black background.


Color preview on white background

This text has color #8E6E39 on white background.



Black color preview on #8E6E39 background

This text has black color on #8E6E39 background.


White color preview on #8E6E39 background

This text has white color on #8E6E39 background.