COLOR #85686F

HEX: #85686F
RGB: (133,104,111)

Color info

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

RGB color model

#85686F color RGB value is (133,104,111).

  • red value is 133;
  • green value is 104;
  • blue value is 111.
RGB:
(133,104,111)
(52%,41%,44%)

RGB channels and saturation

R 133 of 255 = 52%
G 104 of 255 = 41%
B 111 of 255 = 44%

133
104
111

R + G + B ~ 46%. #85686F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 104 + 111 = 348 (100%)
R 133 of 348 ~ 38.22%
G 104 of 348 ~ 29.89%
B 111 of 348 ~ 31.9%

%38.22
%29.89
%31.9

CMYK color model

#85686F color CMYK value is (0,22,17,48).

  • cyan value is 0.00%
  • magenta value is 21.80%
  • yellow value is 16.54%
  • key color value is 47.84%
CMYK:
(0,22,17,48)
C0M22Y17K48 
(0%,22%,17%,48%)
(0.00/0.22/0.17/0.48)	

CMYK percentages

%0
%21.8
%16.54
%47.84

Codes

Color #85686F in popluar color models

85686F
RGB133104111
HSL346°12.24%46.47%
HSB/HSV346°21.80%52.16%
CMYK0.00%21.80%16.54%
47.84%

Color #85686F in popluar number systems.

HEX85686F
Decimal133104111
Binary1000010111010001101111
Octal205150157

Shades and tints

Shades of #85686F

#85686F
(133,104,111)
#795F65
(121,95,101)
#6D565B
(109,86,91)
#614D51
(97,77,81)
#554447
(85,68,71)
#493B3D
(73,59,61)
#3D3233
(61,50,51)
#312929
(49,41,41)
#25201F
(37,32,31)
#191715
(25,23,21)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #85686F

#85686F
(133,104,111)
#90757C
(144,117,124)
#9B8289
(155,130,137)
#A68F96
(166,143,150)
#B19CA3
(177,156,163)
#BCA9B0
(188,169,176)
#C7B6BD
(199,182,189)
#D2C3CA
(210,195,202)
#DDD0D7
(221,208,215)
#E8DDE4
(232,221,228)
#F3EAF1
(243,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85686F color. Also use rgb(133,104,111) instead hex code.

Text Font Color

.myTextColor { color: #85686F; }

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

This text font color is #85686F.


Background Color

.myBgColor { background-color: #85686F; }

<div style="background-color:#85686F">Inner text</div>

This div background color is #85686F.


Border color

.myBorderColor { border: 1px solid #85686F; }

<div style="border:3px solid #85686F">Div</div>

This div border color is #85686F.


Opacity

.myOpacity80 { color: #85686F; opacity: 0.8; }

<p style="color:#85686F;opacity:0.8;">80%</p>

Text with #85686F 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 #85686F;}

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

This text has shadow with #85686F color.

.textShadow {text-shadow: 3px 3px 1px #85686F, 3px 3px 1px red;}

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

This text has shadow with #85686F primary color and red secondary color.


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

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

This text has shadow with #85686F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85686F on black background.


Color preview on white background

This text has color #85686F on white background.



Black color preview on #85686F background

This text has black color on #85686F background.


White color preview on #85686F background

This text has white color on #85686F background.