COLOR #8E6354

HEX: #8E6354 RGB: (142,99,84)

Color info

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

RGB color model

#8E6354 color RGB value is (142,99,84).

RGB: (142,99,84) (56%, 39%, 33%)

RGB channels and saturation

R 142 of 255 = 56%
G 99 of 255 = 39%
B 84 of 255 = 33%

142
99
84

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

Portions of RGB colors in percentages

R + G + B = 142 + 99 + 84 = 325 (100%)
R 142 of 325 ~ 43.69%
G 99 of 325 ~ 30.46%
B 84 of 325 ~ 25.85'%

%43.69
%30.46
%25.85

CMYK color model

#8E6354 color CMYK value is (0,30,41,44).

  • cyan value is 0.00%
  • magenta value is 30.28%
  • yellow value is 40.85%
  • key color value is 44.31%

CMYK: (0,30,41,44)
C0M30Y41K44 (0%, 30%, 41%, 44%)
(0.00 / 0.30 / 0.41 / 0.44)

CMYK percentages

%0
%30.28
%40.85
%44.31

Codes

Color #8E6354 in popluar color models

8E 63 54
RGB 142 99 84
HSL 16° 25.66% 44.31%
HSB/HSV 16° 40.85% 55.69%
CMYK 0.00% 30.28% 40.85%
44.31%

Color #8E6354 in popluar number systems.

HEX 8E 63 54
Decimal 142 99 84
Binary 10001110 1100011 1010100
Octal 216 143 124

Shades and tints

Shades of #8E6354

#8E6354
(142,99,84)
#825A4D
(130,90,77)
#765146
(118,81,70)
#6A483F
(106,72,63)
#5E3F38
(94,63,56)
#523631
(82,54,49)
#462D2A
(70,45,42)
#3A2423
(58,36,35)
#2E1B1C
(46,27,28)
#221215
(34,18,21)
#16090E
(22,9,14)
#000000
(0,0,0)

Tints of #8E6354

#8E6354
(142,99,84)
#987163
(152,113,99)
#A27F72
(162,127,114)
#AC8D81
(172,141,129)
#B69B90
(182,155,144)
#C0A99F
(192,169,159)
#CAB7AE
(202,183,174)
#D4C5BD
(212,197,189)
#DED3CC
(222,211,204)
#E8E1DB
(232,225,219)
#F2EFEA
(242,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E6354 color. Also use rgb(142,99,84) instead hex code.

Text Font Color

.myTextColor { color: #8E6354; }

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

This text font color is #8E6354.

Background Color

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

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

This div background color is #8E6354.

Border color

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

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

This div border color is #8E6354.

Opacity

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

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

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

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

This text has shadow with #8E6354 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E6354.

Preview

Color preview on black background

This text has color #8E6354 on black background.


Color preview on white background

This text has color #8E6354 on white background.


Black color preview on #8E6354 background

This text has black color on #8E6354 background.


White color preview on #8E6354 background

This text has white color on #8E6354 background.


Related colors

Complementary color

Complementary color for #hex is #719CAB.


I love getcolorcode.com

Triadic colors

1 #548E63 and #63548E with #8E6354 are triadic colors.

2 #54638E and #638E54 with #8E6354 are triadic colors.