COLOR #8E554C

HEX: #8E554C
RGB: (142,85,76)

Color info

#8E554C contains mainly red and green colors. Web safe color of #8E554C is #996633 (or #963).

RGB color model

#8E554C color RGB value is (142,85,76).

  • red value is 142;
  • green value is 85;
  • blue value is 76.
RGB:
(142,85,76)
(56%,33%,30%)

RGB channels and saturation

R 142 of 255 = 56%
G 85 of 255 = 33%
B 76 of 255 = 30%

142
85
76

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

Portions of RGB colors in percentages

R + G + B =
142 + 85 + 76 = 303 (100%)
R 142 of 303 ~ 46.86%
G 85 of 303 ~ 28.05%
B 76 of 303 ~ 25.08%

%46.86
%28.05
%25.08

CMYK color model

#8E554C color CMYK value is (0,40,46,44).

  • cyan value is 0.00%
  • magenta value is 40.14%
  • yellow value is 46.48%
  • key color value is 44.31%
CMYK:
(0,40,46,44)
C0M40Y46K44 
(0%,40%,46%,44%)
(0.00/0.40/0.46/0.44)	

CMYK percentages

%0
%40.14
%46.48
%44.31

Codes

Color #8E554C in popluar color models

8E554C
RGB1428576
HSL30.28%42.75%
HSB/HSV46.48%55.69%
CMYK0.00%40.14%46.48%
44.31%

Color #8E554C in popluar number systems.

HEX8E554C
Decimal1428576
Binary1000111010101011001100
Octal216125114

Shades and tints

Shades of #8E554C

#8E554C
(142,85,76)
#824E46
(130,78,70)
#764740
(118,71,64)
#6A403A
(106,64,58)
#5E3934
(94,57,52)
#52322E
(82,50,46)
#462B28
(70,43,40)
#3A2422
(58,36,34)
#2E1D1C
(46,29,28)
#221616
(34,22,22)
#160F10
(22,15,16)
#000000
(0,0,0)

Tints of #8E554C

#8E554C
(142,85,76)
#98645C
(152,100,92)
#A2736C
(162,115,108)
#AC827C
(172,130,124)
#B6918C
(182,145,140)
#C0A09C
(192,160,156)
#CAAFAC
(202,175,172)
#D4BEBC
(212,190,188)
#DECDCC
(222,205,204)
#E8DCDC
(232,220,220)
#F2EBEC
(242,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E554C; }

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

This text font color is #8E554C.


Background Color

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

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

This div background color is #8E554C.


Border color

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

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

This div border color is #8E554C.


Opacity

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

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

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

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

This text has shadow with #8E554C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E554C on black background.


Color preview on white background

This text has color #8E554C on white background.



Black color preview on #8E554C background

This text has black color on #8E554C background.


White color preview on #8E554C background

This text has white color on #8E554C background.