COLOR #85877A

HEX: #85877A
RGB: (133,135,122)

Color info

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

RGB color model

#85877A color RGB value is (133,135,122).

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

RGB channels and saturation

R 133 of 255 = 52%
G 135 of 255 = 53%
B 122 of 255 = 48%

133
135
122

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

Portions of RGB colors in percentages

R + G + B =
133 + 135 + 122 = 390 (100%)
R 133 of 390 ~ 34.1%
G 135 of 390 ~ 34.62%
B 122 of 390 ~ 31.28%

%34.1
%34.62
%31.28

CMYK color model

#85877A color CMYK value is (1,0,10,47).

  • cyan value is 1.48%
  • magenta value is 0.00%
  • yellow value is 9.63%
  • key color value is 47.06%
CMYK:
(1,0,10,47)
C1M0Y10K47 
(1%,0%,10%,47%)
(0.01/0.00/0.10/0.47)	

CMYK percentages

%1.48
%0
%9.63
%47.06

Codes

Color #85877A in popluar color models

85877A
RGB133135122
HSL69°5.14%50.39%
HSB/HSV69°9.63%52.94%
CMYK1.48%0.00%9.63%
47.06%

Color #85877A in popluar number systems.

HEX85877A
Decimal133135122
Binary10000101100001111111010
Octal205207172

Shades and tints

Shades of #85877A

#85877A
(133,135,122)
#797B6F
(121,123,111)
#6D6F64
(109,111,100)
#616359
(97,99,89)
#55574E
(85,87,78)
#494B43
(73,75,67)
#3D3F38
(61,63,56)
#31332D
(49,51,45)
#252722
(37,39,34)
#191B17
(25,27,23)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #85877A

#85877A
(133,135,122)
#909186
(144,145,134)
#9B9B92
(155,155,146)
#A6A59E
(166,165,158)
#B1AFAA
(177,175,170)
#BCB9B6
(188,185,182)
#C7C3C2
(199,195,194)
#D2CDCE
(210,205,206)
#DDD7DA
(221,215,218)
#E8E1E6
(232,225,230)
#F3EBF2
(243,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85877A; }

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

This text font color is #85877A.


Background Color

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

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

This div background color is #85877A.


Border color

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

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

This div border color is #85877A.


Opacity

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

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

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

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

This text has shadow with #85877A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85877A on black background.


Color preview on white background

This text has color #85877A on white background.



Black color preview on #85877A background

This text has black color on #85877A background.


White color preview on #85877A background

This text has white color on #85877A background.