COLOR #8E6460

HEX: #8E6460 RGB: (142,100,96)

Color info

#8E6460 contains red, green and blue colors in about the same proportion. Web safe color of #8E6460 is #996666 (or #966).

RGB color model

#8E6460 color RGB value is (142,100,96).

RGB: (142,100,96) (56%, 39%, 38%)

RGB channels and saturation

R 142 of 255 = 56%
G 100 of 255 = 39%
B 96 of 255 = 38%

142
100
96

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

Portions of RGB colors in percentages

R + G + B = 142 + 100 + 96 = 338 (100%)
R 142 of 338 ~ 42.01%
G 100 of 338 ~ 29.59%
B 96 of 338 ~ 28.4'%

%42.01
%29.59
%28.4

CMYK color model

#8E6460 color CMYK value is (0,30,32,44).

  • cyan value is 0.00%
  • magenta value is 29.58%
  • yellow value is 32.39%
  • key color value is 44.31%
CMYK: (0,30,32,44) C0M30Y32K44 (0%,30%,32%,44%) (0.00/0.30/0.32/0.44) 

CMYK percentages

%0
%29.58
%32.39
%44.31

Codes

Color #8E6460 in popluar color models

8E 64 60
RGB 142 100 96
HSL 19.33% 46.67%
HSB/HSV 32.39% 55.69%
CMYK 0.00% 29.58% 32.39%
44.31%

Color #8E6460 in popluar number systems.

HEX 8E 64 60
Decimal 142 100 96
Binary 10001110 1100100 1100000
Octal 216 144 140

Shades and tints

Shades of #8E6460

#8E6460
(142,100,96)
#825B58
(130,91,88)
#765250
(118,82,80)
#6A4948
(106,73,72)
#5E4040
(94,64,64)
#523738
(82,55,56)
#462E30
(70,46,48)
#3A2528
(58,37,40)
#2E1C20
(46,28,32)
#221318
(34,19,24)
#160A10
(22,10,16)
#000000
(0,0,0)

Tints of #8E6460

#8E6460
(142,100,96)
#98726E
(152,114,110)
#A2807C
(162,128,124)
#AC8E8A
(172,142,138)
#B69C98
(182,156,152)
#C0AAA6
(192,170,166)
#CAB8B4
(202,184,180)
#D4C6C2
(212,198,194)
#DED4D0
(222,212,208)
#E8E2DE
(232,226,222)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E6460 color. Also use rgb(142,100,96) instead hex code.

Text Font Color

.myTextColor { color: #8E6460; }

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

This text font color is #8E6460.

Background Color

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

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

This div background color is #8E6460.

Border color

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

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

This div border color is #8E6460.

Opacity

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

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

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

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

This text has shadow with #8E6460 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E6460.

Preview

Color preview on black background

This text has color #8E6460 on black background.


Color preview on white background

This text has color #8E6460 on white background.


Black color preview on #8E6460 background

This text has black color on #8E6460 background.


White color preview on #8E6460 background

This text has white color on #8E6460 background.


Related colors

Complementary color

Complementary color for #hex is #719B9F.


I love getcolorcode.com

Triadic colors

1 #608E64 and #64608E with #8E6460 are triadic colors.

2 #60648E and #648E60 with #8E6460 are triadic colors.