COLOR #959092

HEX: #959092
RGB: (149,144,146)

Color info

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

RGB color model

#959092 color RGB value is (149,144,146).

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

RGB channels and saturation

R 149 of 255 = 58%
G 144 of 255 = 56%
B 146 of 255 = 57%

149
144
146

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

Portions of RGB colors in percentages

R + G + B =
149 + 144 + 146 = 439 (100%)
R 149 of 439 ~ 33.94%
G 144 of 439 ~ 32.8%
B 146 of 439 ~ 33.26%

%33.94
%32.8
%33.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.36%
  • 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
%3.36
%2.01
%41.57

Codes

Color #959092 in popluar color models

959092
RGB149144146
HSL336°2.30%57.45%
HSB/HSV336°3.36%58.43%
CMYK0.00%3.36%2.01%
41.57%

Color #959092 in popluar number systems.

HEX959092
Decimal149144146
Binary100101011001000010010010
Octal225220222

Shades and tints

Shades of #959092

#959092
(149,144,146)
#888385
(136,131,133)
#7B7678
(123,118,120)
#6E696B
(110,105,107)
#615C5E
(97,92,94)
#544F51
(84,79,81)
#474244
(71,66,68)
#3A3537
(58,53,55)
#2D282A
(45,40,42)
#201B1D
(32,27,29)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #959092

#959092
(149,144,146)
#9E9A9B
(158,154,155)
#A7A4A4
(167,164,164)
#B0AEAD
(176,174,173)
#B9B8B6
(185,184,182)
#C2C2BF
(194,194,191)
#CBCCC8
(203,204,200)
#D4D6D1
(212,214,209)
#DDE0DA
(221,224,218)
#E6EAE3
(230,234,227)
#EFF4EC
(239,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959092; }

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

This text font color is #959092.


Background Color

.myBgColor { background-color: #959092; }

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

This div background color is #959092.


Border color

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

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

This div border color is #959092.


Opacity

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

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

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

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

This text has shadow with #959092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959092 on black background.


Color preview on white background

This text has color #959092 on white background.



Black color preview on #959092 background

This text has black color on #959092 background.


White color preview on #959092 background

This text has white color on #959092 background.