COLOR #959E92

HEX: #959E92
RGB: (149,158,146)

Color info

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

RGB color model

#959E92 color RGB value is (149,158,146).

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

RGB channels and saturation

R 149 of 255 = 58%
G 158 of 255 = 62%
B 146 of 255 = 57%

149
158
146

R + G + B ~ 59%. #959E92 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 158 + 146 = 453 (100%)
R 149 of 453 ~ 32.89%
G 158 of 453 ~ 34.88%
B 146 of 453 ~ 32.23%

%32.89
%34.88
%32.23

CMYK color model

#959E92 color CMYK value is (6,0,8,38).

  • cyan value is 5.70%
  • magenta value is 0.00%
  • yellow value is 7.59%
  • key color value is 38.04%
CMYK: (6,0,8,38) C6M0Y8K38 (6%,0%,8%,38%) (0.06/0.00/0.08/0.38)

CMYK percentages

%5.7
%0
%7.59
%38.04

Codes

Color #959E92 in popluar color models

959E92
RGB149158146
HSL105°5.83%59.61%
HSB/HSV105°7.59%61.96%
CMYK5.70%0.00%7.59%
38.04%

Color #959E92 in popluar number systems.

HEX959E92
Decimal149158146
Binary100101011001111010010010
Octal225236222

Shades and tints

Shades of #959E92

#959E92
(149,158,146)
#889085
(136,144,133)
#7B8278
(123,130,120)
#6E746B
(110,116,107)
#61665E
(97,102,94)
#545851
(84,88,81)
#474A44
(71,74,68)
#3A3C37
(58,60,55)
#2D2E2A
(45,46,42)
#20201D
(32,32,29)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #959E92

#959E92
(149,158,146)
#9EA69B
(158,166,155)
#A7AEA4
(167,174,164)
#B0B6AD
(176,182,173)
#B9BEB6
(185,190,182)
#C2C6BF
(194,198,191)
#CBCEC8
(203,206,200)
#D4D6D1
(212,214,209)
#DDDEDA
(221,222,218)
#E6E6E3
(230,230,227)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959E92; }

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

This text font color is #959E92.


Background Color

.myBgColor { background-color: #959E92; }

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

This div background color is #959E92.


Border color

.myBorderColor { border: 1px solid #959E92; }

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

This div border color is #959E92.


Opacity

.myOpacity80 { color: #959E92; opacity: 0.8; }

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

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

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

This text has shadow with #959E92 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #959E92 on black background.


Color preview on white background

This text has color #959E92 on white background.



Black color preview on #959E92 background

This text has black color on #959E92 background.


White color preview on #959E92 background

This text has white color on #959E92 background.