COLOR #85516C

HEX: #85516C RGB: (133,81,108)

Color info

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

RGB color model

#85516C color RGB value is (133,81,108).

RGB: (133,81,108) (52%, 32%, 42%)

RGB channels and saturation

R 133 of 255 = 52%
G 81 of 255 = 32%
B 108 of 255 = 42%

133
81
108

R + G + B ~ 42%. #85516C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 133 + 81 + 108 = 322 (100%)
R 133 of 322 ~ 41.3%
G 81 of 322 ~ 25.16%
B 108 of 322 ~ 33.54'%

%41.3
%25.16
%33.54

CMYK color model

#85516C color CMYK value is (0,39,19,48).

  • cyan value is 0.00%
  • magenta value is 39.10%
  • yellow value is 18.80%
  • key color value is 47.84%
CMYK: (0,39,19,48) C0M39Y19K48 (0%,39%,19%,48%) (0.00/0.39/0.19/0.48) 

CMYK percentages

%0
%39.1
%18.8
%47.84

Codes

Color #85516C in popluar color models

85 51 6C
RGB 133 81 108
HSL 329° 24.30% 41.96%
HSB/HSV 329° 39.10% 52.16%
CMYK 0.00% 39.10% 18.80%
47.84%

Color #85516C in popluar number systems.

HEX 85 51 6C
Decimal 133 81 108
Binary 10000101 1010001 1101100
Octal 205 121 154

Shades and tints

Shades of #85516C

#85516C
(133,81,108)
#794A63
(121,74,99)
#6D435A
(109,67,90)
#613C51
(97,60,81)
#553548
(85,53,72)
#492E3F
(73,46,63)
#3D2736
(61,39,54)
#31202D
(49,32,45)
#251924
(37,25,36)
#19121B
(25,18,27)
#0D0B12
(13,11,18)
#000000
(0,0,0)

Tints of #85516C

#85516C
(133,81,108)
#906079
(144,96,121)
#9B6F86
(155,111,134)
#A67E93
(166,126,147)
#B18DA0
(177,141,160)
#BC9CAD
(188,156,173)
#C7ABBA
(199,171,186)
#D2BAC7
(210,186,199)
#DDC9D4
(221,201,212)
#E8D8E1
(232,216,225)
#F3E7EE
(243,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85516C color. Also use rgb(133,81,108) instead hex code.

Text Font Color

.myTextColor { color: #85516C; }

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

This text font color is #85516C.

Background Color

.myBgColor { background-color: #85516C; }

<div style="background-color:#85516C">Inner text</div>

This div background color is #85516C.

Border color

.myBorderColor { border: 1px solid #85516C; }

<div style="border:3px solid #85516C">Div</div>

This div border color is #85516C.

Opacity

.myOpacity80 { color: #85516C; opacity: 0.8; }

<p style="color:#85516C;opacity:0.8;">80%</p>

Text with #85516C 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 #85516C;}

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

This text has shadow with #85516C color.


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

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

This text has shadow with #85516C primary color and red secondary color.


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

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

This text has shadow with #85516C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #85516C.

Preview

Color preview on black background

This text has color #85516C on black background.


Color preview on white background

This text has color #85516C on white background.


Black color preview on #85516C background

This text has black color on #85516C background.


White color preview on #85516C background

This text has white color on #85516C background.


Related colors

Complementary color

Complementary color for #hex is #7AAE93.


I love getcolorcode.com

Triadic colors

1 #6C8551 and #516C85 with #85516C are triadic colors.

2 #6C5185 and #51856C with #85516C are triadic colors.