COLOR #85888C

HEX: #85888C
RGB: (133,136,140)

Color info

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

RGB color model

#85888C color RGB value is (133,136,140).

  • red value is 133;
  • green value is 136;
  • blue value is 140.
RGB:
(133,136,140)
(52%,53%,55%)

RGB channels and saturation

R 133 of 255 = 52%
G 136 of 255 = 53%
B 140 of 255 = 55%

133
136
140

R + G + B ~ 53%. #85888C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 136 + 140 = 409 (100%)
R 133 of 409 ~ 32.52%
G 136 of 409 ~ 33.25%
B 140 of 409 ~ 34.23%

%32.52
%33.25
%34.23

CMYK color model

#85888C color CMYK value is (5,3,0,45).

  • cyan value is 5.00%
  • magenta value is 2.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(5,3,0,45)
C5M3Y0K45 
(5%,3%,0%,45%)
(0.05/0.03/0.00/0.45)	

CMYK percentages

%5
%2.86
%0
%45.1

Codes

Color #85888C in popluar color models

85888C
RGB133136140
HSL214°2.95%53.53%
HSB/HSV214°5.00%54.90%
CMYK5.00%2.86%0.00%
45.10%

Color #85888C in popluar number systems.

HEX85888C
Decimal133136140
Binary100001011000100010001100
Octal205210214

Shades and tints

Shades of #85888C

#85888C
(133,136,140)
#797C80
(121,124,128)
#6D7074
(109,112,116)
#616468
(97,100,104)
#55585C
(85,88,92)
#494C50
(73,76,80)
#3D4044
(61,64,68)
#313438
(49,52,56)
#25282C
(37,40,44)
#191C20
(25,28,32)
#0D1014
(13,16,20)
#000000
(0,0,0)

Tints of #85888C

#85888C
(133,136,140)
#909296
(144,146,150)
#9B9CA0
(155,156,160)
#A6A6AA
(166,166,170)
#B1B0B4
(177,176,180)
#BCBABE
(188,186,190)
#C7C4C8
(199,196,200)
#D2CED2
(210,206,210)
#DDD8DC
(221,216,220)
#E8E2E6
(232,226,230)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85888C color. Also use rgb(133,136,140) instead hex code.

Text Font Color

.myTextColor { color: #85888C; }

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

This text font color is #85888C.


Background Color

.myBgColor { background-color: #85888C; }

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

This div background color is #85888C.


Border color

.myBorderColor { border: 1px solid #85888C; }

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

This div border color is #85888C.


Opacity

.myOpacity80 { color: #85888C; opacity: 0.8; }

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

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

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

This text has shadow with #85888C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85888C on black background.


Color preview on white background

This text has color #85888C on white background.



Black color preview on #85888C background

This text has black color on #85888C background.


White color preview on #85888C background

This text has white color on #85888C background.