COLOR #85928F

HEX: #85928F
RGB: (133,146,143)

Color info

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

RGB color model

#85928F color RGB value is (133,146,143).

  • red value is 133;
  • green value is 146;
  • blue value is 143.
RGB:
(133,146,143)
(52%,57%,56%)

RGB channels and saturation

R 133 of 255 = 52%
G 146 of 255 = 57%
B 143 of 255 = 56%

133
146
143

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

Portions of RGB colors in percentages

R + G + B =
133 + 146 + 143 = 422 (100%)
R 133 of 422 ~ 31.52%
G 146 of 422 ~ 34.6%
B 143 of 422 ~ 33.89%

%31.52
%34.6
%33.89

CMYK color model

#85928F color CMYK value is (9,0,2,43).

  • cyan value is 8.90%
  • magenta value is 0.00%
  • yellow value is 2.05%
  • key color value is 42.75%
CMYK:
(9,0,2,43)
C9M0Y2K43 
(9%,0%,2%,43%)
(0.09/0.00/0.02/0.43)	

CMYK percentages

%8.9
%0
%2.05
%42.75

Codes

Color #85928F in popluar color models

85928F
RGB133146143
HSL166°5.63%54.71%
HSB/HSV166°8.90%57.25%
CMYK8.90%0.00%2.05%
42.75%

Color #85928F in popluar number systems.

HEX85928F
Decimal133146143
Binary100001011001001010001111
Octal205222217

Shades and tints

Shades of #85928F

#85928F
(133,146,143)
#798582
(121,133,130)
#6D7875
(109,120,117)
#616B68
(97,107,104)
#555E5B
(85,94,91)
#49514E
(73,81,78)
#3D4441
(61,68,65)
#313734
(49,55,52)
#252A27
(37,42,39)
#191D1A
(25,29,26)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #85928F

#85928F
(133,146,143)
#909B99
(144,155,153)
#9BA4A3
(155,164,163)
#A6ADAD
(166,173,173)
#B1B6B7
(177,182,183)
#BCBFC1
(188,191,193)
#C7C8CB
(199,200,203)
#D2D1D5
(210,209,213)
#DDDADF
(221,218,223)
#E8E3E9
(232,227,233)
#F3ECF3
(243,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85928F color. Also use rgb(133,146,143) instead hex code.

Text Font Color

.myTextColor { color: #85928F; }

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

This text font color is #85928F.


Background Color

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

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

This div background color is #85928F.


Border color

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

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

This div border color is #85928F.


Opacity

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

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

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

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

This text has shadow with #85928F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85928F on black background.


Color preview on white background

This text has color #85928F on white background.



Black color preview on #85928F background

This text has black color on #85928F background.


White color preview on #85928F background

This text has white color on #85928F background.