COLOR #8E6366

HEX: #8E6366
RGB: (142,99,102)

Color info

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

RGB color model

#8E6366 color RGB value is (142,99,102).

  • red value is 142;
  • green value is 99;
  • blue value is 102.
RGB:
(142,99,102)
(56%,39%,40%)

RGB channels and saturation

R 142 of 255 = 56%
G 99 of 255 = 39%
B 102 of 255 = 40%

142
99
102

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

Portions of RGB colors in percentages

R + G + B =
142 + 99 + 102 = 343 (100%)
R 142 of 343 ~ 41.4%
G 99 of 343 ~ 28.86%
B 102 of 343 ~ 29.74%

%41.4
%28.86
%29.74

CMYK color model

#8E6366 color CMYK value is (0,30,28,44).

  • cyan value is 0.00%
  • magenta value is 30.28%
  • yellow value is 28.17%
  • key color value is 44.31%
CMYK:
(0,30,28,44)
C0M30Y28K44 
(0%,30%,28%,44%)
(0.00/0.30/0.28/0.44)	

CMYK percentages

%0
%30.28
%28.17
%44.31

Codes

Color #8E6366 in popluar color models

8E6366
RGB14299102
HSL356°17.84%47.25%
HSB/HSV356°30.28%55.69%
CMYK0.00%30.28%28.17%
44.31%

Color #8E6366 in popluar number systems.

HEX8E6366
Decimal14299102
Binary1000111011000111100110
Octal216143146

Shades and tints

Shades of #8E6366

#8E6366
(142,99,102)
#825A5D
(130,90,93)
#765154
(118,81,84)
#6A484B
(106,72,75)
#5E3F42
(94,63,66)
#523639
(82,54,57)
#462D30
(70,45,48)
#3A2427
(58,36,39)
#2E1B1E
(46,27,30)
#221215
(34,18,21)
#16090C
(22,9,12)
#000000
(0,0,0)

Tints of #8E6366

#8E6366
(142,99,102)
#987173
(152,113,115)
#A27F80
(162,127,128)
#AC8D8D
(172,141,141)
#B69B9A
(182,155,154)
#C0A9A7
(192,169,167)
#CAB7B4
(202,183,180)
#D4C5C1
(212,197,193)
#DED3CE
(222,211,206)
#E8E1DB
(232,225,219)
#F2EFE8
(242,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E6366 color. Also use rgb(142,99,102) instead hex code.

Text Font Color

.myTextColor { color: #8E6366; }

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

This text font color is #8E6366.


Background Color

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

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

This div background color is #8E6366.


Border color

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

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

This div border color is #8E6366.


Opacity

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

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

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

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

This text has shadow with #8E6366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6366 on black background.


Color preview on white background

This text has color #8E6366 on white background.



Black color preview on #8E6366 background

This text has black color on #8E6366 background.


White color preview on #8E6366 background

This text has white color on #8E6366 background.