COLOR #85968C

HEX: #85968C
RGB: (133,150,140)

Color info

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

RGB color model

#85968C color RGB value is (133,150,140).

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

RGB channels and saturation

R 133 of 255 = 52%
G 150 of 255 = 59%
B 140 of 255 = 55%

133
150
140

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

Portions of RGB colors in percentages

R + G + B =
133 + 150 + 140 = 423 (100%)
R 133 of 423 ~ 31.44%
G 150 of 423 ~ 35.46%
B 140 of 423 ~ 33.1%

%31.44
%35.46
%33.1

CMYK color model

#85968C color CMYK value is (11,0,7,41).

  • cyan value is 11.33%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 41.18%
CMYK:
(11,0,7,41)
C11M0Y7K41 
(11%,0%,7%,41%)
(0.11/0.00/0.07/0.41)	

CMYK percentages

%11.33
%0
%6.67
%41.18

Codes

Color #85968C in popluar color models

85968C
RGB133150140
HSL145°7.49%55.49%
HSB/HSV145°11.33%58.82%
CMYK11.33%0.00%6.67%
41.18%

Color #85968C in popluar number systems.

HEX85968C
Decimal133150140
Binary100001011001011010001100
Octal205226214

Shades and tints

Shades of #85968C

#85968C
(133,150,140)
#798980
(121,137,128)
#6D7C74
(109,124,116)
#616F68
(97,111,104)
#55625C
(85,98,92)
#495550
(73,85,80)
#3D4844
(61,72,68)
#313B38
(49,59,56)
#252E2C
(37,46,44)
#192120
(25,33,32)
#0D1414
(13,20,20)
#000000
(0,0,0)

Tints of #85968C

#85968C
(133,150,140)
#909F96
(144,159,150)
#9BA8A0
(155,168,160)
#A6B1AA
(166,177,170)
#B1BAB4
(177,186,180)
#BCC3BE
(188,195,190)
#C7CCC8
(199,204,200)
#D2D5D2
(210,213,210)
#DDDEDC
(221,222,220)
#E8E7E6
(232,231,230)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85968C; }

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

This text font color is #85968C.


Background Color

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

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

This div background color is #85968C.


Border color

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

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

This div border color is #85968C.


Opacity

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

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

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

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

This text has shadow with #85968C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85968C on black background.


Color preview on white background

This text has color #85968C on white background.



Black color preview on #85968C background

This text has black color on #85968C background.


White color preview on #85968C background

This text has white color on #85968C background.