COLOR #85837F

HEX: #85837F
RGB: (133,131,127)

Color info

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

RGB color model

#85837F color RGB value is (133,131,127).

  • red value is 133;
  • green value is 131;
  • blue value is 127.
RGB:
(133,131,127)
(52%,51%,50%)

RGB channels and saturation

R 133 of 255 = 52%
G 131 of 255 = 51%
B 127 of 255 = 50%

133
131
127

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

Portions of RGB colors in percentages

R + G + B =
133 + 131 + 127 = 391 (100%)
R 133 of 391 ~ 34.02%
G 131 of 391 ~ 33.5%
B 127 of 391 ~ 32.48%

%34.02
%33.5
%32.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.50%
  • yellow value is 4.51%
  • 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
%4.51
%47.84

Codes

Color #85837F in popluar color models

85837F
RGB133131127
HSL40°2.40%50.98%
HSB/HSV40°4.51%52.16%
CMYK0.00%1.50%4.51%
47.84%

Color #85837F in popluar number systems.

HEX85837F
Decimal133131127
Binary10000101100000111111111
Octal205203177

Shades and tints

Shades of #85837F

#85837F
(133,131,127)
#797874
(121,120,116)
#6D6D69
(109,109,105)
#61625E
(97,98,94)
#555753
(85,87,83)
#494C48
(73,76,72)
#3D413D
(61,65,61)
#313632
(49,54,50)
#252B27
(37,43,39)
#19201C
(25,32,28)
#0D1511
(13,21,17)
#000000
(0,0,0)

Tints of #85837F

#85837F
(133,131,127)
#908E8A
(144,142,138)
#9B9995
(155,153,149)
#A6A4A0
(166,164,160)
#B1AFAB
(177,175,171)
#BCBAB6
(188,186,182)
#C7C5C1
(199,197,193)
#D2D0CC
(210,208,204)
#DDDBD7
(221,219,215)
#E8E6E2
(232,230,226)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85837F; }

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

This text font color is #85837F.


Background Color

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

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

This div background color is #85837F.


Border color

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

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

This div border color is #85837F.


Opacity

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

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

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

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

This text has shadow with #85837F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85837F on black background.


Color preview on white background

This text has color #85837F on white background.



Black color preview on #85837F background

This text has black color on #85837F background.


White color preview on #85837F background

This text has white color on #85837F background.