COLOR #8C616F

HEX: #8C616F
RGB: (140,97,111)

Color info

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

RGB color model

#8C616F color RGB value is (140,97,111).

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

RGB channels and saturation

R 140 of 255 = 55%
G 97 of 255 = 38%
B 111 of 255 = 44%

140
97
111

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

Portions of RGB colors in percentages

R + G + B =
140 + 97 + 111 = 348 (100%)
R 140 of 348 ~ 40.23%
G 97 of 348 ~ 27.87%
B 111 of 348 ~ 31.9%

%40.23
%27.87
%31.9

CMYK color model

#8C616F color CMYK value is (0,31,21,45).

  • cyan value is 0.00%
  • magenta value is 30.71%
  • yellow value is 20.71%
  • key color value is 45.10%
CMYK:
(0,31,21,45)
C0M31Y21K45 
(0%,31%,21%,45%)
(0.00/0.31/0.21/0.45)	

CMYK percentages

%0
%30.71
%20.71
%45.1

Codes

Color #8C616F in popluar color models

8C616F
RGB14097111
HSL340°18.14%46.47%
HSB/HSV340°30.71%54.90%
CMYK0.00%30.71%20.71%
45.10%

Color #8C616F in popluar number systems.

HEX8C616F
Decimal14097111
Binary1000110011000011101111
Octal214141157

Shades and tints

Shades of #8C616F

#8C616F
(140,97,111)
#805965
(128,89,101)
#74515B
(116,81,91)
#684951
(104,73,81)
#5C4147
(92,65,71)
#50393D
(80,57,61)
#443133
(68,49,51)
#382929
(56,41,41)
#2C211F
(44,33,31)
#201915
(32,25,21)
#14110B
(20,17,11)
#000000
(0,0,0)

Tints of #8C616F

#8C616F
(140,97,111)
#966F7C
(150,111,124)
#A07D89
(160,125,137)
#AA8B96
(170,139,150)
#B499A3
(180,153,163)
#BEA7B0
(190,167,176)
#C8B5BD
(200,181,189)
#D2C3CA
(210,195,202)
#DCD1D7
(220,209,215)
#E6DFE4
(230,223,228)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C616F; }

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

This text font color is #8C616F.


Background Color

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

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

This div background color is #8C616F.


Border color

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

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

This div border color is #8C616F.


Opacity

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

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

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

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

This text has shadow with #8C616F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C616F on black background.


Color preview on white background

This text has color #8C616F on white background.



Black color preview on #8C616F background

This text has black color on #8C616F background.


White color preview on #8C616F background

This text has white color on #8C616F background.