COLOR #958D8B

HEX: #958D8B
RGB: (149,141,139)

Color info

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

RGB color model

#958D8B color RGB value is (149,141,139).

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

RGB channels and saturation

R 149 of 255 = 58%
G 141 of 255 = 55%
B 139 of 255 = 55%

149
141
139

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

Portions of RGB colors in percentages

R + G + B =
149 + 141 + 139 = 429 (100%)
R 149 of 429 ~ 34.73%
G 141 of 429 ~ 32.87%
B 139 of 429 ~ 32.4%

%34.73
%32.87
%32.4

CMYK color model

#958D8B color CMYK value is (0,5,7,42).

  • cyan value is 0.00%
  • magenta value is 5.37%
  • yellow value is 6.71%
  • key color value is 41.57%
CMYK:
(0,5,7,42)
C0M5Y7K42 
(0%,5%,7%,42%)
(0.00/0.05/0.07/0.42)	

CMYK percentages

%0
%5.37
%6.71
%41.57

Codes

Color #958D8B in popluar color models

958D8B
RGB149141139
HSL12°4.50%56.47%
HSB/HSV12°6.71%58.43%
CMYK0.00%5.37%6.71%
41.57%

Color #958D8B in popluar number systems.

HEX958D8B
Decimal149141139
Binary100101011000110110001011
Octal225215213

Shades and tints

Shades of #958D8B

#958D8B
(149,141,139)
#88817F
(136,129,127)
#7B7573
(123,117,115)
#6E6967
(110,105,103)
#615D5B
(97,93,91)
#54514F
(84,81,79)
#474543
(71,69,67)
#3A3937
(58,57,55)
#2D2D2B
(45,45,43)
#20211F
(32,33,31)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #958D8B

#958D8B
(149,141,139)
#9E9795
(158,151,149)
#A7A19F
(167,161,159)
#B0ABA9
(176,171,169)
#B9B5B3
(185,181,179)
#C2BFBD
(194,191,189)
#CBC9C7
(203,201,199)
#D4D3D1
(212,211,209)
#DDDDDB
(221,221,219)
#E6E7E5
(230,231,229)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958D8B; }

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

This text font color is #958D8B.


Background Color

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

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

This div background color is #958D8B.


Border color

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

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

This div border color is #958D8B.


Opacity

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

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

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

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

This text has shadow with #958D8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958D8B on black background.


Color preview on white background

This text has color #958D8B on white background.



Black color preview on #958D8B background

This text has black color on #958D8B background.


White color preview on #958D8B background

This text has white color on #958D8B background.