COLOR #85845B

HEX: #85845B RGB: (133,132,91)

Color info

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

RGB color model

#85845B color RGB value is (133,132,91).

RGB: (133,132,91) (52%, 52%, 36%)

RGB channels and saturation

R 133 of 255 = 52%
G 132 of 255 = 52%
B 91 of 255 = 36%

133
132
91

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

Portions of RGB colors in percentages

R + G + B = 133 + 132 + 91 = 356 (100%)
R 133 of 356 ~ 37.36%
G 132 of 356 ~ 37.08%
B 91 of 356 ~ 25.56'%

%37.36
%37.08
%25.56

CMYK color model

#85845B color CMYK value is (0,1,32,48).

  • cyan value is 0.00%
  • magenta value is 0.75%
  • yellow value is 31.58%
  • key color value is 47.84%
CMYK: (0,1,32,48) C0M1Y32K48 (0%,1%,32%,48%) (0.00/0.01/0.32/0.48) 

CMYK percentages

%0
%0.75
%31.58
%47.84

Codes

Color #85845B in popluar color models

85 84 5B
RGB 133 132 91
HSL 59° 18.75% 43.92%
HSB/HSV 59° 31.58% 52.16%
CMYK 0.00% 0.75% 31.58%
47.84%

Color #85845B in popluar number systems.

HEX 85 84 5B
Decimal 133 132 91
Binary 10000101 10000100 1011011
Octal 205 204 133

Shades and tints

Shades of #85845B

#85845B
(133,132,91)
#797853
(121,120,83)
#6D6C4B
(109,108,75)
#616043
(97,96,67)
#55543B
(85,84,59)
#494833
(73,72,51)
#3D3C2B
(61,60,43)
#313023
(49,48,35)
#25241B
(37,36,27)
#191813
(25,24,19)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #85845B

#85845B
(133,132,91)
#908F69
(144,143,105)
#9B9A77
(155,154,119)
#A6A585
(166,165,133)
#B1B093
(177,176,147)
#BCBBA1
(188,187,161)
#C7C6AF
(199,198,175)
#D2D1BD
(210,209,189)
#DDDCCB
(221,220,203)
#E8E7D9
(232,231,217)
#F3F2E7
(243,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85845B; }

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

This text font color is #85845B.

Background Color

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

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

This div background color is #85845B.

Border color

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

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

This div border color is #85845B.

Opacity

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

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

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

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

This text has shadow with #85845B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85845B.

Preview

Color preview on black background

This text has color #85845B on black background.


Color preview on white background

This text has color #85845B on white background.


Black color preview on #85845B background

This text has black color on #85845B background.


White color preview on #85845B background

This text has white color on #85845B background.


Related colors

Complementary color

Complementary color for #hex is #7A7BA4.


I love getcolorcode.com

Triadic colors

1 #5B8584 and #845B85 with #85845B are triadic colors.

2 #5B8485 and #84855B with #85845B are triadic colors.