COLOR #8C6574

HEX: #8C6574
RGB: (140,101,116)

Color info

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

RGB color model

#8C6574 color RGB value is (140,101,116).

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

RGB channels and saturation

R 140 of 255 = 55%
G 101 of 255 = 40%
B 116 of 255 = 45%

140
101
116

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

Portions of RGB colors in percentages

R + G + B =
140 + 101 + 116 = 357 (100%)
R 140 of 357 ~ 39.22%
G 101 of 357 ~ 28.29%
B 116 of 357 ~ 32.49%

%39.22
%28.29
%32.49

CMYK color model

#8C6574 color CMYK value is (0,28,17,45).

  • cyan value is 0.00%
  • magenta value is 27.86%
  • yellow value is 17.14%
  • key color value is 45.10%
CMYK:
(0,28,17,45)
C0M28Y17K45 
(0%,28%,17%,45%)
(0.00/0.28/0.17/0.45)	

CMYK percentages

%0
%27.86
%17.14
%45.1

Codes

Color #8C6574 in popluar color models

8C6574
RGB140101116
HSL337°16.18%47.25%
HSB/HSV337°27.86%54.90%
CMYK0.00%27.86%17.14%
45.10%

Color #8C6574 in popluar number systems.

HEX8C6574
Decimal140101116
Binary1000110011001011110100
Octal214145164

Shades and tints

Shades of #8C6574

#8C6574
(140,101,116)
#805C6A
(128,92,106)
#745360
(116,83,96)
#684A56
(104,74,86)
#5C414C
(92,65,76)
#503842
(80,56,66)
#442F38
(68,47,56)
#38262E
(56,38,46)
#2C1D24
(44,29,36)
#20141A
(32,20,26)
#140B10
(20,11,16)
#000000
(0,0,0)

Tints of #8C6574

#8C6574
(140,101,116)
#967380
(150,115,128)
#A0818C
(160,129,140)
#AA8F98
(170,143,152)
#B49DA4
(180,157,164)
#BEABB0
(190,171,176)
#C8B9BC
(200,185,188)
#D2C7C8
(210,199,200)
#DCD5D4
(220,213,212)
#E6E3E0
(230,227,224)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C6574; }

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

This text font color is #8C6574.


Background Color

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

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

This div background color is #8C6574.


Border color

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

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

This div border color is #8C6574.


Opacity

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

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

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

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

This text has shadow with #8C6574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6574 on black background.


Color preview on white background

This text has color #8C6574 on white background.



Black color preview on #8C6574 background

This text has black color on #8C6574 background.


White color preview on #8C6574 background

This text has white color on #8C6574 background.