COLOR #958A93

HEX: #958A93
RGB: (149,138,147)

Color info

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

RGB color model

#958A93 color RGB value is (149,138,147).

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

RGB channels and saturation

R 149 of 255 = 58%
G 138 of 255 = 54%
B 147 of 255 = 58%

149
138
147

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

Portions of RGB colors in percentages

R + G + B =
149 + 138 + 147 = 434 (100%)
R 149 of 434 ~ 34.33%
G 138 of 434 ~ 31.8%
B 147 of 434 ~ 33.87%

%34.33
%31.8
%33.87

CMYK color model

#958A93 color CMYK value is (0,7,1,42).

  • cyan value is 0.00%
  • magenta value is 7.38%
  • yellow value is 1.34%
  • key color value is 41.57%
CMYK:
(0,7,1,42)
C0M7Y1K42 
(0%,7%,1%,42%)
(0.00/0.07/0.01/0.42)	

CMYK percentages

%0
%7.38
%1.34
%41.57

Codes

Color #958A93 in popluar color models

958A93
RGB149138147
HSL311°4.93%56.27%
HSB/HSV311°7.38%58.43%
CMYK0.00%7.38%1.34%
41.57%

Color #958A93 in popluar number systems.

HEX958A93
Decimal149138147
Binary100101011000101010010011
Octal225212223

Shades and tints

Shades of #958A93

#958A93
(149,138,147)
#887E86
(136,126,134)
#7B7279
(123,114,121)
#6E666C
(110,102,108)
#615A5F
(97,90,95)
#544E52
(84,78,82)
#474245
(71,66,69)
#3A3638
(58,54,56)
#2D2A2B
(45,42,43)
#201E1E
(32,30,30)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #958A93

#958A93
(149,138,147)
#9E949C
(158,148,156)
#A79EA5
(167,158,165)
#B0A8AE
(176,168,174)
#B9B2B7
(185,178,183)
#C2BCC0
(194,188,192)
#CBC6C9
(203,198,201)
#D4D0D2
(212,208,210)
#DDDADB
(221,218,219)
#E6E4E4
(230,228,228)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958A93; }

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

This text font color is #958A93.


Background Color

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

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

This div background color is #958A93.


Border color

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

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

This div border color is #958A93.


Opacity

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

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

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

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

This text has shadow with #958A93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958A93 on black background.


Color preview on white background

This text has color #958A93 on white background.



Black color preview on #958A93 background

This text has black color on #958A93 background.


White color preview on #958A93 background

This text has white color on #958A93 background.