COLOR #8E6F28

HEX: #8E6F28
RGB: (142,111,40)

Color info

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

RGB color model

#8E6F28 color RGB value is (142,111,40).

  • red value is 142;
  • green value is 111;
  • blue value is 40.
RGB:
(142,111,40)
(56%,44%,16%)

RGB channels and saturation

R 142 of 255 = 56%
G 111 of 255 = 44%
B 40 of 255 = 16%

142
111
40

R + G + B ~ 39%. #8E6F28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 111 + 40 = 293 (100%)
R 142 of 293 ~ 48.46%
G 111 of 293 ~ 37.88%
B 40 of 293 ~ 13.65%

%48.46
%37.88
%13.65

CMYK color model

#8E6F28 color CMYK value is (0,22,72,44).

  • cyan value is 0.00%
  • magenta value is 21.83%
  • yellow value is 71.83%
  • key color value is 44.31%
CMYK:
(0,22,72,44)
C0M22Y72K44 
(0%,22%,72%,44%)
(0.00/0.22/0.72/0.44)	

CMYK percentages

%0
%21.83
%71.83
%44.31

Codes

Color #8E6F28 in popluar color models

8E6F28
RGB14211140
HSL42°56.04%35.69%
HSB/HSV42°71.83%55.69%
CMYK0.00%21.83%71.83%
44.31%

Color #8E6F28 in popluar number systems.

HEX8E6F28
Decimal14211140
Binary100011101101111101000
Octal21615750

Shades and tints

Shades of #8E6F28

#8E6F28
(142,111,40)
#826525
(130,101,37)
#765B22
(118,91,34)
#6A511F
(106,81,31)
#5E471C
(94,71,28)
#523D19
(82,61,25)
#463316
(70,51,22)
#3A2913
(58,41,19)
#2E1F10
(46,31,16)
#22150D
(34,21,13)
#160B0A
(22,11,10)
#000000
(0,0,0)

Tints of #8E6F28

#8E6F28
(142,111,40)
#987C3B
(152,124,59)
#A2894E
(162,137,78)
#AC9661
(172,150,97)
#B6A374
(182,163,116)
#C0B087
(192,176,135)
#CABD9A
(202,189,154)
#D4CAAD
(212,202,173)
#DED7C0
(222,215,192)
#E8E4D3
(232,228,211)
#F2F1E6
(242,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E6F28 color. Also use rgb(142,111,40) instead hex code.

Text Font Color

.myTextColor { color: #8E6F28; }

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

This text font color is #8E6F28.


Background Color

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

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

This div background color is #8E6F28.


Border color

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

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

This div border color is #8E6F28.


Opacity

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

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

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

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

This text has shadow with #8E6F28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6F28 on black background.


Color preview on white background

This text has color #8E6F28 on white background.



Black color preview on #8E6F28 background

This text has black color on #8E6F28 background.


White color preview on #8E6F28 background

This text has white color on #8E6F28 background.