COLOR #958C94

HEX: #958C94
RGB: (149,140,148)

Color info

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

RGB color model

#958C94 color RGB value is (149,140,148).

  • red value is 149;
  • green value is 140;
  • blue value is 148.
RGB:
(149,140,148)
(58%,55%,58%)

RGB channels and saturation

R 149 of 255 = 58%
G 140 of 255 = 55%
B 148 of 255 = 58%

149
140
148

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

Portions of RGB colors in percentages

R + G + B =
149 + 140 + 148 = 437 (100%)
R 149 of 437 ~ 34.1%
G 140 of 437 ~ 32.04%
B 148 of 437 ~ 33.87%

%34.1
%32.04
%33.87

CMYK color model

#958C94 color CMYK value is (0,6,1,42).

  • cyan value is 0.00%
  • magenta value is 6.04%
  • yellow value is 0.67%
  • key color value is 41.57%
CMYK:
(0,6,1,42)
C0M6Y1K42 
(0%,6%,1%,42%)
(0.00/0.06/0.01/0.42)	

CMYK percentages

%0
%6.04
%0.67
%41.57

Codes

Color #958C94 in popluar color models

958C94
RGB149140148
HSL307°4.07%56.67%
HSB/HSV307°6.04%58.43%
CMYK0.00%6.04%0.67%
41.57%

Color #958C94 in popluar number systems.

HEX958C94
Decimal149140148
Binary100101011000110010010100
Octal225214224

Shades and tints

Shades of #958C94

#958C94
(149,140,148)
#888087
(136,128,135)
#7B747A
(123,116,122)
#6E686D
(110,104,109)
#615C60
(97,92,96)
#545053
(84,80,83)
#474446
(71,68,70)
#3A3839
(58,56,57)
#2D2C2C
(45,44,44)
#20201F
(32,32,31)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #958C94

#958C94
(149,140,148)
#9E969D
(158,150,157)
#A7A0A6
(167,160,166)
#B0AAAF
(176,170,175)
#B9B4B8
(185,180,184)
#C2BEC1
(194,190,193)
#CBC8CA
(203,200,202)
#D4D2D3
(212,210,211)
#DDDCDC
(221,220,220)
#E6E6E5
(230,230,229)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958C94 color. Also use rgb(149,140,148) instead hex code.

Text Font Color

.myTextColor { color: #958C94; }

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

This text font color is #958C94.


Background Color

.myBgColor { background-color: #958C94; }

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

This div background color is #958C94.


Border color

.myBorderColor { border: 1px solid #958C94; }

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

This div border color is #958C94.


Opacity

.myOpacity80 { color: #958C94; opacity: 0.8; }

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

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

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

This text has shadow with #958C94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958C94 on black background.


Color preview on white background

This text has color #958C94 on white background.



Black color preview on #958C94 background

This text has black color on #958C94 background.


White color preview on #958C94 background

This text has white color on #958C94 background.