COLOR #8E7266

HEX: #8E7266
RGB: (142,114,102)

Color info

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

RGB color model

#8E7266 color RGB value is (142,114,102).

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

RGB channels and saturation

R 142 of 255 = 56%
G 114 of 255 = 45%
B 102 of 255 = 40%

142
114
102

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

Portions of RGB colors in percentages

R + G + B =
142 + 114 + 102 = 358 (100%)
R 142 of 358 ~ 39.66%
G 114 of 358 ~ 31.84%
B 102 of 358 ~ 28.49%

%39.66
%31.84
%28.49

CMYK color model

#8E7266 color CMYK value is (0,20,28,44).

  • cyan value is 0.00%
  • magenta value is 19.72%
  • yellow value is 28.17%
  • key color value is 44.31%
CMYK:
(0,20,28,44)
C0M20Y28K44 
(0%,20%,28%,44%)
(0.00/0.20/0.28/0.44)	

CMYK percentages

%0
%19.72
%28.17
%44.31

Codes

Color #8E7266 in popluar color models

8E7266
RGB142114102
HSL18°16.39%47.84%
HSB/HSV18°28.17%55.69%
CMYK0.00%19.72%28.17%
44.31%

Color #8E7266 in popluar number systems.

HEX8E7266
Decimal142114102
Binary1000111011100101100110
Octal216162146

Shades and tints

Shades of #8E7266

#8E7266
(142,114,102)
#82685D
(130,104,93)
#765E54
(118,94,84)
#6A544B
(106,84,75)
#5E4A42
(94,74,66)
#524039
(82,64,57)
#463630
(70,54,48)
#3A2C27
(58,44,39)
#2E221E
(46,34,30)
#221815
(34,24,21)
#160E0C
(22,14,12)
#000000
(0,0,0)

Tints of #8E7266

#8E7266
(142,114,102)
#987E73
(152,126,115)
#A28A80
(162,138,128)
#AC968D
(172,150,141)
#B6A29A
(182,162,154)
#C0AEA7
(192,174,167)
#CABAB4
(202,186,180)
#D4C6C1
(212,198,193)
#DED2CE
(222,210,206)
#E8DEDB
(232,222,219)
#F2EAE8
(242,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E7266; }

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

This text font color is #8E7266.


Background Color

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

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

This div background color is #8E7266.


Border color

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

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

This div border color is #8E7266.


Opacity

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

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

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

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

This text has shadow with #8E7266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E7266 on black background.


Color preview on white background

This text has color #8E7266 on white background.



Black color preview on #8E7266 background

This text has black color on #8E7266 background.


White color preview on #8E7266 background

This text has white color on #8E7266 background.