COLOR #8C6577

HEX: #8C6577
RGB: (140,101,119)

Color info

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

RGB color model

#8C6577 color RGB value is (140,101,119).

  • red value is 140;
  • green value is 101;
  • blue value is 119.
RGB:
(140,101,119)
(55%,40%,47%)

RGB channels and saturation

R 140 of 255 = 55%
G 101 of 255 = 40%
B 119 of 255 = 47%

140
101
119

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

Portions of RGB colors in percentages

R + G + B =
140 + 101 + 119 = 360 (100%)
R 140 of 360 ~ 38.89%
G 101 of 360 ~ 28.06%
B 119 of 360 ~ 33.06%

%38.89
%28.06
%33.06

CMYK color model

#8C6577 color CMYK value is (0,28,15,45).

  • cyan value is 0.00%
  • magenta value is 27.86%
  • yellow value is 15.00%
  • key color value is 45.10%
CMYK:
(0,28,15,45)
C0M28Y15K45 
(0%,28%,15%,45%)
(0.00/0.28/0.15/0.45)	

CMYK percentages

%0
%27.86
%15
%45.1

Codes

Color #8C6577 in popluar color models

8C6577
RGB140101119
HSL332°16.18%47.25%
HSB/HSV332°27.86%54.90%
CMYK0.00%27.86%15.00%
45.10%

Color #8C6577 in popluar number systems.

HEX8C6577
Decimal140101119
Binary1000110011001011110111
Octal214145167

Shades and tints

Shades of #8C6577

#8C6577
(140,101,119)
#805C6D
(128,92,109)
#745363
(116,83,99)
#684A59
(104,74,89)
#5C414F
(92,65,79)
#503845
(80,56,69)
#442F3B
(68,47,59)
#382631
(56,38,49)
#2C1D27
(44,29,39)
#20141D
(32,20,29)
#140B13
(20,11,19)
#000000
(0,0,0)

Tints of #8C6577

#8C6577
(140,101,119)
#967383
(150,115,131)
#A0818F
(160,129,143)
#AA8F9B
(170,143,155)
#B49DA7
(180,157,167)
#BEABB3
(190,171,179)
#C8B9BF
(200,185,191)
#D2C7CB
(210,199,203)
#DCD5D7
(220,213,215)
#E6E3E3
(230,227,227)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6577 color. Also use rgb(140,101,119) instead hex code.

Text Font Color

.myTextColor { color: #8C6577; }

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

This text font color is #8C6577.


Background Color

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

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

This div background color is #8C6577.


Border color

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

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

This div border color is #8C6577.


Opacity

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

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

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

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

This text has shadow with #8C6577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6577 on black background.


Color preview on white background

This text has color #8C6577 on white background.



Black color preview on #8C6577 background

This text has black color on #8C6577 background.


White color preview on #8C6577 background

This text has white color on #8C6577 background.