COLOR #969092

HEX: #969092
RGB: (150,144,146)

Color info

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

RGB color model

#969092 color RGB value is (150,144,146).

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

RGB channels and saturation

R 150 of 255 = 59%
G 144 of 255 = 56%
B 146 of 255 = 57%

150
144
146

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

Portions of RGB colors in percentages

R + G + B =
150 + 144 + 146 = 440 (100%)
R 150 of 440 ~ 34.09%
G 144 of 440 ~ 32.73%
B 146 of 440 ~ 33.18%

%34.09
%32.73
%33.18

CMYK color model

#969092 color CMYK value is (0,4,3,41).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 2.67%
  • key color value is 41.18%
CMYK:
(0,4,3,41)
C0M4Y3K41 
(0%,4%,3%,41%)
(0.00/0.04/0.03/0.41)	

CMYK percentages

%0
%4
%2.67
%41.18

Codes

Color #969092 in popluar color models

969092
RGB150144146
HSL340°2.78%57.65%
HSB/HSV340°4.00%58.82%
CMYK0.00%4.00%2.67%
41.18%

Color #969092 in popluar number systems.

HEX969092
Decimal150144146
Binary100101101001000010010010
Octal226220222

Shades and tints

Shades of #969092

#969092
(150,144,146)
#898385
(137,131,133)
#7C7678
(124,118,120)
#6F696B
(111,105,107)
#625C5E
(98,92,94)
#554F51
(85,79,81)
#484244
(72,66,68)
#3B3537
(59,53,55)
#2E282A
(46,40,42)
#211B1D
(33,27,29)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #969092

#969092
(150,144,146)
#9F9A9B
(159,154,155)
#A8A4A4
(168,164,164)
#B1AEAD
(177,174,173)
#BAB8B6
(186,184,182)
#C3C2BF
(195,194,191)
#CCCCC8
(204,204,200)
#D5D6D1
(213,214,209)
#DEE0DA
(222,224,218)
#E7EAE3
(231,234,227)
#F0F4EC
(240,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969092; }

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

This text font color is #969092.


Background Color

.myBgColor { background-color: #969092; }

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

This div background color is #969092.


Border color

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

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

This div border color is #969092.


Opacity

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

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

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

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

This text has shadow with #969092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969092 on black background.


Color preview on white background

This text has color #969092 on white background.



Black color preview on #969092 background

This text has black color on #969092 background.


White color preview on #969092 background

This text has white color on #969092 background.