COLOR #85797E

HEX: #85797E RGB: (133,121,126)

Color info

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

RGB color model

#85797E color RGB value is (133,121,126).

RGB: (133,121,126) (52%, 47%, 49%)

RGB channels and saturation

R 133 of 255 = 52%
G 121 of 255 = 47%
B 126 of 255 = 49%

133
121
126

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

Portions of RGB colors in percentages

R + G + B = 133 + 121 + 126 = 380 (100%)
R 133 of 380 ~ 35%
G 121 of 380 ~ 31.84%
B 126 of 380 ~ 33.16'%

%35
%31.84
%33.16

CMYK color model

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

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

Codes

Color #85797E in popluar color models

85 79 7E
RGB 133 121 126
HSL 335° 4.72% 49.80%
HSB/HSV 335° 9.02% 52.16%
CMYK 0.00% 9.02% 5.26%
47.84%

Color #85797E in popluar number systems.

HEX 85 79 7E
Decimal 133 121 126
Binary 10000101 1111001 1111110
Octal 205 171 176

Shades and tints

Shades of #85797E

#85797E
(133,121,126)
#796E73
(121,110,115)
#6D6368
(109,99,104)
#61585D
(97,88,93)
#554D52
(85,77,82)
#494247
(73,66,71)
#3D373C
(61,55,60)
#312C31
(49,44,49)
#252126
(37,33,38)
#19161B
(25,22,27)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #85797E

#85797E
(133,121,126)
#908589
(144,133,137)
#9B9194
(155,145,148)
#A69D9F
(166,157,159)
#B1A9AA
(177,169,170)
#BCB5B5
(188,181,181)
#C7C1C0
(199,193,192)
#D2CDCB
(210,205,203)
#DDD9D6
(221,217,214)
#E8E5E1
(232,229,225)
#F3F1EC
(243,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85797E; }

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

This text font color is #85797E.

Background Color

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

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

This div background color is #85797E.

Border color

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

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

This div border color is #85797E.

Opacity

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

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

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

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

This text has shadow with #85797E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85797E.

Preview

Color preview on black background

This text has color #85797E on black background.


Color preview on white background

This text has color #85797E on white background.


Black color preview on #85797E background

This text has black color on #85797E background.


White color preview on #85797E background

This text has white color on #85797E background.


Related colors

Complementary color

Complementary color for #hex is #7A8681.


I love getcolorcode.com

Triadic colors

1 #7E8579 and #797E85 with #85797E are triadic colors.

2 #7E7985 and #79857E with #85797E are triadic colors.