COLOR #85839A

HEX: #85839A
RGB: (133,131,154)

Color info

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

RGB color model

#85839A color RGB value is (133,131,154).

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

RGB channels and saturation

R 133 of 255 = 52%
G 131 of 255 = 51%
B 154 of 255 = 60%

133
131
154

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

Portions of RGB colors in percentages

R + G + B =
133 + 131 + 154 = 418 (100%)
R 133 of 418 ~ 31.82%
G 131 of 418 ~ 31.34%
B 154 of 418 ~ 36.84%

%31.82
%31.34
%36.84

CMYK color model

#85839A color CMYK value is (14,15,0,40).

  • cyan value is 13.64%
  • magenta value is 14.94%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(14,15,0,40)
C14M15Y0K40 
(14%,15%,0%,40%)
(0.14/0.15/0.00/0.40)	

CMYK percentages

%13.64
%14.94
%0
%39.61

Codes

Color #85839A in popluar color models

85839A
RGB133131154
HSL245°10.22%55.88%
HSB/HSV245°14.94%60.39%
CMYK13.64%14.94%0.00%
39.61%

Color #85839A in popluar number systems.

HEX85839A
Decimal133131154
Binary100001011000001110011010
Octal205203232

Shades and tints

Shades of #85839A

#85839A
(133,131,154)
#79788C
(121,120,140)
#6D6D7E
(109,109,126)
#616270
(97,98,112)
#555762
(85,87,98)
#494C54
(73,76,84)
#3D4146
(61,65,70)
#313638
(49,54,56)
#252B2A
(37,43,42)
#19201C
(25,32,28)
#0D150E
(13,21,14)
#000000
(0,0,0)

Tints of #85839A

#85839A
(133,131,154)
#908EA3
(144,142,163)
#9B99AC
(155,153,172)
#A6A4B5
(166,164,181)
#B1AFBE
(177,175,190)
#BCBAC7
(188,186,199)
#C7C5D0
(199,197,208)
#D2D0D9
(210,208,217)
#DDDBE2
(221,219,226)
#E8E6EB
(232,230,235)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85839A; }

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

This text font color is #85839A.


Background Color

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

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

This div background color is #85839A.


Border color

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

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

This div border color is #85839A.


Opacity

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

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

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

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

This text has shadow with #85839A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85839A on black background.


Color preview on white background

This text has color #85839A on white background.



Black color preview on #85839A background

This text has black color on #85839A background.


White color preview on #85839A background

This text has white color on #85839A background.