COLOR #8E6A23

HEX: #8E6A23
RGB: (142,106,35)

Color info

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

RGB color model

#8E6A23 color RGB value is (142,106,35).

  • red value is 142;
  • green value is 106;
  • blue value is 35.
RGB:
(142,106,35)
(56%,42%,14%)

RGB channels and saturation

R 142 of 255 = 56%
G 106 of 255 = 42%
B 35 of 255 = 14%

142
106
35

R + G + B ~ 37%. #8E6A23 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 106 + 35 = 283 (100%)
R 142 of 283 ~ 50.18%
G 106 of 283 ~ 37.46%
B 35 of 283 ~ 12.37%

%50.18
%37.46
%12.37

CMYK color model

#8E6A23 color CMYK value is (0,25,75,44).

  • cyan value is 0.00%
  • magenta value is 25.35%
  • yellow value is 75.35%
  • key color value is 44.31%
CMYK:
(0,25,75,44)
C0M25Y75K44 
(0%,25%,75%,44%)
(0.00/0.25/0.75/0.44)	

CMYK percentages

%0
%25.35
%75.35
%44.31

Codes

Color #8E6A23 in popluar color models

8E6A23
RGB14210635
HSL40°60.45%34.71%
HSB/HSV40°75.35%55.69%
CMYK0.00%25.35%75.35%
44.31%

Color #8E6A23 in popluar number systems.

HEX8E6A23
Decimal14210635
Binary100011101101010100011
Octal21615243

Shades and tints

Shades of #8E6A23

#8E6A23
(142,106,35)
#826120
(130,97,32)
#76581D
(118,88,29)
#6A4F1A
(106,79,26)
#5E4617
(94,70,23)
#523D14
(82,61,20)
#463411
(70,52,17)
#3A2B0E
(58,43,14)
#2E220B
(46,34,11)
#221908
(34,25,8)
#161005
(22,16,5)
#000000
(0,0,0)

Tints of #8E6A23

#8E6A23
(142,106,35)
#987737
(152,119,55)
#A2844B
(162,132,75)
#AC915F
(172,145,95)
#B69E73
(182,158,115)
#C0AB87
(192,171,135)
#CAB89B
(202,184,155)
#D4C5AF
(212,197,175)
#DED2C3
(222,210,195)
#E8DFD7
(232,223,215)
#F2ECEB
(242,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E6A23 color. Also use rgb(142,106,35) instead hex code.

Text Font Color

.myTextColor { color: #8E6A23; }

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

This text font color is #8E6A23.


Background Color

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

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

This div background color is #8E6A23.


Border color

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

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

This div border color is #8E6A23.


Opacity

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

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

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

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

This text has shadow with #8E6A23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6A23 on black background.


Color preview on white background

This text has color #8E6A23 on white background.



Black color preview on #8E6A23 background

This text has black color on #8E6A23 background.


White color preview on #8E6A23 background

This text has white color on #8E6A23 background.