COLOR #85756C

HEX: #85756C
RGB: (133,117,108)

Color info

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

RGB color model

#85756C color RGB value is (133,117,108).

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

RGB channels and saturation

R 133 of 255 = 52%
G 117 of 255 = 46%
B 108 of 255 = 42%

133
117
108

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

Portions of RGB colors in percentages

R + G + B =
133 + 117 + 108 = 358 (100%)
R 133 of 358 ~ 37.15%
G 117 of 358 ~ 32.68%
B 108 of 358 ~ 30.17%

%37.15
%32.68
%30.17

CMYK color model

#85756C color CMYK value is (0,12,19,48).

  • cyan value is 0.00%
  • magenta value is 12.03%
  • yellow value is 18.80%
  • key color value is 47.84%
CMYK:
(0,12,19,48)
C0M12Y19K48 
(0%,12%,19%,48%)
(0.00/0.12/0.19/0.48)	

CMYK percentages

%0
%12.03
%18.8
%47.84

Codes

Color #85756C in popluar color models

85756C
RGB133117108
HSL22°10.37%47.25%
HSB/HSV22°18.80%52.16%
CMYK0.00%12.03%18.80%
47.84%

Color #85756C in popluar number systems.

HEX85756C
Decimal133117108
Binary1000010111101011101100
Octal205165154

Shades and tints

Shades of #85756C

#85756C
(133,117,108)
#796B63
(121,107,99)
#6D615A
(109,97,90)
#615751
(97,87,81)
#554D48
(85,77,72)
#49433F
(73,67,63)
#3D3936
(61,57,54)
#312F2D
(49,47,45)
#252524
(37,37,36)
#191B1B
(25,27,27)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #85756C

#85756C
(133,117,108)
#908179
(144,129,121)
#9B8D86
(155,141,134)
#A69993
(166,153,147)
#B1A5A0
(177,165,160)
#BCB1AD
(188,177,173)
#C7BDBA
(199,189,186)
#D2C9C7
(210,201,199)
#DDD5D4
(221,213,212)
#E8E1E1
(232,225,225)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85756C color. Also use rgb(133,117,108) instead hex code.

Text Font Color

.myTextColor { color: #85756C; }

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

This text font color is #85756C.


Background Color

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

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

This div background color is #85756C.


Border color

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

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

This div border color is #85756C.


Opacity

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

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

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

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

This text has shadow with #85756C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85756C on black background.


Color preview on white background

This text has color #85756C on white background.



Black color preview on #85756C background

This text has black color on #85756C background.


White color preview on #85756C background

This text has white color on #85756C background.