COLOR #958C8F

HEX: #958C8F
RGB: (149,140,143)

Color info

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

RGB color model

#958C8F color RGB value is (149,140,143).

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

RGB channels and saturation

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

149
140
143

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

Portions of RGB colors in percentages

R + G + B =
149 + 140 + 143 = 432 (100%)
R 149 of 432 ~ 34.49%
G 140 of 432 ~ 32.41%
B 143 of 432 ~ 33.1%

%34.49
%32.41
%33.1

CMYK color model

#958C8F color CMYK value is (0,6,4,42).

  • cyan value is 0.00%
  • magenta value is 6.04%
  • yellow value is 4.03%
  • key color value is 41.57%
CMYK:
(0,6,4,42)
C0M6Y4K42 
(0%,6%,4%,42%)
(0.00/0.06/0.04/0.42)	

CMYK percentages

%0
%6.04
%4.03
%41.57

Codes

Color #958C8F in popluar color models

958C8F
RGB149140143
HSL340°4.07%56.67%
HSB/HSV340°6.04%58.43%
CMYK0.00%6.04%4.03%
41.57%

Color #958C8F in popluar number systems.

HEX958C8F
Decimal149140143
Binary100101011000110010001111
Octal225214217

Shades and tints

Shades of #958C8F

#958C8F
(149,140,143)
#888082
(136,128,130)
#7B7475
(123,116,117)
#6E6868
(110,104,104)
#615C5B
(97,92,91)
#54504E
(84,80,78)
#474441
(71,68,65)
#3A3834
(58,56,52)
#2D2C27
(45,44,39)
#20201A
(32,32,26)
#13140D
(19,20,13)
#000000
(0,0,0)

Tints of #958C8F

#958C8F
(149,140,143)
#9E9699
(158,150,153)
#A7A0A3
(167,160,163)
#B0AAAD
(176,170,173)
#B9B4B7
(185,180,183)
#C2BEC1
(194,190,193)
#CBC8CB
(203,200,203)
#D4D2D5
(212,210,213)
#DDDCDF
(221,220,223)
#E6E6E9
(230,230,233)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958C8F; }

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

This text font color is #958C8F.


Background Color

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

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

This div background color is #958C8F.


Border color

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

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

This div border color is #958C8F.


Opacity

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

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

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

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

This text has shadow with #958C8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958C8F on black background.


Color preview on white background

This text has color #958C8F on white background.



Black color preview on #958C8F background

This text has black color on #958C8F background.


White color preview on #958C8F background

This text has white color on #958C8F background.