COLOR #85735C

HEX: #85735C
RGB: (133,115,92)

Color info

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

RGB color model

#85735C color RGB value is (133,115,92).

  • red value is 133;
  • green value is 115;
  • blue value is 92.
RGB:
(133,115,92)
(52%,45%,36%)

RGB channels and saturation

R 133 of 255 = 52%
G 115 of 255 = 45%
B 92 of 255 = 36%

133
115
92

R + G + B ~ 44%. #85735C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 115 + 92 = 340 (100%)
R 133 of 340 ~ 39.12%
G 115 of 340 ~ 33.82%
B 92 of 340 ~ 27.06%

%39.12
%33.82
%27.06

CMYK color model

#85735C color CMYK value is (0,14,31,48).

  • cyan value is 0.00%
  • magenta value is 13.53%
  • yellow value is 30.83%
  • key color value is 47.84%
CMYK:
(0,14,31,48)
C0M14Y31K48 
(0%,14%,31%,48%)
(0.00/0.14/0.31/0.48)	

CMYK percentages

%0
%13.53
%30.83
%47.84

Codes

Color #85735C in popluar color models

85735C
RGB13311592
HSL34°18.22%44.12%
HSB/HSV34°30.83%52.16%
CMYK0.00%13.53%30.83%
47.84%

Color #85735C in popluar number systems.

HEX85735C
Decimal13311592
Binary1000010111100111011100
Octal205163134

Shades and tints

Shades of #85735C

#85735C
(133,115,92)
#796954
(121,105,84)
#6D5F4C
(109,95,76)
#615544
(97,85,68)
#554B3C
(85,75,60)
#494134
(73,65,52)
#3D372C
(61,55,44)
#312D24
(49,45,36)
#25231C
(37,35,28)
#191914
(25,25,20)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #85735C

#85735C
(133,115,92)
#907F6A
(144,127,106)
#9B8B78
(155,139,120)
#A69786
(166,151,134)
#B1A394
(177,163,148)
#BCAFA2
(188,175,162)
#C7BBB0
(199,187,176)
#D2C7BE
(210,199,190)
#DDD3CC
(221,211,204)
#E8DFDA
(232,223,218)
#F3EBE8
(243,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85735C color. Also use rgb(133,115,92) instead hex code.

Text Font Color

.myTextColor { color: #85735C; }

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

This text font color is #85735C.


Background Color

.myBgColor { background-color: #85735C; }

<div style="background-color:#85735C">Inner text</div>

This div background color is #85735C.


Border color

.myBorderColor { border: 1px solid #85735C; }

<div style="border:3px solid #85735C">Div</div>

This div border color is #85735C.


Opacity

.myOpacity80 { color: #85735C; opacity: 0.8; }

<p style="color:#85735C;opacity:0.8;">80%</p>

Text with #85735C 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 #85735C;}

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

This text has shadow with #85735C color.

.textShadow {text-shadow: 3px 3px 1px #85735C, 3px 3px 1px red;}

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

This text has shadow with #85735C primary color and red secondary color.


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

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

This text has shadow with #85735C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85735C on black background.


Color preview on white background

This text has color #85735C on white background.



Black color preview on #85735C background

This text has black color on #85735C background.


White color preview on #85735C background

This text has white color on #85735C background.