COLOR #85686B

HEX: #85686B
RGB: (133,104,107)

Color info

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

RGB color model

#85686B color RGB value is (133,104,107).

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

RGB channels and saturation

R 133 of 255 = 52%
G 104 of 255 = 41%
B 107 of 255 = 42%

133
104
107

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

Portions of RGB colors in percentages

R + G + B =
133 + 104 + 107 = 344 (100%)
R 133 of 344 ~ 38.66%
G 104 of 344 ~ 30.23%
B 107 of 344 ~ 31.1%

%38.66
%30.23
%31.1

CMYK color model

#85686B color CMYK value is (0,22,20,48).

  • cyan value is 0.00%
  • magenta value is 21.80%
  • yellow value is 19.55%
  • key color value is 47.84%
CMYK:
(0,22,20,48)
C0M22Y20K48 
(0%,22%,20%,48%)
(0.00/0.22/0.20/0.48)	

CMYK percentages

%0
%21.8
%19.55
%47.84

Codes

Color #85686B in popluar color models

85686B
RGB133104107
HSL354°12.24%46.47%
HSB/HSV354°21.80%52.16%
CMYK0.00%21.80%19.55%
47.84%

Color #85686B in popluar number systems.

HEX85686B
Decimal133104107
Binary1000010111010001101011
Octal205150153

Shades and tints

Shades of #85686B

#85686B
(133,104,107)
#795F62
(121,95,98)
#6D5659
(109,86,89)
#614D50
(97,77,80)
#554447
(85,68,71)
#493B3E
(73,59,62)
#3D3235
(61,50,53)
#31292C
(49,41,44)
#252023
(37,32,35)
#19171A
(25,23,26)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #85686B

#85686B
(133,104,107)
#907578
(144,117,120)
#9B8285
(155,130,133)
#A68F92
(166,143,146)
#B19C9F
(177,156,159)
#BCA9AC
(188,169,172)
#C7B6B9
(199,182,185)
#D2C3C6
(210,195,198)
#DDD0D3
(221,208,211)
#E8DDE0
(232,221,224)
#F3EAED
(243,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85686B; }

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

This text font color is #85686B.


Background Color

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

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

This div background color is #85686B.


Border color

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

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

This div border color is #85686B.


Opacity

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

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

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

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

This text has shadow with #85686B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85686B on black background.


Color preview on white background

This text has color #85686B on white background.



Black color preview on #85686B background

This text has black color on #85686B background.


White color preview on #85686B background

This text has white color on #85686B background.