COLOR #969593

HEX: #969593
RGB: (150,149,147)

Color info

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

RGB color model

#969593 color RGB value is (150,149,147).

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

RGB channels and saturation

R 150 of 255 = 59%
G 149 of 255 = 58%
B 147 of 255 = 58%

150
149
147

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

Portions of RGB colors in percentages

R + G + B =
150 + 149 + 147 = 446 (100%)
R 150 of 446 ~ 33.63%
G 149 of 446 ~ 33.41%
B 147 of 446 ~ 32.96%

%33.63
%33.41
%32.96

CMYK color model

#969593 color CMYK value is (0,1,2,41).

  • cyan value is 0.00%
  • magenta value is 0.67%
  • yellow value is 2.00%
  • key color value is 41.18%
CMYK:
(0,1,2,41)
C0M1Y2K41 
(0%,1%,2%,41%)
(0.00/0.01/0.02/0.41)	

CMYK percentages

%0
%0.67
%2
%41.18

Codes

Color #969593 in popluar color models

969593
RGB150149147
HSL40°1.41%58.24%
HSB/HSV40°2.00%58.82%
CMYK0.00%0.67%2.00%
41.18%

Color #969593 in popluar number systems.

HEX969593
Decimal150149147
Binary100101101001010110010011
Octal226225223

Shades and tints

Shades of #969593

#969593
(150,149,147)
#898886
(137,136,134)
#7C7B79
(124,123,121)
#6F6E6C
(111,110,108)
#62615F
(98,97,95)
#555452
(85,84,82)
#484745
(72,71,69)
#3B3A38
(59,58,56)
#2E2D2B
(46,45,43)
#21201E
(33,32,30)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #969593

#969593
(150,149,147)
#9F9E9C
(159,158,156)
#A8A7A5
(168,167,165)
#B1B0AE
(177,176,174)
#BAB9B7
(186,185,183)
#C3C2C0
(195,194,192)
#CCCBC9
(204,203,201)
#D5D4D2
(213,212,210)
#DEDDDB
(222,221,219)
#E7E6E4
(231,230,228)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969593; }

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

This text font color is #969593.


Background Color

.myBgColor { background-color: #969593; }

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

This div background color is #969593.


Border color

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

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

This div border color is #969593.


Opacity

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

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

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

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

This text has shadow with #969593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969593 on black background.


Color preview on white background

This text has color #969593 on white background.



Black color preview on #969593 background

This text has black color on #969593 background.


White color preview on #969593 background

This text has white color on #969593 background.