COLOR #8E665F

HEX: #8E665F RGB: (142,102,95)

Color info

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

RGB color model

#8E665F color RGB value is (142,102,95).

RGB: (142,102,95) (56%, 40%, 37%)

RGB channels and saturation

R 142 of 255 = 56%
G 102 of 255 = 40%
B 95 of 255 = 37%

142
102
95

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

Portions of RGB colors in percentages

R + G + B = 142 + 102 + 95 = 339 (100%)
R 142 of 339 ~ 41.89%
G 102 of 339 ~ 30.09%
B 95 of 339 ~ 28.02'%

%41.89
%30.09
%28.02

CMYK color model

#8E665F color CMYK value is (0,28,33,44).

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

CMYK: (0,28,33,44)
C0M28Y33K44 (0%, 28%, 33%, 44%)
(0.00 / 0.28 / 0.33 / 0.44)

CMYK percentages

%0
%28.17
%33.1
%44.31

Codes

Color #8E665F in popluar color models

8E 66 5F
RGB 142 102 95
HSL 19.83% 46.47%
HSB/HSV 33.10% 55.69%
CMYK 0.00% 28.17% 33.10%
44.31%

Color #8E665F in popluar number systems.

HEX 8E 66 5F
Decimal 142 102 95
Binary 10001110 1100110 1011111
Octal 216 146 137

Shades and tints

Shades of #8E665F

#8E665F
(142,102,95)
#825D57
(130,93,87)
#76544F
(118,84,79)
#6A4B47
(106,75,71)
#5E423F
(94,66,63)
#523937
(82,57,55)
#46302F
(70,48,47)
#3A2727
(58,39,39)
#2E1E1F
(46,30,31)
#221517
(34,21,23)
#160C0F
(22,12,15)
#000000
(0,0,0)

Tints of #8E665F

#8E665F
(142,102,95)
#98736D
(152,115,109)
#A2807B
(162,128,123)
#AC8D89
(172,141,137)
#B69A97
(182,154,151)
#C0A7A5
(192,167,165)
#CAB4B3
(202,180,179)
#D4C1C1
(212,193,193)
#DECECF
(222,206,207)
#E8DBDD
(232,219,221)
#F2E8EB
(242,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E665F; }

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

This text font color is #8E665F.

Background Color

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

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

This div background color is #8E665F.

Border color

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

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

This div border color is #8E665F.

Opacity

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

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

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

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

This text has shadow with #8E665F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E665F.

Preview

Color preview on black background

This text has color #8E665F on black background.


Color preview on white background

This text has color #8E665F on white background.


Black color preview on #8E665F background

This text has black color on #8E665F background.


White color preview on #8E665F background

This text has white color on #8E665F background.


Related colors

Complementary color

Complementary color for #hex is #7199A0.


I love getcolorcode.com

Triadic colors

1 #5F8E66 and #665F8E with #8E665F are triadic colors.

2 #5F668E and #668E5F with #8E665F are triadic colors.