COLOR #958A8C

HEX: #958A8C
RGB: (149,138,140)

Color info

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

RGB color model

#958A8C color RGB value is (149,138,140).

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

RGB channels and saturation

R 149 of 255 = 58%
G 138 of 255 = 54%
B 140 of 255 = 55%

149
138
140

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

Portions of RGB colors in percentages

R + G + B =
149 + 138 + 140 = 427 (100%)
R 149 of 427 ~ 34.89%
G 138 of 427 ~ 32.32%
B 140 of 427 ~ 32.79%

%34.89
%32.32
%32.79

CMYK color model

#958A8C color CMYK value is (0,7,6,42).

  • cyan value is 0.00%
  • magenta value is 7.38%
  • yellow value is 6.04%
  • key color value is 41.57%
CMYK:
(0,7,6,42)
C0M7Y6K42 
(0%,7%,6%,42%)
(0.00/0.07/0.06/0.42)	

CMYK percentages

%0
%7.38
%6.04
%41.57

Codes

Color #958A8C in popluar color models

958A8C
RGB149138140
HSL349°4.93%56.27%
HSB/HSV349°7.38%58.43%
CMYK0.00%7.38%6.04%
41.57%

Color #958A8C in popluar number systems.

HEX958A8C
Decimal149138140
Binary100101011000101010001100
Octal225212214

Shades and tints

Shades of #958A8C

#958A8C
(149,138,140)
#887E80
(136,126,128)
#7B7274
(123,114,116)
#6E6668
(110,102,104)
#615A5C
(97,90,92)
#544E50
(84,78,80)
#474244
(71,66,68)
#3A3638
(58,54,56)
#2D2A2C
(45,42,44)
#201E20
(32,30,32)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #958A8C

#958A8C
(149,138,140)
#9E9496
(158,148,150)
#A79EA0
(167,158,160)
#B0A8AA
(176,168,170)
#B9B2B4
(185,178,180)
#C2BCBE
(194,188,190)
#CBC6C8
(203,198,200)
#D4D0D2
(212,208,210)
#DDDADC
(221,218,220)
#E6E4E6
(230,228,230)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958A8C; }

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

This text font color is #958A8C.


Background Color

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

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

This div background color is #958A8C.


Border color

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

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

This div border color is #958A8C.


Opacity

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

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

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

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

This text has shadow with #958A8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958A8C on black background.


Color preview on white background

This text has color #958A8C on white background.



Black color preview on #958A8C background

This text has black color on #958A8C background.


White color preview on #958A8C background

This text has white color on #958A8C background.