COLOR #8C516C

HEX: #8C516C
RGB: (140,81,108)

Color info

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

RGB color model

#8C516C color RGB value is (140,81,108).

  • red value is 140;
  • green value is 81;
  • blue value is 108.
RGB:
(140,81,108)
(55%,32%,42%)

RGB channels and saturation

R 140 of 255 = 55%
G 81 of 255 = 32%
B 108 of 255 = 42%

140
81
108

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

Portions of RGB colors in percentages

R + G + B =
140 + 81 + 108 = 329 (100%)
R 140 of 329 ~ 42.55%
G 81 of 329 ~ 24.62%
B 108 of 329 ~ 32.83%

%42.55
%24.62
%32.83

CMYK color model

#8C516C color CMYK value is (0,42,23,45).

  • cyan value is 0.00%
  • magenta value is 42.14%
  • yellow value is 22.86%
  • key color value is 45.10%
CMYK:
(0,42,23,45)
C0M42Y23K45 
(0%,42%,23%,45%)
(0.00/0.42/0.23/0.45)	

CMYK percentages

%0
%42.14
%22.86
%45.1

Codes

Color #8C516C in popluar color models

8C516C
RGB14081108
HSL333°26.70%43.33%
HSB/HSV333°42.14%54.90%
CMYK0.00%42.14%22.86%
45.10%

Color #8C516C in popluar number systems.

HEX8C516C
Decimal14081108
Binary1000110010100011101100
Octal214121154

Shades and tints

Shades of #8C516C

#8C516C
(140,81,108)
#804A63
(128,74,99)
#74435A
(116,67,90)
#683C51
(104,60,81)
#5C3548
(92,53,72)
#502E3F
(80,46,63)
#442736
(68,39,54)
#38202D
(56,32,45)
#2C1924
(44,25,36)
#20121B
(32,18,27)
#140B12
(20,11,18)
#000000
(0,0,0)

Tints of #8C516C

#8C516C
(140,81,108)
#966079
(150,96,121)
#A06F86
(160,111,134)
#AA7E93
(170,126,147)
#B48DA0
(180,141,160)
#BE9CAD
(190,156,173)
#C8ABBA
(200,171,186)
#D2BAC7
(210,186,199)
#DCC9D4
(220,201,212)
#E6D8E1
(230,216,225)
#F0E7EE
(240,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C516C color. Also use rgb(140,81,108) instead hex code.

Text Font Color

.myTextColor { color: #8C516C; }

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

This text font color is #8C516C.


Background Color

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

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

This div background color is #8C516C.


Border color

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

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

This div border color is #8C516C.


Opacity

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

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

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

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

This text has shadow with #8C516C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C516C on black background.


Color preview on white background

This text has color #8C516C on white background.



Black color preview on #8C516C background

This text has black color on #8C516C background.


White color preview on #8C516C background

This text has white color on #8C516C background.