COLOR #8E6832

HEX: #8E6832
RGB: (142,104,50)

Color info

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

RGB color model

#8E6832 color RGB value is (142,104,50).

  • red value is 142;
  • green value is 104;
  • blue value is 50.
RGB:
(142,104,50)
(56%,41%,20%)

RGB channels and saturation

R 142 of 255 = 56%
G 104 of 255 = 41%
B 50 of 255 = 20%

142
104
50

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

Portions of RGB colors in percentages

R + G + B =
142 + 104 + 50 = 296 (100%)
R 142 of 296 ~ 47.97%
G 104 of 296 ~ 35.14%
B 50 of 296 ~ 16.89%

%47.97
%35.14
%16.89

CMYK color model

#8E6832 color CMYK value is (0,27,65,44).

  • cyan value is 0.00%
  • magenta value is 26.76%
  • yellow value is 64.79%
  • key color value is 44.31%
CMYK:
(0,27,65,44)
C0M27Y65K44 
(0%,27%,65%,44%)
(0.00/0.27/0.65/0.44)	

CMYK percentages

%0
%26.76
%64.79
%44.31

Codes

Color #8E6832 in popluar color models

8E6832
RGB14210450
HSL35°47.92%37.65%
HSB/HSV35°64.79%55.69%
CMYK0.00%26.76%64.79%
44.31%

Color #8E6832 in popluar number systems.

HEX8E6832
Decimal14210450
Binary100011101101000110010
Octal21615062

Shades and tints

Shades of #8E6832

#8E6832
(142,104,50)
#825F2E
(130,95,46)
#76562A
(118,86,42)
#6A4D26
(106,77,38)
#5E4422
(94,68,34)
#523B1E
(82,59,30)
#46321A
(70,50,26)
#3A2916
(58,41,22)
#2E2012
(46,32,18)
#22170E
(34,23,14)
#160E0A
(22,14,10)
#000000
(0,0,0)

Tints of #8E6832

#8E6832
(142,104,50)
#987544
(152,117,68)
#A28256
(162,130,86)
#AC8F68
(172,143,104)
#B69C7A
(182,156,122)
#C0A98C
(192,169,140)
#CAB69E
(202,182,158)
#D4C3B0
(212,195,176)
#DED0C2
(222,208,194)
#E8DDD4
(232,221,212)
#F2EAE6
(242,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E6832 color. Also use rgb(142,104,50) instead hex code.

Text Font Color

.myTextColor { color: #8E6832; }

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

This text font color is #8E6832.


Background Color

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

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

This div background color is #8E6832.


Border color

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

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

This div border color is #8E6832.


Opacity

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

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

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

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

This text has shadow with #8E6832 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6832 on black background.


Color preview on white background

This text has color #8E6832 on white background.



Black color preview on #8E6832 background

This text has black color on #8E6832 background.


White color preview on #8E6832 background

This text has white color on #8E6832 background.