COLOR #8E6A73

HEX: #8E6A73
RGB: (142,106,115)

Color info

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

RGB color model

#8E6A73 color RGB value is (142,106,115).

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

RGB channels and saturation

R 142 of 255 = 56%
G 106 of 255 = 42%
B 115 of 255 = 45%

142
106
115

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

Portions of RGB colors in percentages

R + G + B =
142 + 106 + 115 = 363 (100%)
R 142 of 363 ~ 39.12%
G 106 of 363 ~ 29.2%
B 115 of 363 ~ 31.68%

%39.12
%29.2
%31.68

CMYK color model

#8E6A73 color CMYK value is (0,25,19,44).

  • cyan value is 0.00%
  • magenta value is 25.35%
  • yellow value is 19.01%
  • key color value is 44.31%
CMYK:
(0,25,19,44)
C0M25Y19K44 
(0%,25%,19%,44%)
(0.00/0.25/0.19/0.44)	

CMYK percentages

%0
%25.35
%19.01
%44.31

Codes

Color #8E6A73 in popluar color models

8E6A73
RGB142106115
HSL345°14.52%48.63%
HSB/HSV345°25.35%55.69%
CMYK0.00%25.35%19.01%
44.31%

Color #8E6A73 in popluar number systems.

HEX8E6A73
Decimal142106115
Binary1000111011010101110011
Octal216152163

Shades and tints

Shades of #8E6A73

#8E6A73
(142,106,115)
#826169
(130,97,105)
#76585F
(118,88,95)
#6A4F55
(106,79,85)
#5E464B
(94,70,75)
#523D41
(82,61,65)
#463437
(70,52,55)
#3A2B2D
(58,43,45)
#2E2223
(46,34,35)
#221919
(34,25,25)
#16100F
(22,16,15)
#000000
(0,0,0)

Tints of #8E6A73

#8E6A73
(142,106,115)
#98777F
(152,119,127)
#A2848B
(162,132,139)
#AC9197
(172,145,151)
#B69EA3
(182,158,163)
#C0ABAF
(192,171,175)
#CAB8BB
(202,184,187)
#D4C5C7
(212,197,199)
#DED2D3
(222,210,211)
#E8DFDF
(232,223,223)
#F2ECEB
(242,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E6A73; }

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

This text font color is #8E6A73.


Background Color

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

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

This div background color is #8E6A73.


Border color

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

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

This div border color is #8E6A73.


Opacity

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

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

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

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

This text has shadow with #8E6A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E6A73 on black background.


Color preview on white background

This text has color #8E6A73 on white background.



Black color preview on #8E6A73 background

This text has black color on #8E6A73 background.


White color preview on #8E6A73 background

This text has white color on #8E6A73 background.