COLOR #958789

HEX: #958789
RGB: (149,135,137)

Color info

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

RGB color model

#958789 color RGB value is (149,135,137).

  • red value is 149;
  • green value is 135;
  • blue value is 137.
RGB:
(149,135,137)
(58%,53%,54%)

RGB channels and saturation

R 149 of 255 = 58%
G 135 of 255 = 53%
B 137 of 255 = 54%

149
135
137

R + G + B ~ 55%. #958789 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 135 + 137 = 421 (100%)
R 149 of 421 ~ 35.39%
G 135 of 421 ~ 32.07%
B 137 of 421 ~ 32.54%

%35.39
%32.07
%32.54

CMYK color model

#958789 color CMYK value is (0,9,8,42).

  • cyan value is 0.00%
  • magenta value is 9.40%
  • yellow value is 8.05%
  • key color value is 41.57%
CMYK:
(0,9,8,42)
C0M9Y8K42 
(0%,9%,8%,42%)
(0.00/0.09/0.08/0.42)	

CMYK percentages

%0
%9.4
%8.05
%41.57

Codes

Color #958789 in popluar color models

958789
RGB149135137
HSL351°6.19%55.69%
HSB/HSV351°9.40%58.43%
CMYK0.00%9.40%8.05%
41.57%

Color #958789 in popluar number systems.

HEX958789
Decimal149135137
Binary100101011000011110001001
Octal225207211

Shades and tints

Shades of #958789

#958789
(149,135,137)
#887B7D
(136,123,125)
#7B6F71
(123,111,113)
#6E6365
(110,99,101)
#615759
(97,87,89)
#544B4D
(84,75,77)
#473F41
(71,63,65)
#3A3335
(58,51,53)
#2D2729
(45,39,41)
#201B1D
(32,27,29)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #958789

#958789
(149,135,137)
#9E9193
(158,145,147)
#A79B9D
(167,155,157)
#B0A5A7
(176,165,167)
#B9AFB1
(185,175,177)
#C2B9BB
(194,185,187)
#CBC3C5
(203,195,197)
#D4CDCF
(212,205,207)
#DDD7D9
(221,215,217)
#E6E1E3
(230,225,227)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958789 color. Also use rgb(149,135,137) instead hex code.

Text Font Color

.myTextColor { color: #958789; }

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

This text font color is #958789.


Background Color

.myBgColor { background-color: #958789; }

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

This div background color is #958789.


Border color

.myBorderColor { border: 1px solid #958789; }

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

This div border color is #958789.


Opacity

.myOpacity80 { color: #958789; opacity: 0.8; }

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

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

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

This text has shadow with #958789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958789 on black background.


Color preview on white background

This text has color #958789 on white background.



Black color preview on #958789 background

This text has black color on #958789 background.


White color preview on #958789 background

This text has white color on #958789 background.