COLOR #969585

HEX: #969585
RGB: (150,149,133)

Color info

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

RGB color model

#969585 color RGB value is (150,149,133).

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

RGB channels and saturation

R 150 of 255 = 59%
G 149 of 255 = 58%
B 133 of 255 = 52%

150
149
133

R + G + B ~ 56%. #969585 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 149 + 133 = 432 (100%)
R 150 of 432 ~ 34.72%
G 149 of 432 ~ 34.49%
B 133 of 432 ~ 30.79%

%34.72
%34.49
%30.79

CMYK color model

#969585 color CMYK value is (0,1,11,41).

  • cyan value is 0.00%
  • magenta value is 0.67%
  • yellow value is 11.33%
  • key color value is 41.18%
CMYK:
(0,1,11,41)
C0M1Y11K41 
(0%,1%,11%,41%)
(0.00/0.01/0.11/0.41)	

CMYK percentages

%0
%0.67
%11.33
%41.18

Codes

Color #969585 in popluar color models

969585
RGB150149133
HSL56°7.49%55.49%
HSB/HSV56°11.33%58.82%
CMYK0.00%0.67%11.33%
41.18%

Color #969585 in popluar number systems.

HEX969585
Decimal150149133
Binary100101101001010110000101
Octal226225205

Shades and tints

Shades of #969585

#969585
(150,149,133)
#898879
(137,136,121)
#7C7B6D
(124,123,109)
#6F6E61
(111,110,97)
#626155
(98,97,85)
#555449
(85,84,73)
#48473D
(72,71,61)
#3B3A31
(59,58,49)
#2E2D25
(46,45,37)
#212019
(33,32,25)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #969585

#969585
(150,149,133)
#9F9E90
(159,158,144)
#A8A79B
(168,167,155)
#B1B0A6
(177,176,166)
#BAB9B1
(186,185,177)
#C3C2BC
(195,194,188)
#CCCBC7
(204,203,199)
#D5D4D2
(213,212,210)
#DEDDDD
(222,221,221)
#E7E6E8
(231,230,232)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969585; }

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

This text font color is #969585.


Background Color

.myBgColor { background-color: #969585; }

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

This div background color is #969585.


Border color

.myBorderColor { border: 1px solid #969585; }

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

This div border color is #969585.


Opacity

.myOpacity80 { color: #969585; opacity: 0.8; }

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

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

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

This text has shadow with #969585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969585 on black background.


Color preview on white background

This text has color #969585 on white background.



Black color preview on #969585 background

This text has black color on #969585 background.


White color preview on #969585 background

This text has white color on #969585 background.