COLOR #8D516D

HEX: #8D516D
RGB: (141,81,109)

Color info

#8D516D contains mainly red and blue colors. Web safe color of #8D516D is #996666 (or #966).

RGB color model

#8D516D color RGB value is (141,81,109).

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

RGB channels and saturation

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

141
81
109

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

Portions of RGB colors in percentages

R + G + B =
141 + 81 + 109 = 331 (100%)
R 141 of 331 ~ 42.6%
G 81 of 331 ~ 24.47%
B 109 of 331 ~ 32.93%

%42.6
%24.47
%32.93

CMYK color model

#8D516D color CMYK value is (0,43,23,45).

  • cyan value is 0.00%
  • magenta value is 42.55%
  • yellow value is 22.70%
  • key color value is 44.71%
CMYK:
(0,43,23,45)
C0M43Y23K45 
(0%,43%,23%,45%)
(0.00/0.43/0.23/0.45)	

CMYK percentages

%0
%42.55
%22.7
%44.71

Codes

Color #8D516D in popluar color models

8D516D
RGB14181109
HSL332°27.03%43.53%
HSB/HSV332°42.55%55.29%
CMYK0.00%42.55%22.70%
44.71%

Color #8D516D in popluar number systems.

HEX8D516D
Decimal14181109
Binary1000110110100011101101
Octal215121155

Shades and tints

Shades of #8D516D

#8D516D
(141,81,109)
#814A64
(129,74,100)
#75435B
(117,67,91)
#693C52
(105,60,82)
#5D3549
(93,53,73)
#512E40
(81,46,64)
#452737
(69,39,55)
#39202E
(57,32,46)
#2D1925
(45,25,37)
#21121C
(33,18,28)
#150B13
(21,11,19)
#000000
(0,0,0)

Tints of #8D516D

#8D516D
(141,81,109)
#97607A
(151,96,122)
#A16F87
(161,111,135)
#AB7E94
(171,126,148)
#B58DA1
(181,141,161)
#BF9CAE
(191,156,174)
#C9ABBB
(201,171,187)
#D3BAC8
(211,186,200)
#DDC9D5
(221,201,213)
#E7D8E2
(231,216,226)
#F1E7EF
(241,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D516D; }

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

This text font color is #8D516D.


Background Color

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

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

This div background color is #8D516D.


Border color

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

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

This div border color is #8D516D.


Opacity

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

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

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

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

This text has shadow with #8D516D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D516D on black background.


Color preview on white background

This text has color #8D516D on white background.



Black color preview on #8D516D background

This text has black color on #8D516D background.


White color preview on #8D516D background

This text has white color on #8D516D background.