COLOR #8E692E

HEX: #8E692E
RGB: (142,105,46)

Color info

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

RGB color model

#8E692E color RGB value is (142,105,46).

  • red value is 142;
  • green value is 105;
  • blue value is 46.
RGB:
(142,105,46)
(56%,41%,18%)

RGB channels and saturation

R 142 of 255 = 56%
G 105 of 255 = 41%
B 46 of 255 = 18%

142
105
46

R + G + B ~ 38%. #8E692E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 105 + 46 = 293 (100%)
R 142 of 293 ~ 48.46%
G 105 of 293 ~ 35.84%
B 46 of 293 ~ 15.7%

%48.46
%35.84
%15.7

CMYK color model

#8E692E color CMYK value is (0,26,68,44).

  • cyan value is 0.00%
  • magenta value is 26.06%
  • yellow value is 67.61%
  • key color value is 44.31%
CMYK:
(0,26,68,44)
C0M26Y68K44 
(0%,26%,68%,44%)
(0.00/0.26/0.68/0.44)	

CMYK percentages

%0
%26.06
%67.61
%44.31

Codes

Color #8E692E in popluar color models

8E692E
RGB14210546
HSL37°51.06%36.86%
HSB/HSV37°67.61%55.69%
CMYK0.00%26.06%67.61%
44.31%

Color #8E692E in popluar number systems.

HEX8E692E
Decimal14210546
Binary100011101101001101110
Octal21615156

Shades and tints

Shades of #8E692E

#8E692E
(142,105,46)
#82602A
(130,96,42)
#765726
(118,87,38)
#6A4E22
(106,78,34)
#5E451E
(94,69,30)
#523C1A
(82,60,26)
#463316
(70,51,22)
#3A2A12
(58,42,18)
#2E210E
(46,33,14)
#22180A
(34,24,10)
#160F06
(22,15,6)
#000000
(0,0,0)

Tints of #8E692E

#8E692E
(142,105,46)
#987641
(152,118,65)
#A28354
(162,131,84)
#AC9067
(172,144,103)
#B69D7A
(182,157,122)
#C0AA8D
(192,170,141)
#CAB7A0
(202,183,160)
#D4C4B3
(212,196,179)
#DED1C6
(222,209,198)
#E8DED9
(232,222,217)
#F2EBEC
(242,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E692E color. Also use rgb(142,105,46) instead hex code.

Text Font Color

.myTextColor { color: #8E692E; }

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

This text font color is #8E692E.


Background Color

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

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

This div background color is #8E692E.


Border color

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

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

This div border color is #8E692E.


Opacity

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

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

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

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

This text has shadow with #8E692E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E692E on black background.


Color preview on white background

This text has color #8E692E on white background.



Black color preview on #8E692E background

This text has black color on #8E692E background.


White color preview on #8E692E background

This text has white color on #8E692E background.