COLOR #85684E

HEX: #85684E
RGB: (133,104,78)

Color info

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

RGB color model

#85684E color RGB value is (133,104,78).

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

RGB channels and saturation

R 133 of 255 = 52%
G 104 of 255 = 41%
B 78 of 255 = 31%

133
104
78

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

Portions of RGB colors in percentages

R + G + B =
133 + 104 + 78 = 315 (100%)
R 133 of 315 ~ 42.22%
G 104 of 315 ~ 33.02%
B 78 of 315 ~ 24.76%

%42.22
%33.02
%24.76

CMYK color model

#85684E color CMYK value is (0,22,41,48).

  • cyan value is 0.00%
  • magenta value is 21.80%
  • yellow value is 41.35%
  • key color value is 47.84%
CMYK: (0,22,41,48) C0M22Y41K48 (0%,22%,41%,48%) (0.00/0.22/0.41/0.48)

CMYK percentages

%0
%21.8
%41.35
%47.84

Codes

Color #85684E in popluar color models

85684E
RGB13310478
HSL28°26.07%41.37%
HSB/HSV28°41.35%52.16%
CMYK0.00%21.80%41.35%
47.84%

Color #85684E in popluar number systems.

HEX85684E
Decimal13310478
Binary1000010111010001001110
Octal205150116

Shades and tints

Shades of #85684E

#85684E
(133,104,78)
#795F47
(121,95,71)
#6D5640
(109,86,64)
#614D39
(97,77,57)
#554432
(85,68,50)
#493B2B
(73,59,43)
#3D3224
(61,50,36)
#31291D
(49,41,29)
#252016
(37,32,22)
#19170F
(25,23,15)
#0D0E08
(13,14,8)
#000000
(0,0,0)

Tints of #85684E

#85684E
(133,104,78)
#90755E
(144,117,94)
#9B826E
(155,130,110)
#A68F7E
(166,143,126)
#B19C8E
(177,156,142)
#BCA99E
(188,169,158)
#C7B6AE
(199,182,174)
#D2C3BE
(210,195,190)
#DDD0CE
(221,208,206)
#E8DDDE
(232,221,222)
#F3EAEE
(243,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85684E; }

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

This text font color is #85684E.


Background Color

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

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

This div background color is #85684E.


Border color

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

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

This div border color is #85684E.


Opacity

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

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

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

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

This text has shadow with #85684E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #85684E on black background.


Color preview on white background

This text has color #85684E on white background.



Black color preview on #85684E background

This text has black color on #85684E background.


White color preview on #85684E background

This text has white color on #85684E background.