COLOR #85837E

HEX: #85837E RGB: (133,131,126)

Color info

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

RGB color model

#85837E color RGB value is (133,131,126).

RGB: (133,131,126) (52%, 51%, 49%)

RGB channels and saturation

R 133 of 255 = 52%
G 131 of 255 = 51%
B 126 of 255 = 49%

133
131
126

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

Portions of RGB colors in percentages

R + G + B = 133 + 131 + 126 = 390 (100%)
R 133 of 390 ~ 34.1%
G 131 of 390 ~ 33.59%
B 126 of 390 ~ 32.31'%

%34.1
%33.59
%32.31

CMYK color model

#85837E color CMYK value is (0,2,5,48).

  • cyan value is 0.00%
  • magenta value is 1.50%
  • yellow value is 5.26%
  • key color value is 47.84%

CMYK: (0,2,5,48)
C0M2Y5K48 (0%, 2%, 5%, 48%)
(0.00 / 0.02 / 0.05 / 0.48)

CMYK percentages

%0
%1.5
%5.26
%47.84

Codes

Color #85837E in popluar color models

85 83 7E
RGB 133 131 126
HSL 43° 2.79% 50.78%
HSB/HSV 43° 5.26% 52.16%
CMYK 0.00% 1.50% 5.26%
47.84%

Color #85837E in popluar number systems.

HEX 85 83 7E
Decimal 133 131 126
Binary 10000101 10000011 1111110
Octal 205 203 176

Shades and tints

Shades of #85837E

#85837E
(133,131,126)
#797873
(121,120,115)
#6D6D68
(109,109,104)
#61625D
(97,98,93)
#555752
(85,87,82)
#494C47
(73,76,71)
#3D413C
(61,65,60)
#313631
(49,54,49)
#252B26
(37,43,38)
#19201B
(25,32,27)
#0D1510
(13,21,16)
#000000
(0,0,0)

Tints of #85837E

#85837E
(133,131,126)
#908E89
(144,142,137)
#9B9994
(155,153,148)
#A6A49F
(166,164,159)
#B1AFAA
(177,175,170)
#BCBAB5
(188,186,181)
#C7C5C0
(199,197,192)
#D2D0CB
(210,208,203)
#DDDBD6
(221,219,214)
#E8E6E1
(232,230,225)
#F3F1EC
(243,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85837E color. Also use rgb(133,131,126) instead hex code.

Text Font Color

.myTextColor { color: #85837E; }

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

This text font color is #85837E.

Background Color

.myBgColor { background-color: #85837E; }

<div style="background-color:#85837E">Inner text</div>

This div background color is #85837E.

Border color

.myBorderColor { border: 1px solid #85837E; }

<div style="border:3px solid #85837E">Div</div>

This div border color is #85837E.

Opacity

.myOpacity80 { color: #85837E; opacity: 0.8; }

<p style="color:#85837E;opacity:0.8;">80%</p>

Text with #85837E 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 #85837E;}

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

This text has shadow with #85837E color.


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

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

This text has shadow with #85837E primary color and red secondary color.


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

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

This text has shadow with #85837E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #85837E.

Preview

Color preview on black background

This text has color #85837E on black background.


Color preview on white background

This text has color #85837E on white background.


Black color preview on #85837E background

This text has black color on #85837E background.


White color preview on #85837E background

This text has white color on #85837E background.


Related colors

Complementary color

Complementary color for #hex is #7A7C81.


I love getcolorcode.com

Triadic colors

1 #7E8583 and #837E85 with #85837E are triadic colors.

2 #7E8385 and #83857E with #85837E are triadic colors.