COLOR #958D8F

HEX: #958D8F
RGB: (149,141,143)

Color info

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

RGB color model

#958D8F color RGB value is (149,141,143).

  • red value is 149;
  • green value is 141;
  • blue value is 143.
RGB:
(149,141,143)
(58%,55%,56%)

RGB channels and saturation

R 149 of 255 = 58%
G 141 of 255 = 55%
B 143 of 255 = 56%

149
141
143

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

Portions of RGB colors in percentages

R + G + B =
149 + 141 + 143 = 433 (100%)
R 149 of 433 ~ 34.41%
G 141 of 433 ~ 32.56%
B 143 of 433 ~ 33.03%

%34.41
%32.56
%33.03

CMYK color model

#958D8F color CMYK value is (0,5,4,42).

  • cyan value is 0.00%
  • magenta value is 5.37%
  • yellow value is 4.03%
  • key color value is 41.57%
CMYK:
(0,5,4,42)
C0M5Y4K42 
(0%,5%,4%,42%)
(0.00/0.05/0.04/0.42)	

CMYK percentages

%0
%5.37
%4.03
%41.57

Codes

Color #958D8F in popluar color models

958D8F
RGB149141143
HSL345°3.64%56.86%
HSB/HSV345°5.37%58.43%
CMYK0.00%5.37%4.03%
41.57%

Color #958D8F in popluar number systems.

HEX958D8F
Decimal149141143
Binary100101011000110110001111
Octal225215217

Shades and tints

Shades of #958D8F

#958D8F
(149,141,143)
#888182
(136,129,130)
#7B7575
(123,117,117)
#6E6968
(110,105,104)
#615D5B
(97,93,91)
#54514E
(84,81,78)
#474541
(71,69,65)
#3A3934
(58,57,52)
#2D2D27
(45,45,39)
#20211A
(32,33,26)
#13150D
(19,21,13)
#000000
(0,0,0)

Tints of #958D8F

#958D8F
(149,141,143)
#9E9799
(158,151,153)
#A7A1A3
(167,161,163)
#B0ABAD
(176,171,173)
#B9B5B7
(185,181,183)
#C2BFC1
(194,191,193)
#CBC9CB
(203,201,203)
#D4D3D5
(212,211,213)
#DDDDDF
(221,221,223)
#E6E7E9
(230,231,233)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958D8F color. Also use rgb(149,141,143) instead hex code.

Text Font Color

.myTextColor { color: #958D8F; }

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

This text font color is #958D8F.


Background Color

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

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

This div background color is #958D8F.


Border color

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

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

This div border color is #958D8F.


Opacity

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

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

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

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

This text has shadow with #958D8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958D8F on black background.


Color preview on white background

This text has color #958D8F on white background.



Black color preview on #958D8F background

This text has black color on #958D8F background.


White color preview on #958D8F background

This text has white color on #958D8F background.