COLOR #8E6B23

HEX: #8E6B23
RGB: (142,107,35)

Color info

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

RGB color model

#8E6B23 color RGB value is (142,107,35).

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

RGB channels and saturation

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

142
107
35

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

Portions of RGB colors in percentages

R + G + B =
142 + 107 + 35 = 284 (100%)
R 142 of 284 ~ 50%
G 107 of 284 ~ 37.68%
B 35 of 284 ~ 12.32%

%50
%37.68
%12.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.65%
  • 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
%24.65
%75.35
%44.31

Codes

Color #8E6B23 in popluar color models

8E6B23
RGB14210735
HSL40°60.45%34.71%
HSB/HSV40°75.35%55.69%
CMYK0.00%24.65%75.35%
44.31%

Color #8E6B23 in popluar number systems.

HEX8E6B23
Decimal14210735
Binary100011101101011100011
Octal21615343

Shades and tints

Shades of #8E6B23

#8E6B23
(142,107,35)
#826220
(130,98,32)
#76591D
(118,89,29)
#6A501A
(106,80,26)
#5E4717
(94,71,23)
#523E14
(82,62,20)
#463511
(70,53,17)
#3A2C0E
(58,44,14)
#2E230B
(46,35,11)
#221A08
(34,26,8)
#161105
(22,17,5)
#000000
(0,0,0)

Tints of #8E6B23

#8E6B23
(142,107,35)
#987837
(152,120,55)
#A2854B
(162,133,75)
#AC925F
(172,146,95)
#B69F73
(182,159,115)
#C0AC87
(192,172,135)
#CAB99B
(202,185,155)
#D4C6AF
(212,198,175)
#DED3C3
(222,211,195)
#E8E0D7
(232,224,215)
#F2EDEB
(242,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E6B23; }

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

This text font color is #8E6B23.


Background Color

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

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

This div background color is #8E6B23.


Border color

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

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

This div border color is #8E6B23.


Opacity

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

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

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

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

This text has shadow with #8E6B23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6B23 on black background.


Color preview on white background

This text has color #8E6B23 on white background.



Black color preview on #8E6B23 background

This text has black color on #8E6B23 background.


White color preview on #8E6B23 background

This text has white color on #8E6B23 background.