COLOR #85686E

HEX: #85686E
RGB: (133,104,110)

Color info

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

RGB color model

#85686E color RGB value is (133,104,110).

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

RGB channels and saturation

R 133 of 255 = 52%
G 104 of 255 = 41%
B 110 of 255 = 43%

133
104
110

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

Portions of RGB colors in percentages

R + G + B =
133 + 104 + 110 = 347 (100%)
R 133 of 347 ~ 38.33%
G 104 of 347 ~ 29.97%
B 110 of 347 ~ 31.7%

%38.33
%29.97
%31.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.80%
  • yellow value is 17.29%
  • 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
%17.29
%47.84

Codes

Color #85686E in popluar color models

85686E
RGB133104110
HSL348°12.24%46.47%
HSB/HSV348°21.80%52.16%
CMYK0.00%21.80%17.29%
47.84%

Color #85686E in popluar number systems.

HEX85686E
Decimal133104110
Binary1000010111010001101110
Octal205150156

Shades and tints

Shades of #85686E

#85686E
(133,104,110)
#795F64
(121,95,100)
#6D565A
(109,86,90)
#614D50
(97,77,80)
#554446
(85,68,70)
#493B3C
(73,59,60)
#3D3232
(61,50,50)
#312928
(49,41,40)
#25201E
(37,32,30)
#191714
(25,23,20)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #85686E

#85686E
(133,104,110)
#90757B
(144,117,123)
#9B8288
(155,130,136)
#A68F95
(166,143,149)
#B19CA2
(177,156,162)
#BCA9AF
(188,169,175)
#C7B6BC
(199,182,188)
#D2C3C9
(210,195,201)
#DDD0D6
(221,208,214)
#E8DDE3
(232,221,227)
#F3EAF0
(243,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85686E; }

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

This text font color is #85686E.


Background Color

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

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

This div background color is #85686E.


Border color

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

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

This div border color is #85686E.


Opacity

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

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

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

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

This text has shadow with #85686E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85686E on black background.


Color preview on white background

This text has color #85686E on white background.



Black color preview on #85686E background

This text has black color on #85686E background.


White color preview on #85686E background

This text has white color on #85686E background.