COLOR #8E755A

HEX: #8E755A RGB: (142,117,90)

Color info

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

RGB color model

#8E755A color RGB value is (142,117,90).

RGB: (142,117,90) (56%, 46%, 35%)

RGB channels and saturation

R 142 of 255 = 56%
G 117 of 255 = 46%
B 90 of 255 = 35%

142
117
90

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

Portions of RGB colors in percentages

R + G + B = 142 + 117 + 90 = 349 (100%)
R 142 of 349 ~ 40.69%
G 117 of 349 ~ 33.52%
B 90 of 349 ~ 25.79'%

%40.69
%33.52
%25.79

CMYK color model

#8E755A color CMYK value is (0,18,37,44).

  • cyan value is 0.00%
  • magenta value is 17.61%
  • yellow value is 36.62%
  • key color value is 44.31%

CMYK: (0,18,37,44)
C0M18Y37K44 (0%, 18%, 37%, 44%)
(0.00 / 0.18 / 0.37 / 0.44)

CMYK percentages

%0
%17.61
%36.62
%44.31

Codes

Color #8E755A in popluar color models

8E 75 5A
RGB 142 117 90
HSL 31° 22.41% 45.49%
HSB/HSV 31° 36.62% 55.69%
CMYK 0.00% 17.61% 36.62%
44.31%

Color #8E755A in popluar number systems.

HEX 8E 75 5A
Decimal 142 117 90
Binary 10001110 1110101 1011010
Octal 216 165 132

Shades and tints

Shades of #8E755A

#8E755A
(142,117,90)
#826B52
(130,107,82)
#76614A
(118,97,74)
#6A5742
(106,87,66)
#5E4D3A
(94,77,58)
#524332
(82,67,50)
#46392A
(70,57,42)
#3A2F22
(58,47,34)
#2E251A
(46,37,26)
#221B12
(34,27,18)
#16110A
(22,17,10)
#000000
(0,0,0)

Tints of #8E755A

#8E755A
(142,117,90)
#988169
(152,129,105)
#A28D78
(162,141,120)
#AC9987
(172,153,135)
#B6A596
(182,165,150)
#C0B1A5
(192,177,165)
#CABDB4
(202,189,180)
#D4C9C3
(212,201,195)
#DED5D2
(222,213,210)
#E8E1E1
(232,225,225)
#F2EDF0
(242,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E755A color. Also use rgb(142,117,90) instead hex code.

Text Font Color

.myTextColor { color: #8E755A; }

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

This text font color is #8E755A.

Background Color

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

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

This div background color is #8E755A.

Border color

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

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

This div border color is #8E755A.

Opacity

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

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

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

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

This text has shadow with #8E755A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E755A.

Preview

Color preview on black background

This text has color #8E755A on black background.


Color preview on white background

This text has color #8E755A on white background.


Black color preview on #8E755A background

This text has black color on #8E755A background.


White color preview on #8E755A background

This text has white color on #8E755A background.


Related colors

Complementary color

Complementary color for #hex is #718AA5.


I love getcolorcode.com

Triadic colors

1 #5A8E75 and #755A8E with #8E755A are triadic colors.

2 #5A758E and #758E5A with #8E755A are triadic colors.