COLOR #8C556F

HEX: #8C556F
RGB: (140,85,111)

Color info

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

RGB color model

#8C556F color RGB value is (140,85,111).

  • red value is 140;
  • green value is 85;
  • blue value is 111.
RGB:
(140,85,111)
(55%,33%,44%)

RGB channels and saturation

R 140 of 255 = 55%
G 85 of 255 = 33%
B 111 of 255 = 44%

140
85
111

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

Portions of RGB colors in percentages

R + G + B =
140 + 85 + 111 = 336 (100%)
R 140 of 336 ~ 41.67%
G 85 of 336 ~ 25.3%
B 111 of 336 ~ 33.04%

%41.67
%25.3
%33.04

CMYK color model

#8C556F color CMYK value is (0,39,21,45).

  • cyan value is 0.00%
  • magenta value is 39.29%
  • yellow value is 20.71%
  • key color value is 45.10%
CMYK:
(0,39,21,45)
C0M39Y21K45 
(0%,39%,21%,45%)
(0.00/0.39/0.21/0.45)	

CMYK percentages

%0
%39.29
%20.71
%45.1

Codes

Color #8C556F in popluar color models

8C556F
RGB14085111
HSL332°24.44%44.12%
HSB/HSV332°39.29%54.90%
CMYK0.00%39.29%20.71%
45.10%

Color #8C556F in popluar number systems.

HEX8C556F
Decimal14085111
Binary1000110010101011101111
Octal214125157

Shades and tints

Shades of #8C556F

#8C556F
(140,85,111)
#804E65
(128,78,101)
#74475B
(116,71,91)
#684051
(104,64,81)
#5C3947
(92,57,71)
#50323D
(80,50,61)
#442B33
(68,43,51)
#382429
(56,36,41)
#2C1D1F
(44,29,31)
#201615
(32,22,21)
#140F0B
(20,15,11)
#000000
(0,0,0)

Tints of #8C556F

#8C556F
(140,85,111)
#96647C
(150,100,124)
#A07389
(160,115,137)
#AA8296
(170,130,150)
#B491A3
(180,145,163)
#BEA0B0
(190,160,176)
#C8AFBD
(200,175,189)
#D2BECA
(210,190,202)
#DCCDD7
(220,205,215)
#E6DCE4
(230,220,228)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C556F color. Also use rgb(140,85,111) instead hex code.

Text Font Color

.myTextColor { color: #8C556F; }

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

This text font color is #8C556F.


Background Color

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

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

This div background color is #8C556F.


Border color

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

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

This div border color is #8C556F.


Opacity

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

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

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

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

This text has shadow with #8C556F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C556F on black background.


Color preview on white background

This text has color #8C556F on white background.



Black color preview on #8C556F background

This text has black color on #8C556F background.


White color preview on #8C556F background

This text has white color on #8C556F background.