COLOR #85725E

HEX: #85725E
RGB: (133,114,94)

Color info

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

RGB color model

#85725E color RGB value is (133,114,94).

  • red value is 133;
  • green value is 114;
  • blue value is 94.
RGB:
(133,114,94)
(52%,45%,37%)

RGB channels and saturation

R 133 of 255 = 52%
G 114 of 255 = 45%
B 94 of 255 = 37%

133
114
94

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

Portions of RGB colors in percentages

R + G + B =
133 + 114 + 94 = 341 (100%)
R 133 of 341 ~ 39%
G 114 of 341 ~ 33.43%
B 94 of 341 ~ 27.57%

%39
%33.43
%27.57

CMYK color model

#85725E color CMYK value is (0,14,29,48).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 29.32%
  • key color value is 47.84%
CMYK:
(0,14,29,48)
C0M14Y29K48 
(0%,14%,29%,48%)
(0.00/0.14/0.29/0.48)	

CMYK percentages

%0
%14.29
%29.32
%47.84

Codes

Color #85725E in popluar color models

85725E
RGB13311494
HSL31°17.18%44.51%
HSB/HSV31°29.32%52.16%
CMYK0.00%14.29%29.32%
47.84%

Color #85725E in popluar number systems.

HEX85725E
Decimal13311494
Binary1000010111100101011110
Octal205162136

Shades and tints

Shades of #85725E

#85725E
(133,114,94)
#796856
(121,104,86)
#6D5E4E
(109,94,78)
#615446
(97,84,70)
#554A3E
(85,74,62)
#494036
(73,64,54)
#3D362E
(61,54,46)
#312C26
(49,44,38)
#25221E
(37,34,30)
#191816
(25,24,22)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #85725E

#85725E
(133,114,94)
#907E6C
(144,126,108)
#9B8A7A
(155,138,122)
#A69688
(166,150,136)
#B1A296
(177,162,150)
#BCAEA4
(188,174,164)
#C7BAB2
(199,186,178)
#D2C6C0
(210,198,192)
#DDD2CE
(221,210,206)
#E8DEDC
(232,222,220)
#F3EAEA
(243,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85725E color. Also use rgb(133,114,94) instead hex code.

Text Font Color

.myTextColor { color: #85725E; }

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

This text font color is #85725E.


Background Color

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

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

This div background color is #85725E.


Border color

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

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

This div border color is #85725E.


Opacity

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

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

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

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

This text has shadow with #85725E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85725E on black background.


Color preview on white background

This text has color #85725E on white background.



Black color preview on #85725E background

This text has black color on #85725E background.


White color preview on #85725E background

This text has white color on #85725E background.