COLOR #8E835C

HEX: #8E835C RGB: (142,131,92)

Color info

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

RGB color model

#8E835C color RGB value is (142,131,92).

RGB: (142,131,92) (56%, 51%, 36%)

RGB channels and saturation

R 142 of 255 = 56%
G 131 of 255 = 51%
B 92 of 255 = 36%

142
131
92

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

Portions of RGB colors in percentages

R + G + B = 142 + 131 + 92 = 365 (100%)
R 142 of 365 ~ 38.9%
G 131 of 365 ~ 35.89%
B 92 of 365 ~ 25.21'%

%38.9
%35.89
%25.21

CMYK color model

#8E835C color CMYK value is (0,8,35,44).

  • cyan value is 0.00%
  • magenta value is 7.75%
  • yellow value is 35.21%
  • key color value is 44.31%

CMYK: (0,8,35,44)
C0M8Y35K44 (0%, 8%, 35%, 44%)
(0.00 / 0.08 / 0.35 / 0.44)

CMYK percentages

%0
%7.75
%35.21
%44.31

Codes

Color #8E835C in popluar color models

8E 83 5C
RGB 142 131 92
HSL 47° 21.37% 45.88%
HSB/HSV 47° 35.21% 55.69%
CMYK 0.00% 7.75% 35.21%
44.31%

Color #8E835C in popluar number systems.

HEX 8E 83 5C
Decimal 142 131 92
Binary 10001110 10000011 1011100
Octal 216 203 134

Shades and tints

Shades of #8E835C

#8E835C
(142,131,92)
#827854
(130,120,84)
#766D4C
(118,109,76)
#6A6244
(106,98,68)
#5E573C
(94,87,60)
#524C34
(82,76,52)
#46412C
(70,65,44)
#3A3624
(58,54,36)
#2E2B1C
(46,43,28)
#222014
(34,32,20)
#16150C
(22,21,12)
#000000
(0,0,0)

Tints of #8E835C

#8E835C
(142,131,92)
#988E6A
(152,142,106)
#A29978
(162,153,120)
#ACA486
(172,164,134)
#B6AF94
(182,175,148)
#C0BAA2
(192,186,162)
#CAC5B0
(202,197,176)
#D4D0BE
(212,208,190)
#DEDBCC
(222,219,204)
#E8E6DA
(232,230,218)
#F2F1E8
(242,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E835C; }

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

This text font color is #8E835C.

Background Color

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

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

This div background color is #8E835C.

Border color

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

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

This div border color is #8E835C.

Opacity

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

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

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

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

This text has shadow with #8E835C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E835C.

Preview

Color preview on black background

This text has color #8E835C on black background.


Color preview on white background

This text has color #8E835C on white background.


Black color preview on #8E835C background

This text has black color on #8E835C background.


White color preview on #8E835C background

This text has white color on #8E835C background.


Related colors

Complementary color

Complementary color for #hex is #717CA3.


I love getcolorcode.com

Triadic colors

1 #5C8E83 and #835C8E with #8E835C are triadic colors.

2 #5C838E and #838E5C with #8E835C are triadic colors.