COLOR #85877C

HEX: #85877C
RGB: (133,135,124)

Color info

#85877C contains red, green and blue colors in about the same proportion. Web safe color of #85877C is #999966 (or #996).

RGB color model

#85877C color RGB value is (133,135,124).

  • red value is 133;
  • green value is 135;
  • blue value is 124.
RGB:
(133,135,124)
(52%,53%,49%)

RGB channels and saturation

R 133 of 255 = 52%
G 135 of 255 = 53%
B 124 of 255 = 49%

133
135
124

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

Portions of RGB colors in percentages

R + G + B =
133 + 135 + 124 = 392 (100%)
R 133 of 392 ~ 33.93%
G 135 of 392 ~ 34.44%
B 124 of 392 ~ 31.63%

%33.93
%34.44
%31.63

CMYK color model

#85877C color CMYK value is (1,0,8,47).

  • cyan value is 1.48%
  • magenta value is 0.00%
  • yellow value is 8.15%
  • key color value is 47.06%
CMYK:
(1,0,8,47)
C1M0Y8K47 
(1%,0%,8%,47%)
(0.01/0.00/0.08/0.47)	

CMYK percentages

%1.48
%0
%8.15
%47.06

Codes

Color #85877C in popluar color models

85877C
RGB133135124
HSL71°4.38%50.78%
HSB/HSV71°8.15%52.94%
CMYK1.48%0.00%8.15%
47.06%

Color #85877C in popluar number systems.

HEX85877C
Decimal133135124
Binary10000101100001111111100
Octal205207174

Shades and tints

Shades of #85877C

#85877C
(133,135,124)
#797B71
(121,123,113)
#6D6F66
(109,111,102)
#61635B
(97,99,91)
#555750
(85,87,80)
#494B45
(73,75,69)
#3D3F3A
(61,63,58)
#31332F
(49,51,47)
#252724
(37,39,36)
#191B19
(25,27,25)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #85877C

#85877C
(133,135,124)
#909187
(144,145,135)
#9B9B92
(155,155,146)
#A6A59D
(166,165,157)
#B1AFA8
(177,175,168)
#BCB9B3
(188,185,179)
#C7C3BE
(199,195,190)
#D2CDC9
(210,205,201)
#DDD7D4
(221,215,212)
#E8E1DF
(232,225,223)
#F3EBEA
(243,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85877C color. Also use rgb(133,135,124) instead hex code.

Text Font Color

.myTextColor { color: #85877C; }

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

This text font color is #85877C.


Background Color

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

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

This div background color is #85877C.


Border color

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

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

This div border color is #85877C.


Opacity

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

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

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

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

This text has shadow with #85877C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85877C on black background.


Color preview on white background

This text has color #85877C on white background.



Black color preview on #85877C background

This text has black color on #85877C background.


White color preview on #85877C background

This text has white color on #85877C background.