COLOR #8E556E

HEX: #8E556E
RGB: (142,85,110)

Color info

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

RGB color model

#8E556E color RGB value is (142,85,110).

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

RGB channels and saturation

R 142 of 255 = 56%
G 85 of 255 = 33%
B 110 of 255 = 43%

142
85
110

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

Portions of RGB colors in percentages

R + G + B =
142 + 85 + 110 = 337 (100%)
R 142 of 337 ~ 42.14%
G 85 of 337 ~ 25.22%
B 110 of 337 ~ 32.64%

%42.14
%25.22
%32.64

CMYK color model

#8E556E color CMYK value is (0,40,23,44).

  • cyan value is 0.00%
  • magenta value is 40.14%
  • yellow value is 22.54%
  • key color value is 44.31%
CMYK:
(0,40,23,44)
C0M40Y23K44 
(0%,40%,23%,44%)
(0.00/0.40/0.23/0.44)	

CMYK percentages

%0
%40.14
%22.54
%44.31

Codes

Color #8E556E in popluar color models

8E556E
RGB14285110
HSL334°25.11%44.51%
HSB/HSV334°40.14%55.69%
CMYK0.00%40.14%22.54%
44.31%

Color #8E556E in popluar number systems.

HEX8E556E
Decimal14285110
Binary1000111010101011101110
Octal216125156

Shades and tints

Shades of #8E556E

#8E556E
(142,85,110)
#824E64
(130,78,100)
#76475A
(118,71,90)
#6A4050
(106,64,80)
#5E3946
(94,57,70)
#52323C
(82,50,60)
#462B32
(70,43,50)
#3A2428
(58,36,40)
#2E1D1E
(46,29,30)
#221614
(34,22,20)
#160F0A
(22,15,10)
#000000
(0,0,0)

Tints of #8E556E

#8E556E
(142,85,110)
#98647B
(152,100,123)
#A27388
(162,115,136)
#AC8295
(172,130,149)
#B691A2
(182,145,162)
#C0A0AF
(192,160,175)
#CAAFBC
(202,175,188)
#D4BEC9
(212,190,201)
#DECDD6
(222,205,214)
#E8DCE3
(232,220,227)
#F2EBF0
(242,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E556E; }

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

This text font color is #8E556E.


Background Color

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

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

This div background color is #8E556E.


Border color

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

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

This div border color is #8E556E.


Opacity

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

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

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

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

This text has shadow with #8E556E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E556E on black background.


Color preview on white background

This text has color #8E556E on white background.



Black color preview on #8E556E background

This text has black color on #8E556E background.


White color preview on #8E556E background

This text has white color on #8E556E background.