COLOR #958891

HEX: #958891
RGB: (149,136,145)

Color info

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

RGB color model

#958891 color RGB value is (149,136,145).

  • red value is 149;
  • green value is 136;
  • blue value is 145.
RGB:
(149,136,145)
(58%,53%,57%)

RGB channels and saturation

R 149 of 255 = 58%
G 136 of 255 = 53%
B 145 of 255 = 57%

149
136
145

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

Portions of RGB colors in percentages

R + G + B =
149 + 136 + 145 = 430 (100%)
R 149 of 430 ~ 34.65%
G 136 of 430 ~ 31.63%
B 145 of 430 ~ 33.72%

%34.65
%31.63
%33.72

CMYK color model

#958891 color CMYK value is (0,9,3,42).

  • cyan value is 0.00%
  • magenta value is 8.72%
  • yellow value is 2.68%
  • key color value is 41.57%
CMYK:
(0,9,3,42)
C0M9Y3K42 
(0%,9%,3%,42%)
(0.00/0.09/0.03/0.42)	

CMYK percentages

%0
%8.72
%2.68
%41.57

Codes

Color #958891 in popluar color models

958891
RGB149136145
HSL318°5.78%55.88%
HSB/HSV318°8.72%58.43%
CMYK0.00%8.72%2.68%
41.57%

Color #958891 in popluar number systems.

HEX958891
Decimal149136145
Binary100101011000100010010001
Octal225210221

Shades and tints

Shades of #958891

#958891
(149,136,145)
#887C84
(136,124,132)
#7B7077
(123,112,119)
#6E646A
(110,100,106)
#61585D
(97,88,93)
#544C50
(84,76,80)
#474043
(71,64,67)
#3A3436
(58,52,54)
#2D2829
(45,40,41)
#201C1C
(32,28,28)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #958891

#958891
(149,136,145)
#9E929B
(158,146,155)
#A79CA5
(167,156,165)
#B0A6AF
(176,166,175)
#B9B0B9
(185,176,185)
#C2BAC3
(194,186,195)
#CBC4CD
(203,196,205)
#D4CED7
(212,206,215)
#DDD8E1
(221,216,225)
#E6E2EB
(230,226,235)
#EFECF5
(239,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958891 color. Also use rgb(149,136,145) instead hex code.

Text Font Color

.myTextColor { color: #958891; }

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

This text font color is #958891.


Background Color

.myBgColor { background-color: #958891; }

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

This div background color is #958891.


Border color

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

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

This div border color is #958891.


Opacity

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

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

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

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

This text has shadow with #958891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958891 on black background.


Color preview on white background

This text has color #958891 on white background.



Black color preview on #958891 background

This text has black color on #958891 background.


White color preview on #958891 background

This text has white color on #958891 background.