COLOR #8C516D

HEX: #8C516D
RGB: (140,81,109)

Color info

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

RGB color model

#8C516D color RGB value is (140,81,109).

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

RGB channels and saturation

R 140 of 255 = 55%
G 81 of 255 = 32%
B 109 of 255 = 43%

140
81
109

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

Portions of RGB colors in percentages

R + G + B =
140 + 81 + 109 = 330 (100%)
R 140 of 330 ~ 42.42%
G 81 of 330 ~ 24.55%
B 109 of 330 ~ 33.03%

%42.42
%24.55
%33.03

CMYK color model

#8C516D color CMYK value is (0,42,22,45).

  • cyan value is 0.00%
  • magenta value is 42.14%
  • yellow value is 22.14%
  • key color value is 45.10%
CMYK:
(0,42,22,45)
C0M42Y22K45 
(0%,42%,22%,45%)
(0.00/0.42/0.22/0.45)	

CMYK percentages

%0
%42.14
%22.14
%45.1

Codes

Color #8C516D in popluar color models

8C516D
RGB14081109
HSL332°26.70%43.33%
HSB/HSV332°42.14%54.90%
CMYK0.00%42.14%22.14%
45.10%

Color #8C516D in popluar number systems.

HEX8C516D
Decimal14081109
Binary1000110010100011101101
Octal214121155

Shades and tints

Shades of #8C516D

#8C516D
(140,81,109)
#804A64
(128,74,100)
#74435B
(116,67,91)
#683C52
(104,60,82)
#5C3549
(92,53,73)
#502E40
(80,46,64)
#442737
(68,39,55)
#38202E
(56,32,46)
#2C1925
(44,25,37)
#20121C
(32,18,28)
#140B13
(20,11,19)
#000000
(0,0,0)

Tints of #8C516D

#8C516D
(140,81,109)
#96607A
(150,96,122)
#A06F87
(160,111,135)
#AA7E94
(170,126,148)
#B48DA1
(180,141,161)
#BE9CAE
(190,156,174)
#C8ABBB
(200,171,187)
#D2BAC8
(210,186,200)
#DCC9D5
(220,201,213)
#E6D8E2
(230,216,226)
#F0E7EF
(240,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C516D; }

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

This text font color is #8C516D.


Background Color

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

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

This div background color is #8C516D.


Border color

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

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

This div border color is #8C516D.


Opacity

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

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

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

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

This text has shadow with #8C516D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C516D on black background.


Color preview on white background

This text has color #8C516D on white background.



Black color preview on #8C516D background

This text has black color on #8C516D background.


White color preview on #8C516D background

This text has white color on #8C516D background.