COLOR #958A94

HEX: #958A94
RGB: (149,138,148)

Color info

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

RGB color model

#958A94 color RGB value is (149,138,148).

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

RGB channels and saturation

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

149
138
148

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

Portions of RGB colors in percentages

R + G + B =
149 + 138 + 148 = 435 (100%)
R 149 of 435 ~ 34.25%
G 138 of 435 ~ 31.72%
B 148 of 435 ~ 34.02%

%34.25
%31.72
%34.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.38%
  • yellow value is 0.67%
  • 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
%0.67
%41.57

Codes

Color #958A94 in popluar color models

958A94
RGB149138148
HSL305°4.93%56.27%
HSB/HSV305°7.38%58.43%
CMYK0.00%7.38%0.67%
41.57%

Color #958A94 in popluar number systems.

HEX958A94
Decimal149138148
Binary100101011000101010010100
Octal225212224

Shades and tints

Shades of #958A94

#958A94
(149,138,148)
#887E87
(136,126,135)
#7B727A
(123,114,122)
#6E666D
(110,102,109)
#615A60
(97,90,96)
#544E53
(84,78,83)
#474246
(71,66,70)
#3A3639
(58,54,57)
#2D2A2C
(45,42,44)
#201E1F
(32,30,31)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #958A94

#958A94
(149,138,148)
#9E949D
(158,148,157)
#A79EA6
(167,158,166)
#B0A8AF
(176,168,175)
#B9B2B8
(185,178,184)
#C2BCC1
(194,188,193)
#CBC6CA
(203,198,202)
#D4D0D3
(212,208,211)
#DDDADC
(221,218,220)
#E6E4E5
(230,228,229)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958A94; }

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

This text font color is #958A94.


Background Color

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

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

This div background color is #958A94.


Border color

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

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

This div border color is #958A94.


Opacity

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

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

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

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

This text has shadow with #958A94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958A94 on black background.


Color preview on white background

This text has color #958A94 on white background.



Black color preview on #958A94 background

This text has black color on #958A94 background.


White color preview on #958A94 background

This text has white color on #958A94 background.