COLOR #8E7A5F

HEX: #8E7A5F RGB: (142,122,95)

Color info

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

RGB color model

#8E7A5F color RGB value is (142,122,95).

RGB: (142,122,95) (56%, 48%, 37%)

RGB channels and saturation

R 142 of 255 = 56%
G 122 of 255 = 48%
B 95 of 255 = 37%

142
122
95

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

Portions of RGB colors in percentages

R + G + B = 142 + 122 + 95 = 359 (100%)
R 142 of 359 ~ 39.55%
G 122 of 359 ~ 33.98%
B 95 of 359 ~ 26.46'%

%39.55
%33.98
%26.46

CMYK color model

#8E7A5F color CMYK value is (0,14,33,44).

  • cyan value is 0.00%
  • magenta value is 14.08%
  • yellow value is 33.10%
  • key color value is 44.31%

CMYK: (0,14,33,44)
C0M14Y33K44 (0%, 14%, 33%, 44%)
(0.00 / 0.14 / 0.33 / 0.44)

CMYK percentages

%0
%14.08
%33.1
%44.31

Codes

Color #8E7A5F in popluar color models

8E 7A 5F
RGB 142 122 95
HSL 34° 19.83% 46.47%
HSB/HSV 34° 33.10% 55.69%
CMYK 0.00% 14.08% 33.10%
44.31%

Color #8E7A5F in popluar number systems.

HEX 8E 7A 5F
Decimal 142 122 95
Binary 10001110 1111010 1011111
Octal 216 172 137

Shades and tints

Shades of #8E7A5F

#8E7A5F
(142,122,95)
#826F57
(130,111,87)
#76644F
(118,100,79)
#6A5947
(106,89,71)
#5E4E3F
(94,78,63)
#524337
(82,67,55)
#46382F
(70,56,47)
#3A2D27
(58,45,39)
#2E221F
(46,34,31)
#221717
(34,23,23)
#160C0F
(22,12,15)
#000000
(0,0,0)

Tints of #8E7A5F

#8E7A5F
(142,122,95)
#98866D
(152,134,109)
#A2927B
(162,146,123)
#AC9E89
(172,158,137)
#B6AA97
(182,170,151)
#C0B6A5
(192,182,165)
#CAC2B3
(202,194,179)
#D4CEC1
(212,206,193)
#DEDACF
(222,218,207)
#E8E6DD
(232,230,221)
#F2F2EB
(242,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E7A5F color. Also use rgb(142,122,95) instead hex code.

Text Font Color

.myTextColor { color: #8E7A5F; }

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

This text font color is #8E7A5F.

Background Color

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

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

This div background color is #8E7A5F.

Border color

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

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

This div border color is #8E7A5F.

Opacity

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

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

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

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

This text has shadow with #8E7A5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E7A5F.

Preview

Color preview on black background

This text has color #8E7A5F on black background.


Color preview on white background

This text has color #8E7A5F on white background.


Black color preview on #8E7A5F background

This text has black color on #8E7A5F background.


White color preview on #8E7A5F background

This text has white color on #8E7A5F background.


Related colors

Complementary color

Complementary color for #hex is #7185A0.


I love getcolorcode.com

Triadic colors

1 #5F8E7A and #7A5F8E with #8E7A5F are triadic colors.

2 #5F7A8E and #7A8E5F with #8E7A5F are triadic colors.