COLOR #8E5554

HEX: #8E5554 RGB: (142,85,84)

Color info

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

RGB color model

#8E5554 color RGB value is (142,85,84).

RGB: (142,85,84) (56%, 33%, 33%)

RGB channels and saturation

R 142 of 255 = 56%
G 85 of 255 = 33%
B 84 of 255 = 33%

142
85
84

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

Portions of RGB colors in percentages

R + G + B = 142 + 85 + 84 = 311 (100%)
R 142 of 311 ~ 45.66%
G 85 of 311 ~ 27.33%
B 84 of 311 ~ 27.01'%

%45.66
%27.33
%27.01

CMYK color model

#8E5554 color CMYK value is (0,40,41,44).

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

CMYK: (0,40,41,44)
C0M40Y41K44 (0%, 40%, 41%, 44%)
(0.00 / 0.40 / 0.41 / 0.44)

CMYK percentages

%0
%40.14
%40.85
%44.31

Codes

Color #8E5554 in popluar color models

8E 55 54
RGB 142 85 84
HSL 25.66% 44.31%
HSB/HSV 40.85% 55.69%
CMYK 0.00% 40.14% 40.85%
44.31%

Color #8E5554 in popluar number systems.

HEX 8E 55 54
Decimal 142 85 84
Binary 10001110 1010101 1010100
Octal 216 125 124

Shades and tints

Shades of #8E5554

#8E5554
(142,85,84)
#824E4D
(130,78,77)
#764746
(118,71,70)
#6A403F
(106,64,63)
#5E3938
(94,57,56)
#523231
(82,50,49)
#462B2A
(70,43,42)
#3A2423
(58,36,35)
#2E1D1C
(46,29,28)
#221615
(34,22,21)
#160F0E
(22,15,14)
#000000
(0,0,0)

Tints of #8E5554

#8E5554
(142,85,84)
#986463
(152,100,99)
#A27372
(162,115,114)
#AC8281
(172,130,129)
#B69190
(182,145,144)
#C0A09F
(192,160,159)
#CAAFAE
(202,175,174)
#D4BEBD
(212,190,189)
#DECDCC
(222,205,204)
#E8DCDB
(232,220,219)
#F2EBEA
(242,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E5554; }

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

This text font color is #8E5554.

Background Color

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

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

This div background color is #8E5554.

Border color

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

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

This div border color is #8E5554.

Opacity

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

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

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

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

This text has shadow with #8E5554 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E5554.

Preview

Color preview on black background

This text has color #8E5554 on black background.


Color preview on white background

This text has color #8E5554 on white background.


Black color preview on #8E5554 background

This text has black color on #8E5554 background.


White color preview on #8E5554 background

This text has white color on #8E5554 background.


Related colors

Complementary color

Complementary color for #hex is #71AAAB.


I love getcolorcode.com

Triadic colors

1 #548E55 and #55548E with #8E5554 are triadic colors.

2 #54558E and #558E54 with #8E5554 are triadic colors.