COLOR #85839F

HEX: #85839F
RGB: (133,131,159)

Color info

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

RGB color model

#85839F color RGB value is (133,131,159).

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

RGB channels and saturation

R 133 of 255 = 52%
G 131 of 255 = 51%
B 159 of 255 = 62%

133
131
159

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

Portions of RGB colors in percentages

R + G + B =
133 + 131 + 159 = 423 (100%)
R 133 of 423 ~ 31.44%
G 131 of 423 ~ 30.97%
B 159 of 423 ~ 37.59%

%31.44
%30.97
%37.59

CMYK color model

#85839F color CMYK value is (16,18,0,38).

  • cyan value is 16.35%
  • magenta value is 17.61%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(16,18,0,38)
C16M18Y0K38 
(16%,18%,0%,38%)
(0.16/0.18/0.00/0.38)	

CMYK percentages

%16.35
%17.61
%0
%37.65

Codes

Color #85839F in popluar color models

85839F
RGB133131159
HSL244°12.73%56.86%
HSB/HSV244°17.61%62.35%
CMYK16.35%17.61%0.00%
37.65%

Color #85839F in popluar number systems.

HEX85839F
Decimal133131159
Binary100001011000001110011111
Octal205203237

Shades and tints

Shades of #85839F

#85839F
(133,131,159)
#797891
(121,120,145)
#6D6D83
(109,109,131)
#616275
(97,98,117)
#555767
(85,87,103)
#494C59
(73,76,89)
#3D414B
(61,65,75)
#31363D
(49,54,61)
#252B2F
(37,43,47)
#192021
(25,32,33)
#0D1513
(13,21,19)
#000000
(0,0,0)

Tints of #85839F

#85839F
(133,131,159)
#908EA7
(144,142,167)
#9B99AF
(155,153,175)
#A6A4B7
(166,164,183)
#B1AFBF
(177,175,191)
#BCBAC7
(188,186,199)
#C7C5CF
(199,197,207)
#D2D0D7
(210,208,215)
#DDDBDF
(221,219,223)
#E8E6E7
(232,230,231)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85839F; }

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

This text font color is #85839F.


Background Color

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

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

This div background color is #85839F.


Border color

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

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

This div border color is #85839F.


Opacity

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

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

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

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

This text has shadow with #85839F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85839F on black background.


Color preview on white background

This text has color #85839F on white background.



Black color preview on #85839F background

This text has black color on #85839F background.


White color preview on #85839F background

This text has white color on #85839F background.