COLOR #8E646A

HEX: #8E646A
RGB: (142,100,106)

Color info

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

RGB color model

#8E646A color RGB value is (142,100,106).

  • red value is 142;
  • green value is 100;
  • blue value is 106.
RGB:
(142,100,106)
(56%,39%,42%)

RGB channels and saturation

R 142 of 255 = 56%
G 100 of 255 = 39%
B 106 of 255 = 42%

142
100
106

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

Portions of RGB colors in percentages

R + G + B =
142 + 100 + 106 = 348 (100%)
R 142 of 348 ~ 40.8%
G 100 of 348 ~ 28.74%
B 106 of 348 ~ 30.46%

%40.8
%28.74
%30.46

CMYK color model

#8E646A color CMYK value is (0,30,25,44).

  • cyan value is 0.00%
  • magenta value is 29.58%
  • yellow value is 25.35%
  • key color value is 44.31%
CMYK:
(0,30,25,44)
C0M30Y25K44 
(0%,30%,25%,44%)
(0.00/0.30/0.25/0.44)	

CMYK percentages

%0
%29.58
%25.35
%44.31

Codes

Color #8E646A in popluar color models

8E646A
RGB142100106
HSL351°17.36%47.45%
HSB/HSV351°29.58%55.69%
CMYK0.00%29.58%25.35%
44.31%

Color #8E646A in popluar number systems.

HEX8E646A
Decimal142100106
Binary1000111011001001101010
Octal216144152

Shades and tints

Shades of #8E646A

#8E646A
(142,100,106)
#825B61
(130,91,97)
#765258
(118,82,88)
#6A494F
(106,73,79)
#5E4046
(94,64,70)
#52373D
(82,55,61)
#462E34
(70,46,52)
#3A252B
(58,37,43)
#2E1C22
(46,28,34)
#221319
(34,19,25)
#160A10
(22,10,16)
#000000
(0,0,0)

Tints of #8E646A

#8E646A
(142,100,106)
#987277
(152,114,119)
#A28084
(162,128,132)
#AC8E91
(172,142,145)
#B69C9E
(182,156,158)
#C0AAAB
(192,170,171)
#CAB8B8
(202,184,184)
#D4C6C5
(212,198,197)
#DED4D2
(222,212,210)
#E8E2DF
(232,226,223)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E646A; }

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

This text font color is #8E646A.


Background Color

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

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

This div background color is #8E646A.


Border color

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

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

This div border color is #8E646A.


Opacity

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

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

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

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

This text has shadow with #8E646A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E646A on black background.


Color preview on white background

This text has color #8E646A on white background.



Black color preview on #8E646A background

This text has black color on #8E646A background.


White color preview on #8E646A background

This text has white color on #8E646A background.