COLOR #85797F

HEX: #85797F
RGB: (133,121,127)

Color info

#85797F contains red, green and blue colors in about the same proportion. Web safe color of #85797F is #996666 (or #966).

RGB color model

#85797F color RGB value is (133,121,127).

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

RGB channels and saturation

R 133 of 255 = 52%
G 121 of 255 = 47%
B 127 of 255 = 50%

133
121
127

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

Portions of RGB colors in percentages

R + G + B =
133 + 121 + 127 = 381 (100%)
R 133 of 381 ~ 34.91%
G 121 of 381 ~ 31.76%
B 127 of 381 ~ 33.33%

%34.91
%31.76
%33.33

CMYK color model

#85797F color CMYK value is (0,9,5,48).

  • cyan value is 0.00%
  • magenta value is 9.02%
  • yellow value is 4.51%
  • key color value is 47.84%
CMYK:
(0,9,5,48)
C0M9Y5K48 
(0%,9%,5%,48%)
(0.00/0.09/0.05/0.48)	

CMYK percentages

%0
%9.02
%4.51
%47.84

Codes

Color #85797F in popluar color models

85797F
RGB133121127
HSL330°4.72%49.80%
HSB/HSV330°9.02%52.16%
CMYK0.00%9.02%4.51%
47.84%

Color #85797F in popluar number systems.

HEX85797F
Decimal133121127
Binary1000010111110011111111
Octal205171177

Shades and tints

Shades of #85797F

#85797F
(133,121,127)
#796E74
(121,110,116)
#6D6369
(109,99,105)
#61585E
(97,88,94)
#554D53
(85,77,83)
#494248
(73,66,72)
#3D373D
(61,55,61)
#312C32
(49,44,50)
#252127
(37,33,39)
#19161C
(25,22,28)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #85797F

#85797F
(133,121,127)
#90858A
(144,133,138)
#9B9195
(155,145,149)
#A69DA0
(166,157,160)
#B1A9AB
(177,169,171)
#BCB5B6
(188,181,182)
#C7C1C1
(199,193,193)
#D2CDCC
(210,205,204)
#DDD9D7
(221,217,215)
#E8E5E2
(232,229,226)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85797F; }

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

This text font color is #85797F.


Background Color

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

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

This div background color is #85797F.


Border color

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

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

This div border color is #85797F.


Opacity

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

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

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

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

This text has shadow with #85797F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85797F on black background.


Color preview on white background

This text has color #85797F on white background.



Black color preview on #85797F background

This text has black color on #85797F background.


White color preview on #85797F background

This text has white color on #85797F background.