COLOR #958992

HEX: #958992
RGB: (149,137,146)

Color info

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

RGB color model

#958992 color RGB value is (149,137,146).

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

RGB channels and saturation

R 149 of 255 = 58%
G 137 of 255 = 54%
B 146 of 255 = 57%

149
137
146

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

Portions of RGB colors in percentages

R + G + B =
149 + 137 + 146 = 432 (100%)
R 149 of 432 ~ 34.49%
G 137 of 432 ~ 31.71%
B 146 of 432 ~ 33.8%

%34.49
%31.71
%33.8

CMYK color model

#958992 color CMYK value is (0,8,2,42).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 2.01%
  • key color value is 41.57%
CMYK:
(0,8,2,42)
C0M8Y2K42 
(0%,8%,2%,42%)
(0.00/0.08/0.02/0.42)	

CMYK percentages

%0
%8.05
%2.01
%41.57

Codes

Color #958992 in popluar color models

958992
RGB149137146
HSL315°5.36%56.08%
HSB/HSV315°8.05%58.43%
CMYK0.00%8.05%2.01%
41.57%

Color #958992 in popluar number systems.

HEX958992
Decimal149137146
Binary100101011000100110010010
Octal225211222

Shades and tints

Shades of #958992

#958992
(149,137,146)
#887D85
(136,125,133)
#7B7178
(123,113,120)
#6E656B
(110,101,107)
#61595E
(97,89,94)
#544D51
(84,77,81)
#474144
(71,65,68)
#3A3537
(58,53,55)
#2D292A
(45,41,42)
#201D1D
(32,29,29)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #958992

#958992
(149,137,146)
#9E939B
(158,147,155)
#A79DA4
(167,157,164)
#B0A7AD
(176,167,173)
#B9B1B6
(185,177,182)
#C2BBBF
(194,187,191)
#CBC5C8
(203,197,200)
#D4CFD1
(212,207,209)
#DDD9DA
(221,217,218)
#E6E3E3
(230,227,227)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958992; }

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

This text font color is #958992.


Background Color

.myBgColor { background-color: #958992; }

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

This div background color is #958992.


Border color

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

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

This div border color is #958992.


Opacity

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

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

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

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

This text has shadow with #958992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958992 on black background.


Color preview on white background

This text has color #958992 on white background.



Black color preview on #958992 background

This text has black color on #958992 background.


White color preview on #958992 background

This text has white color on #958992 background.