COLOR #958E8B

HEX: #958E8B
RGB: (149,142,139)

Color info

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

RGB color model

#958E8B color RGB value is (149,142,139).

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

RGB channels and saturation

R 149 of 255 = 58%
G 142 of 255 = 56%
B 139 of 255 = 55%

149
142
139

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

Portions of RGB colors in percentages

R + G + B =
149 + 142 + 139 = 430 (100%)
R 149 of 430 ~ 34.65%
G 142 of 430 ~ 33.02%
B 139 of 430 ~ 32.33%

%34.65
%33.02
%32.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.70%
  • 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
%4.7
%6.71
%41.57

Codes

Color #958E8B in popluar color models

958E8B
RGB149142139
HSL18°4.50%56.47%
HSB/HSV18°6.71%58.43%
CMYK0.00%4.70%6.71%
41.57%

Color #958E8B in popluar number systems.

HEX958E8B
Decimal149142139
Binary100101011000111010001011
Octal225216213

Shades and tints

Shades of #958E8B

#958E8B
(149,142,139)
#88827F
(136,130,127)
#7B7673
(123,118,115)
#6E6A67
(110,106,103)
#615E5B
(97,94,91)
#54524F
(84,82,79)
#474643
(71,70,67)
#3A3A37
(58,58,55)
#2D2E2B
(45,46,43)
#20221F
(32,34,31)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #958E8B

#958E8B
(149,142,139)
#9E9895
(158,152,149)
#A7A29F
(167,162,159)
#B0ACA9
(176,172,169)
#B9B6B3
(185,182,179)
#C2C0BD
(194,192,189)
#CBCAC7
(203,202,199)
#D4D4D1
(212,212,209)
#DDDEDB
(221,222,219)
#E6E8E5
(230,232,229)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958E8B; }

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

This text font color is #958E8B.


Background Color

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

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

This div background color is #958E8B.


Border color

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

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

This div border color is #958E8B.


Opacity

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

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

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

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

This text has shadow with #958E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958E8B on black background.


Color preview on white background

This text has color #958E8B on white background.



Black color preview on #958E8B background

This text has black color on #958E8B background.


White color preview on #958E8B background

This text has white color on #958E8B background.