COLOR #85818C

HEX: #85818C
RGB: (133,129,140)

Color info

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

RGB color model

#85818C color RGB value is (133,129,140).

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

RGB channels and saturation

R 133 of 255 = 52%
G 129 of 255 = 51%
B 140 of 255 = 55%

133
129
140

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

Portions of RGB colors in percentages

R + G + B =
133 + 129 + 140 = 402 (100%)
R 133 of 402 ~ 33.08%
G 129 of 402 ~ 32.09%
B 140 of 402 ~ 34.83%

%33.08
%32.09
%34.83

CMYK color model

#85818C color CMYK value is (5,8,0,45).

  • cyan value is 5.00%
  • magenta value is 7.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(5,8,0,45)
C5M8Y0K45 
(5%,8%,0%,45%)
(0.05/0.08/0.00/0.45)	

CMYK percentages

%5
%7.86
%0
%45.1

Codes

Color #85818C in popluar color models

85818C
RGB133129140
HSL262°4.56%52.75%
HSB/HSV262°7.86%54.90%
CMYK5.00%7.86%0.00%
45.10%

Color #85818C in popluar number systems.

HEX85818C
Decimal133129140
Binary100001011000000110001100
Octal205201214

Shades and tints

Shades of #85818C

#85818C
(133,129,140)
#797680
(121,118,128)
#6D6B74
(109,107,116)
#616068
(97,96,104)
#55555C
(85,85,92)
#494A50
(73,74,80)
#3D3F44
(61,63,68)
#313438
(49,52,56)
#25292C
(37,41,44)
#191E20
(25,30,32)
#0D1314
(13,19,20)
#000000
(0,0,0)

Tints of #85818C

#85818C
(133,129,140)
#908C96
(144,140,150)
#9B97A0
(155,151,160)
#A6A2AA
(166,162,170)
#B1ADB4
(177,173,180)
#BCB8BE
(188,184,190)
#C7C3C8
(199,195,200)
#D2CED2
(210,206,210)
#DDD9DC
(221,217,220)
#E8E4E6
(232,228,230)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85818C; }

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

This text font color is #85818C.


Background Color

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

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

This div background color is #85818C.


Border color

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

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

This div border color is #85818C.


Opacity

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

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

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

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

This text has shadow with #85818C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85818C on black background.


Color preview on white background

This text has color #85818C on white background.



Black color preview on #85818C background

This text has black color on #85818C background.


White color preview on #85818C background

This text has white color on #85818C background.