COLOR #8C516B

HEX: #8C516B RGB: (140,81,107)

Color info

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

RGB color model

#8C516B color RGB value is (140,81,107).

RGB: (140,81,107) (55%, 32%, 42%)

RGB channels and saturation

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

140
81
107

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

Portions of RGB colors in percentages

R + G + B = 140 + 81 + 107 = 328 (100%)
R 140 of 328 ~ 42.68%
G 81 of 328 ~ 24.7%
B 107 of 328 ~ 32.62'%

%42.68
%24.7
%32.62

CMYK color model

#8C516B color CMYK value is (0,42,24,45).

  • cyan value is 0.00%
  • magenta value is 42.14%
  • yellow value is 23.57%
  • key color value is 45.10%

CMYK: (0,42,24,45)
C0M42Y24K45 (0%, 42%, 24%, 45%)
(0.00 / 0.42 / 0.24 / 0.45)

CMYK percentages

%0
%42.14
%23.57
%45.1

Codes

Color #8C516B in popluar color models

8C 51 6B
RGB 140 81 107
HSL 334° 26.70% 43.33%
HSB/HSV 334° 42.14% 54.90%
CMYK 0.00% 42.14% 23.57%
45.10%

Color #8C516B in popluar number systems.

HEX 8C 51 6B
Decimal 140 81 107
Binary 10001100 1010001 1101011
Octal 214 121 153

Shades and tints

Shades of #8C516B

#8C516B
(140,81,107)
#804A62
(128,74,98)
#744359
(116,67,89)
#683C50
(104,60,80)
#5C3547
(92,53,71)
#502E3E
(80,46,62)
#442735
(68,39,53)
#38202C
(56,32,44)
#2C1923
(44,25,35)
#20121A
(32,18,26)
#140B11
(20,11,17)
#000000
(0,0,0)

Tints of #8C516B

#8C516B
(140,81,107)
#966078
(150,96,120)
#A06F85
(160,111,133)
#AA7E92
(170,126,146)
#B48D9F
(180,141,159)
#BE9CAC
(190,156,172)
#C8ABB9
(200,171,185)
#D2BAC6
(210,186,198)
#DCC9D3
(220,201,211)
#E6D8E0
(230,216,224)
#F0E7ED
(240,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C516B; }

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

This text font color is #8C516B.

Background Color

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

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

This div background color is #8C516B.

Border color

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

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

This div border color is #8C516B.

Opacity

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

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

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

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

This text has shadow with #8C516B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C516B.

Preview

Color preview on black background

This text has color #8C516B on black background.


Color preview on white background

This text has color #8C516B on white background.


Black color preview on #8C516B background

This text has black color on #8C516B background.


White color preview on #8C516B background

This text has white color on #8C516B background.


Related colors

Complementary color

Complementary color for #hex is #73AE94.


I love getcolorcode.com

Triadic colors

1 #6B8C51 and #516B8C with #8C516B are triadic colors.

2 #6B518C and #518C6B with #8C516B are triadic colors.