COLOR #85875B

HEX: #85875B RGB: (133,135,91)

Color info

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

RGB color model

#85875B color RGB value is (133,135,91).

RGB: (133,135,91) (52%, 53%, 36%)

RGB channels and saturation

R 133 of 255 = 52%
G 135 of 255 = 53%
B 91 of 255 = 36%

133
135
91

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

Portions of RGB colors in percentages

R + G + B = 133 + 135 + 91 = 359 (100%)
R 133 of 359 ~ 37.05%
G 135 of 359 ~ 37.6%
B 91 of 359 ~ 25.35'%

%37.05
%37.6
%25.35

CMYK color model

#85875B color CMYK value is (1,0,33,47).

  • cyan value is 1.48%
  • magenta value is 0.00%
  • yellow value is 32.59%
  • key color value is 47.06%
CMYK: (1,0,33,47) C1M0Y33K47 (1%,0%,33%,47%) (0.01/0.00/0.33/0.47) 

CMYK percentages

%1.48
%0
%32.59
%47.06

Codes

Color #85875B in popluar color models

85 87 5B
RGB 133 135 91
HSL 63° 19.47% 44.31%
HSB/HSV 63° 32.59% 52.94%
CMYK 1.48% 0.00% 32.59%
47.06%

Color #85875B in popluar number systems.

HEX 85 87 5B
Decimal 133 135 91
Binary 10000101 10000111 1011011
Octal 205 207 133

Shades and tints

Shades of #85875B

#85875B
(133,135,91)
#797B53
(121,123,83)
#6D6F4B
(109,111,75)
#616343
(97,99,67)
#55573B
(85,87,59)
#494B33
(73,75,51)
#3D3F2B
(61,63,43)
#313323
(49,51,35)
#25271B
(37,39,27)
#191B13
(25,27,19)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #85875B

#85875B
(133,135,91)
#909169
(144,145,105)
#9B9B77
(155,155,119)
#A6A585
(166,165,133)
#B1AF93
(177,175,147)
#BCB9A1
(188,185,161)
#C7C3AF
(199,195,175)
#D2CDBD
(210,205,189)
#DDD7CB
(221,215,203)
#E8E1D9
(232,225,217)
#F3EBE7
(243,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85875B; }

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

This text font color is #85875B.

Background Color

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

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

This div background color is #85875B.

Border color

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

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

This div border color is #85875B.

Opacity

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

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

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

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

This text has shadow with #85875B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85875B.

Preview

Color preview on black background

This text has color #85875B on black background.


Color preview on white background

This text has color #85875B on white background.


Black color preview on #85875B background

This text has black color on #85875B background.


White color preview on #85875B background

This text has white color on #85875B background.


Related colors

Complementary color

Complementary color for #hex is #7A78A4.


I love getcolorcode.com

Triadic colors

1 #5B8587 and #875B85 with #85875B are triadic colors.

2 #5B8785 and #87855B with #85875B are triadic colors.