COLOR #969492

HEX: #969492
RGB: (150,148,146)

Color info

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

RGB color model

#969492 color RGB value is (150,148,146).

  • red value is 150;
  • green value is 148;
  • blue value is 146.
RGB:
(150,148,146)
(59%,58%,57%)

RGB channels and saturation

R 150 of 255 = 59%
G 148 of 255 = 58%
B 146 of 255 = 57%

150
148
146

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

Portions of RGB colors in percentages

R + G + B =
150 + 148 + 146 = 444 (100%)
R 150 of 444 ~ 33.78%
G 148 of 444 ~ 33.33%
B 146 of 444 ~ 32.88%

%33.78
%33.33
%32.88

CMYK color model

#969492 color CMYK value is (0,1,3,41).

  • cyan value is 0.00%
  • magenta value is 1.33%
  • yellow value is 2.67%
  • key color value is 41.18%
CMYK:
(0,1,3,41)
C0M1Y3K41 
(0%,1%,3%,41%)
(0.00/0.01/0.03/0.41)	

CMYK percentages

%0
%1.33
%2.67
%41.18

Codes

Color #969492 in popluar color models

969492
RGB150148146
HSL30°1.87%58.04%
HSB/HSV30°2.67%58.82%
CMYK0.00%1.33%2.67%
41.18%

Color #969492 in popluar number systems.

HEX969492
Decimal150148146
Binary100101101001010010010010
Octal226224222

Shades and tints

Shades of #969492

#969492
(150,148,146)
#898785
(137,135,133)
#7C7A78
(124,122,120)
#6F6D6B
(111,109,107)
#62605E
(98,96,94)
#555351
(85,83,81)
#484644
(72,70,68)
#3B3937
(59,57,55)
#2E2C2A
(46,44,42)
#211F1D
(33,31,29)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #969492

#969492
(150,148,146)
#9F9D9B
(159,157,155)
#A8A6A4
(168,166,164)
#B1AFAD
(177,175,173)
#BAB8B6
(186,184,182)
#C3C1BF
(195,193,191)
#CCCAC8
(204,202,200)
#D5D3D1
(213,211,209)
#DEDCDA
(222,220,218)
#E7E5E3
(231,229,227)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #969492 color. Also use rgb(150,148,146) instead hex code.

Text Font Color

.myTextColor { color: #969492; }

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

This text font color is #969492.


Background Color

.myBgColor { background-color: #969492; }

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

This div background color is #969492.


Border color

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

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

This div border color is #969492.


Opacity

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

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

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

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

This text has shadow with #969492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969492 on black background.


Color preview on white background

This text has color #969492 on white background.



Black color preview on #969492 background

This text has black color on #969492 background.


White color preview on #969492 background

This text has white color on #969492 background.