COLOR #8E836E

HEX: #8E836E
RGB: (142,131,110)

Color info

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

RGB color model

#8E836E color RGB value is (142,131,110).

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

RGB channels and saturation

R 142 of 255 = 56%
G 131 of 255 = 51%
B 110 of 255 = 43%

142
131
110

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

Portions of RGB colors in percentages

R + G + B =
142 + 131 + 110 = 383 (100%)
R 142 of 383 ~ 37.08%
G 131 of 383 ~ 34.2%
B 110 of 383 ~ 28.72%

%37.08
%34.2
%28.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.75%
  • yellow value is 22.54%
  • key color value is 44.31%
CMYK:
(0,8,23,44)
C0M8Y23K44 
(0%,8%,23%,44%)
(0.00/0.08/0.23/0.44)	

CMYK percentages

%0
%7.75
%22.54
%44.31

Codes

Color #8E836E in popluar color models

8E836E
RGB142131110
HSL39°12.70%49.41%
HSB/HSV39°22.54%55.69%
CMYK0.00%7.75%22.54%
44.31%

Color #8E836E in popluar number systems.

HEX8E836E
Decimal142131110
Binary10001110100000111101110
Octal216203156

Shades and tints

Shades of #8E836E

#8E836E
(142,131,110)
#827864
(130,120,100)
#766D5A
(118,109,90)
#6A6250
(106,98,80)
#5E5746
(94,87,70)
#524C3C
(82,76,60)
#464132
(70,65,50)
#3A3628
(58,54,40)
#2E2B1E
(46,43,30)
#222014
(34,32,20)
#16150A
(22,21,10)
#000000
(0,0,0)

Tints of #8E836E

#8E836E
(142,131,110)
#988E7B
(152,142,123)
#A29988
(162,153,136)
#ACA495
(172,164,149)
#B6AFA2
(182,175,162)
#C0BAAF
(192,186,175)
#CAC5BC
(202,197,188)
#D4D0C9
(212,208,201)
#DEDBD6
(222,219,214)
#E8E6E3
(232,230,227)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E836E; }

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

This text font color is #8E836E.


Background Color

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

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

This div background color is #8E836E.


Border color

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

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

This div border color is #8E836E.


Opacity

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

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

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

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

This text has shadow with #8E836E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E836E on black background.


Color preview on white background

This text has color #8E836E on white background.



Black color preview on #8E836E background

This text has black color on #8E836E background.


White color preview on #8E836E background

This text has white color on #8E836E background.