COLOR #8E8272

HEX: #8E8272
RGB: (142,130,114)

Color info

#8E8272 contains red, green and blue colors in about the same proportion. Web safe color of #8E8272 is #999966 (or #996).

RGB color model

#8E8272 color RGB value is (142,130,114).

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

RGB channels and saturation

R 142 of 255 = 56%
G 130 of 255 = 51%
B 114 of 255 = 45%

142
130
114

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

Portions of RGB colors in percentages

R + G + B =
142 + 130 + 114 = 386 (100%)
R 142 of 386 ~ 36.79%
G 130 of 386 ~ 33.68%
B 114 of 386 ~ 29.53%

%36.79
%33.68
%29.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.45%
  • yellow value is 19.72%
  • key color value is 44.31%
CMYK:
(0,8,20,44)
C0M8Y20K44 
(0%,8%,20%,44%)
(0.00/0.08/0.20/0.44)	

CMYK percentages

%0
%8.45
%19.72
%44.31

Codes

Color #8E8272 in popluar color models

8E8272
RGB142130114
HSL34°11.02%50.20%
HSB/HSV34°19.72%55.69%
CMYK0.00%8.45%19.72%
44.31%

Color #8E8272 in popluar number systems.

HEX8E8272
Decimal142130114
Binary10001110100000101110010
Octal216202162

Shades and tints

Shades of #8E8272

#8E8272
(142,130,114)
#827768
(130,119,104)
#766C5E
(118,108,94)
#6A6154
(106,97,84)
#5E564A
(94,86,74)
#524B40
(82,75,64)
#464036
(70,64,54)
#3A352C
(58,53,44)
#2E2A22
(46,42,34)
#221F18
(34,31,24)
#16140E
(22,20,14)
#000000
(0,0,0)

Tints of #8E8272

#8E8272
(142,130,114)
#988D7E
(152,141,126)
#A2988A
(162,152,138)
#ACA396
(172,163,150)
#B6AEA2
(182,174,162)
#C0B9AE
(192,185,174)
#CAC4BA
(202,196,186)
#D4CFC6
(212,207,198)
#DEDAD2
(222,218,210)
#E8E5DE
(232,229,222)
#F2F0EA
(242,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E8272; }

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

This text font color is #8E8272.


Background Color

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

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

This div background color is #8E8272.


Border color

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

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

This div border color is #8E8272.


Opacity

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

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

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

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

This text has shadow with #8E8272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E8272 on black background.


Color preview on white background

This text has color #8E8272 on white background.



Black color preview on #8E8272 background

This text has black color on #8E8272 background.


White color preview on #8E8272 background

This text has white color on #8E8272 background.