COLOR #8E836F

HEX: #8E836F RGB: (142,131,111)

Color info

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

RGB color model

#8E836F color RGB value is (142,131,111).

RGB: (142,131,111) (56%, 51%, 44%)

RGB channels and saturation

R 142 of 255 = 56%
G 131 of 255 = 51%
B 111 of 255 = 44%

142
131
111

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

Portions of RGB colors in percentages

R + G + B = 142 + 131 + 111 = 384 (100%)
R 142 of 384 ~ 36.98%
G 131 of 384 ~ 34.11%
B 111 of 384 ~ 28.91'%

%36.98
%34.11
%28.91

CMYK color model

#8E836F color CMYK value is (0,8,22,44).

  • cyan value is 0.00%
  • magenta value is 7.75%
  • yellow value is 21.83%
  • key color value is 44.31%
CMYK: (0,8,22,44) C0M8Y22K44 (0%,8%,22%,44%) (0.00/0.08/0.22/0.44) 

CMYK percentages

%0
%7.75
%21.83
%44.31

Codes

Color #8E836F in popluar color models

8E 83 6F
RGB 142 131 111
HSL 39° 12.25% 49.61%
HSB/HSV 39° 21.83% 55.69%
CMYK 0.00% 7.75% 21.83%
44.31%

Color #8E836F in popluar number systems.

HEX 8E 83 6F
Decimal 142 131 111
Binary 10001110 10000011 1101111
Octal 216 203 157

Shades and tints

Shades of #8E836F

#8E836F
(142,131,111)
#827865
(130,120,101)
#766D5B
(118,109,91)
#6A6251
(106,98,81)
#5E5747
(94,87,71)
#524C3D
(82,76,61)
#464133
(70,65,51)
#3A3629
(58,54,41)
#2E2B1F
(46,43,31)
#222015
(34,32,21)
#16150B
(22,21,11)
#000000
(0,0,0)

Tints of #8E836F

#8E836F
(142,131,111)
#988E7C
(152,142,124)
#A29989
(162,153,137)
#ACA496
(172,164,150)
#B6AFA3
(182,175,163)
#C0BAB0
(192,186,176)
#CAC5BD
(202,197,189)
#D4D0CA
(212,208,202)
#DEDBD7
(222,219,215)
#E8E6E4
(232,230,228)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E836F; }

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

This text font color is #8E836F.

Background Color

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

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

This div background color is #8E836F.

Border color

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

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

This div border color is #8E836F.

Opacity

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

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

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

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

This text has shadow with #8E836F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E836F.

Preview

Color preview on black background

This text has color #8E836F on black background.


Color preview on white background

This text has color #8E836F on white background.


Black color preview on #8E836F background

This text has black color on #8E836F background.


White color preview on #8E836F background

This text has white color on #8E836F background.


Related colors

Complementary color

Complementary color for #hex is #717C90.


I love getcolorcode.com

Triadic colors

1 #6F8E83 and #836F8E with #8E836F are triadic colors.

2 #6F838E and #838E6F with #8E836F are triadic colors.