COLOR #8E645F

HEX: #8E645F RGB: (142,100,95)

Color info

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

RGB color model

#8E645F color RGB value is (142,100,95).

RGB: (142,100,95) (56%, 39%, 37%)

RGB channels and saturation

R 142 of 255 = 56%
G 100 of 255 = 39%
B 95 of 255 = 37%

142
100
95

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

Portions of RGB colors in percentages

R + G + B = 142 + 100 + 95 = 337 (100%)
R 142 of 337 ~ 42.14%
G 100 of 337 ~ 29.67%
B 95 of 337 ~ 28.19'%

%42.14
%29.67
%28.19

CMYK color model

#8E645F color CMYK value is (0,30,33,44).

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

CMYK: (0,30,33,44)
C0M30Y33K44 (0%, 30%, 33%, 44%)
(0.00 / 0.30 / 0.33 / 0.44)

CMYK percentages

%0
%29.58
%33.1
%44.31

Codes

Color #8E645F in popluar color models

8E 64 5F
RGB 142 100 95
HSL 19.83% 46.47%
HSB/HSV 33.10% 55.69%
CMYK 0.00% 29.58% 33.10%
44.31%

Color #8E645F in popluar number systems.

HEX 8E 64 5F
Decimal 142 100 95
Binary 10001110 1100100 1011111
Octal 216 144 137

Shades and tints

Shades of #8E645F

#8E645F
(142,100,95)
#825B57
(130,91,87)
#76524F
(118,82,79)
#6A4947
(106,73,71)
#5E403F
(94,64,63)
#523737
(82,55,55)
#462E2F
(70,46,47)
#3A2527
(58,37,39)
#2E1C1F
(46,28,31)
#221317
(34,19,23)
#160A0F
(22,10,15)
#000000
(0,0,0)

Tints of #8E645F

#8E645F
(142,100,95)
#98726D
(152,114,109)
#A2807B
(162,128,123)
#AC8E89
(172,142,137)
#B69C97
(182,156,151)
#C0AAA5
(192,170,165)
#CAB8B3
(202,184,179)
#D4C6C1
(212,198,193)
#DED4CF
(222,212,207)
#E8E2DD
(232,226,221)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E645F; }

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

This text font color is #8E645F.

Background Color

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

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

This div background color is #8E645F.

Border color

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

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

This div border color is #8E645F.

Opacity

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

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

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

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

This text has shadow with #8E645F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E645F.

Preview

Color preview on black background

This text has color #8E645F on black background.


Color preview on white background

This text has color #8E645F on white background.


Black color preview on #8E645F background

This text has black color on #8E645F background.


White color preview on #8E645F background

This text has white color on #8E645F background.


Related colors

Complementary color

Complementary color for #hex is #719BA0.


I love getcolorcode.com

Triadic colors

1 #5F8E64 and #645F8E with #8E645F are triadic colors.

2 #5F648E and #648E5F with #8E645F are triadic colors.