COLOR #8E6240

HEX: #8E6240 RGB: (142,98,64)

Color info

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

RGB color model

#8E6240 color RGB value is (142,98,64).

RGB: (142,98,64) (56%, 38%, 25%)

RGB channels and saturation

R 142 of 255 = 56%
G 98 of 255 = 38%
B 64 of 255 = 25%

142
98
64

R + G + B ~ 40%. #8E6240 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 142 + 98 + 64 = 304 (100%)
R 142 of 304 ~ 46.71%
G 98 of 304 ~ 32.24%
B 64 of 304 ~ 21.05'%

%46.71
%32.24
%21.05

CMYK color model

#8E6240 color CMYK value is (0,31,55,44).

  • cyan value is 0.00%
  • magenta value is 30.99%
  • yellow value is 54.93%
  • key color value is 44.31%

CMYK: (0,31,55,44)
C0M31Y55K44 (0%, 31%, 55%, 44%)
(0.00 / 0.31 / 0.55 / 0.44)

CMYK percentages

%0
%30.99
%54.93
%44.31

Codes

Color #8E6240 in popluar color models

8E 62 40
RGB 142 98 64
HSL 26° 37.86% 40.39%
HSB/HSV 26° 54.93% 55.69%
CMYK 0.00% 30.99% 54.93%
44.31%

Color #8E6240 in popluar number systems.

HEX 8E 62 40
Decimal 142 98 64
Binary 10001110 1100010 1000000
Octal 216 142 100

Shades and tints

Shades of #8E6240

#8E6240
(142,98,64)
#825A3B
(130,90,59)
#765236
(118,82,54)
#6A4A31
(106,74,49)
#5E422C
(94,66,44)
#523A27
(82,58,39)
#463222
(70,50,34)
#3A2A1D
(58,42,29)
#2E2218
(46,34,24)
#221A13
(34,26,19)
#16120E
(22,18,14)
#000000
(0,0,0)

Tints of #8E6240

#8E6240
(142,98,64)
#987051
(152,112,81)
#A27E62
(162,126,98)
#AC8C73
(172,140,115)
#B69A84
(182,154,132)
#C0A895
(192,168,149)
#CAB6A6
(202,182,166)
#D4C4B7
(212,196,183)
#DED2C8
(222,210,200)
#E8E0D9
(232,224,217)
#F2EEEA
(242,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E6240 color. Also use rgb(142,98,64) instead hex code.

Text Font Color

.myTextColor { color: #8E6240; }

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

This text font color is #8E6240.

Background Color

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

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

This div background color is #8E6240.

Border color

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

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

This div border color is #8E6240.

Opacity

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

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

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

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

This text has shadow with #8E6240 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E6240.

Preview

Color preview on black background

This text has color #8E6240 on black background.


Color preview on white background

This text has color #8E6240 on white background.


Black color preview on #8E6240 background

This text has black color on #8E6240 background.


White color preview on #8E6240 background

This text has white color on #8E6240 background.


Related colors

Complementary color

Complementary color for #hex is #719DBF.


I love getcolorcode.com

Triadic colors

1 #408E62 and #62408E with #8E6240 are triadic colors.

2 #40628E and #628E40 with #8E6240 are triadic colors.