COLOR #959192

HEX: #959192
RGB: (149,145,146)

Color info

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

RGB color model

#959192 color RGB value is (149,145,146).

  • red value is 149;
  • green value is 145;
  • blue value is 146.
RGB:
(149,145,146)
(58%,57%,57%)

RGB channels and saturation

R 149 of 255 = 58%
G 145 of 255 = 57%
B 146 of 255 = 57%

149
145
146

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

Portions of RGB colors in percentages

R + G + B =
149 + 145 + 146 = 440 (100%)
R 149 of 440 ~ 33.86%
G 145 of 440 ~ 32.95%
B 146 of 440 ~ 33.18%

%33.86
%32.95
%33.18

CMYK color model

#959192 color CMYK value is (0,3,2,42).

  • cyan value is 0.00%
  • magenta value is 2.68%
  • yellow value is 2.01%
  • key color value is 41.57%
CMYK:
(0,3,2,42)
C0M3Y2K42 
(0%,3%,2%,42%)
(0.00/0.03/0.02/0.42)	

CMYK percentages

%0
%2.68
%2.01
%41.57

Codes

Color #959192 in popluar color models

959192
RGB149145146
HSL345°1.85%57.65%
HSB/HSV345°2.68%58.43%
CMYK0.00%2.68%2.01%
41.57%

Color #959192 in popluar number systems.

HEX959192
Decimal149145146
Binary100101011001000110010010
Octal225221222

Shades and tints

Shades of #959192

#959192
(149,145,146)
#888485
(136,132,133)
#7B7778
(123,119,120)
#6E6A6B
(110,106,107)
#615D5E
(97,93,94)
#545051
(84,80,81)
#474344
(71,67,68)
#3A3637
(58,54,55)
#2D292A
(45,41,42)
#201C1D
(32,28,29)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #959192

#959192
(149,145,146)
#9E9B9B
(158,155,155)
#A7A5A4
(167,165,164)
#B0AFAD
(176,175,173)
#B9B9B6
(185,185,182)
#C2C3BF
(194,195,191)
#CBCDC8
(203,205,200)
#D4D7D1
(212,215,209)
#DDE1DA
(221,225,218)
#E6EBE3
(230,235,227)
#EFF5EC
(239,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959192 color. Also use rgb(149,145,146) instead hex code.

Text Font Color

.myTextColor { color: #959192; }

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

This text font color is #959192.


Background Color

.myBgColor { background-color: #959192; }

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

This div background color is #959192.


Border color

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

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

This div border color is #959192.


Opacity

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

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

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

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

This text has shadow with #959192 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959192 on black background.


Color preview on white background

This text has color #959192 on white background.



Black color preview on #959192 background

This text has black color on #959192 background.


White color preview on #959192 background

This text has white color on #959192 background.