COLOR #858797

HEX: #858797
RGB: (133,135,151)

Color info

#858797 contains red, green and blue colors in about the same proportion. Web safe color of #858797 is #999999 (or #999).

RGB color model

#858797 color RGB value is (133,135,151).

  • red value is 133;
  • green value is 135;
  • blue value is 151.
RGB:
(133,135,151)
(52%,53%,59%)

RGB channels and saturation

R 133 of 255 = 52%
G 135 of 255 = 53%
B 151 of 255 = 59%

133
135
151

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

Portions of RGB colors in percentages

R + G + B =
133 + 135 + 151 = 419 (100%)
R 133 of 419 ~ 31.74%
G 135 of 419 ~ 32.22%
B 151 of 419 ~ 36.04%

%31.74
%32.22
%36.04

CMYK color model

#858797 color CMYK value is (12,11,0,41).

  • cyan value is 11.92%
  • magenta value is 10.60%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(12,11,0,41)
C12M11Y0K41 
(12%,11%,0%,41%)
(0.12/0.11/0.00/0.41)	

CMYK percentages

%11.92
%10.6
%0
%40.78

Codes

Color #858797 in popluar color models

858797
RGB133135151
HSL233°7.96%55.69%
HSB/HSV233°11.92%59.22%
CMYK11.92%10.60%0.00%
40.78%

Color #858797 in popluar number systems.

HEX858797
Decimal133135151
Binary100001011000011110010111
Octal205207227

Shades and tints

Shades of #858797

#858797
(133,135,151)
#797B8A
(121,123,138)
#6D6F7D
(109,111,125)
#616370
(97,99,112)
#555763
(85,87,99)
#494B56
(73,75,86)
#3D3F49
(61,63,73)
#31333C
(49,51,60)
#25272F
(37,39,47)
#191B22
(25,27,34)
#0D0F15
(13,15,21)
#000000
(0,0,0)

Tints of #858797

#858797
(133,135,151)
#9091A0
(144,145,160)
#9B9BA9
(155,155,169)
#A6A5B2
(166,165,178)
#B1AFBB
(177,175,187)
#BCB9C4
(188,185,196)
#C7C3CD
(199,195,205)
#D2CDD6
(210,205,214)
#DDD7DF
(221,215,223)
#E8E1E8
(232,225,232)
#F3EBF1
(243,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #858797 color. Also use rgb(133,135,151) instead hex code.

Text Font Color

.myTextColor { color: #858797; }

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

This text font color is #858797.


Background Color

.myBgColor { background-color: #858797; }

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

This div background color is #858797.


Border color

.myBorderColor { border: 1px solid #858797; }

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

This div border color is #858797.


Opacity

.myOpacity80 { color: #858797; opacity: 0.8; }

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

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

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

This text has shadow with #858797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858797 on black background.


Color preview on white background

This text has color #858797 on white background.



Black color preview on #858797 background

This text has black color on #858797 background.


White color preview on #858797 background

This text has white color on #858797 background.