COLOR #8E746E

HEX: #8E746E
RGB: (142,116,110)

Color info

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

RGB color model

#8E746E color RGB value is (142,116,110).

  • red value is 142;
  • green value is 116;
  • blue value is 110.
RGB:
(142,116,110)
(56%,45%,43%)

RGB channels and saturation

R 142 of 255 = 56%
G 116 of 255 = 45%
B 110 of 255 = 43%

142
116
110

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

Portions of RGB colors in percentages

R + G + B =
142 + 116 + 110 = 368 (100%)
R 142 of 368 ~ 38.59%
G 116 of 368 ~ 31.52%
B 110 of 368 ~ 29.89%

%38.59
%31.52
%29.89

CMYK color model

#8E746E color CMYK value is (0,18,23,44).

  • cyan value is 0.00%
  • magenta value is 18.31%
  • yellow value is 22.54%
  • key color value is 44.31%
CMYK:
(0,18,23,44)
C0M18Y23K44 
(0%,18%,23%,44%)
(0.00/0.18/0.23/0.44)	

CMYK percentages

%0
%18.31
%22.54
%44.31

Codes

Color #8E746E in popluar color models

8E746E
RGB142116110
HSL11°12.70%49.41%
HSB/HSV11°22.54%55.69%
CMYK0.00%18.31%22.54%
44.31%

Color #8E746E in popluar number systems.

HEX8E746E
Decimal142116110
Binary1000111011101001101110
Octal216164156

Shades and tints

Shades of #8E746E

#8E746E
(142,116,110)
#826A64
(130,106,100)
#76605A
(118,96,90)
#6A5650
(106,86,80)
#5E4C46
(94,76,70)
#52423C
(82,66,60)
#463832
(70,56,50)
#3A2E28
(58,46,40)
#2E241E
(46,36,30)
#221A14
(34,26,20)
#16100A
(22,16,10)
#000000
(0,0,0)

Tints of #8E746E

#8E746E
(142,116,110)
#98807B
(152,128,123)
#A28C88
(162,140,136)
#AC9895
(172,152,149)
#B6A4A2
(182,164,162)
#C0B0AF
(192,176,175)
#CABCBC
(202,188,188)
#D4C8C9
(212,200,201)
#DED4D6
(222,212,214)
#E8E0E3
(232,224,227)
#F2ECF0
(242,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E746E color. Also use rgb(142,116,110) instead hex code.

Text Font Color

.myTextColor { color: #8E746E; }

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

This text font color is #8E746E.


Background Color

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

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

This div background color is #8E746E.


Border color

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

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

This div border color is #8E746E.


Opacity

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

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

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

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

This text has shadow with #8E746E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E746E on black background.


Color preview on white background

This text has color #8E746E on white background.



Black color preview on #8E746E background

This text has black color on #8E746E background.


White color preview on #8E746E background

This text has white color on #8E746E background.