COLOR #85887C

HEX: #85887C RGB: (133,136,124)

Color info

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

RGB color model

#85887C color RGB value is (133,136,124).

RGB: (133,136,124) (52%, 53%, 49%)

RGB channels and saturation

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

133
136
124

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

Portions of RGB colors in percentages

R + G + B = 133 + 136 + 124 = 393 (100%)
R 133 of 393 ~ 33.84%
G 136 of 393 ~ 34.61%
B 124 of 393 ~ 31.55'%

%33.84
%34.61
%31.55

CMYK color model

#85887C color CMYK value is (2,0,9,47).

  • cyan value is 2.21%
  • magenta value is 0.00%
  • yellow value is 8.82%
  • key color value is 46.67%

CMYK: (2,0,9,47)
C2M0Y9K47 (2%, 0%, 9%, 47%)
(0.02 / 0.00 / 0.09 / 0.47)

CMYK percentages

%2.21
%0
%8.82
%46.67

Codes

Color #85887C in popluar color models

85 88 7C
RGB 133 136 124
HSL 75° 4.80% 50.98%
HSB/HSV 75° 8.82% 53.33%
CMYK 2.21% 0.00% 8.82%
46.67%

Color #85887C in popluar number systems.

HEX 85 88 7C
Decimal 133 136 124
Binary 10000101 10001000 1111100
Octal 205 210 174

Shades and tints

Shades of #85887C

#85887C
(133,136,124)
#797C71
(121,124,113)
#6D7066
(109,112,102)
#61645B
(97,100,91)
#555850
(85,88,80)
#494C45
(73,76,69)
#3D403A
(61,64,58)
#31342F
(49,52,47)
#252824
(37,40,36)
#191C19
(25,28,25)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #85887C

#85887C
(133,136,124)
#909287
(144,146,135)
#9B9C92
(155,156,146)
#A6A69D
(166,166,157)
#B1B0A8
(177,176,168)
#BCBAB3
(188,186,179)
#C7C4BE
(199,196,190)
#D2CEC9
(210,206,201)
#DDD8D4
(221,216,212)
#E8E2DF
(232,226,223)
#F3ECEA
(243,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85887C; }

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

This text font color is #85887C.

Background Color

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

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

This div background color is #85887C.

Border color

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

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

This div border color is #85887C.

Opacity

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

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

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

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

This text has shadow with #85887C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85887C.

Preview

Color preview on black background

This text has color #85887C on black background.


Color preview on white background

This text has color #85887C on white background.


Black color preview on #85887C background

This text has black color on #85887C background.


White color preview on #85887C background

This text has white color on #85887C background.


Related colors

Complementary color

Complementary color for #hex is #7A7783.


I love getcolorcode.com

Triadic colors

1 #7C8588 and #887C85 with #85887C are triadic colors.

2 #7C8885 and #88857C with #85887C are triadic colors.