COLOR #85999F

HEX: #85999F
RGB: (133,153,159)

Color info

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

RGB color model

#85999F color RGB value is (133,153,159).

  • red value is 133;
  • green value is 153;
  • blue value is 159.
RGB:
(133,153,159)
(52%,60%,62%)

RGB channels and saturation

R 133 of 255 = 52%
G 153 of 255 = 60%
B 159 of 255 = 62%

133
153
159

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

Portions of RGB colors in percentages

R + G + B =
133 + 153 + 159 = 445 (100%)
R 133 of 445 ~ 29.89%
G 153 of 445 ~ 34.38%
B 159 of 445 ~ 35.73%

%29.89
%34.38
%35.73

CMYK color model

#85999F color CMYK value is (16,4,0,38).

  • cyan value is 16.35%
  • magenta value is 3.77%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(16,4,0,38)
C16M4Y0K38 
(16%,4%,0%,38%)
(0.16/0.04/0.00/0.38)	

CMYK percentages

%16.35
%3.77
%0
%37.65

Codes

Color #85999F in popluar color models

85999F
RGB133153159
HSL194°11.93%57.25%
HSB/HSV194°16.35%62.35%
CMYK16.35%3.77%0.00%
37.65%

Color #85999F in popluar number systems.

HEX85999F
Decimal133153159
Binary100001011001100110011111
Octal205231237

Shades and tints

Shades of #85999F

#85999F
(133,153,159)
#798C91
(121,140,145)
#6D7F83
(109,127,131)
#617275
(97,114,117)
#556567
(85,101,103)
#495859
(73,88,89)
#3D4B4B
(61,75,75)
#313E3D
(49,62,61)
#25312F
(37,49,47)
#192421
(25,36,33)
#0D1713
(13,23,19)
#000000
(0,0,0)

Tints of #85999F

#85999F
(133,153,159)
#90A2A7
(144,162,167)
#9BABAF
(155,171,175)
#A6B4B7
(166,180,183)
#B1BDBF
(177,189,191)
#BCC6C7
(188,198,199)
#C7CFCF
(199,207,207)
#D2D8D7
(210,216,215)
#DDE1DF
(221,225,223)
#E8EAE7
(232,234,231)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85999F color. Also use rgb(133,153,159) instead hex code.

Text Font Color

.myTextColor { color: #85999F; }

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

This text font color is #85999F.


Background Color

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

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

This div background color is #85999F.


Border color

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

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

This div border color is #85999F.


Opacity

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

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

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

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

This text has shadow with #85999F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85999F on black background.


Color preview on white background

This text has color #85999F on white background.



Black color preview on #85999F background

This text has black color on #85999F background.


White color preview on #85999F background

This text has white color on #85999F background.