COLOR #85755B

HEX: #85755B
RGB: (133,117,91)

Color info

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

RGB color model

#85755B color RGB value is (133,117,91).

  • red value is 133;
  • green value is 117;
  • blue value is 91.
RGB:
(133,117,91)
(52%,46%,36%)

RGB channels and saturation

R 133 of 255 = 52%
G 117 of 255 = 46%
B 91 of 255 = 36%

133
117
91

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

Portions of RGB colors in percentages

R + G + B =
133 + 117 + 91 = 341 (100%)
R 133 of 341 ~ 39%
G 117 of 341 ~ 34.31%
B 91 of 341 ~ 26.69%

%39
%34.31
%26.69

CMYK color model

#85755B color CMYK value is (0,12,32,48).

  • cyan value is 0.00%
  • magenta value is 12.03%
  • yellow value is 31.58%
  • key color value is 47.84%
CMYK:
(0,12,32,48)
C0M12Y32K48 
(0%,12%,32%,48%)
(0.00/0.12/0.32/0.48)	

CMYK percentages

%0
%12.03
%31.58
%47.84

Codes

Color #85755B in popluar color models

85755B
RGB13311791
HSL37°18.75%43.92%
HSB/HSV37°31.58%52.16%
CMYK0.00%12.03%31.58%
47.84%

Color #85755B in popluar number systems.

HEX85755B
Decimal13311791
Binary1000010111101011011011
Octal205165133

Shades and tints

Shades of #85755B

#85755B
(133,117,91)
#796B53
(121,107,83)
#6D614B
(109,97,75)
#615743
(97,87,67)
#554D3B
(85,77,59)
#494333
(73,67,51)
#3D392B
(61,57,43)
#312F23
(49,47,35)
#25251B
(37,37,27)
#191B13
(25,27,19)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #85755B

#85755B
(133,117,91)
#908169
(144,129,105)
#9B8D77
(155,141,119)
#A69985
(166,153,133)
#B1A593
(177,165,147)
#BCB1A1
(188,177,161)
#C7BDAF
(199,189,175)
#D2C9BD
(210,201,189)
#DDD5CB
(221,213,203)
#E8E1D9
(232,225,217)
#F3EDE7
(243,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85755B color. Also use rgb(133,117,91) instead hex code.

Text Font Color

.myTextColor { color: #85755B; }

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

This text font color is #85755B.


Background Color

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

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

This div background color is #85755B.


Border color

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

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

This div border color is #85755B.


Opacity

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

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

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

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

This text has shadow with #85755B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85755B on black background.


Color preview on white background

This text has color #85755B on white background.



Black color preview on #85755B background

This text has black color on #85755B background.


White color preview on #85755B background

This text has white color on #85755B background.