COLOR #958892

HEX: #958892
RGB: (149,136,146)

Color info

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

RGB color model

#958892 color RGB value is (149,136,146).

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

RGB channels and saturation

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

149
136
146

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

Portions of RGB colors in percentages

R + G + B =
149 + 136 + 146 = 431 (100%)
R 149 of 431 ~ 34.57%
G 136 of 431 ~ 31.55%
B 146 of 431 ~ 33.87%

%34.57
%31.55
%33.87

CMYK color model

#958892 color CMYK value is (0,9,2,42).

  • cyan value is 0.00%
  • magenta value is 8.72%
  • yellow value is 2.01%
  • key color value is 41.57%
CMYK:
(0,9,2,42)
C0M9Y2K42 
(0%,9%,2%,42%)
(0.00/0.09/0.02/0.42)	

CMYK percentages

%0
%8.72
%2.01
%41.57

Codes

Color #958892 in popluar color models

958892
RGB149136146
HSL314°5.78%55.88%
HSB/HSV314°8.72%58.43%
CMYK0.00%8.72%2.01%
41.57%

Color #958892 in popluar number systems.

HEX958892
Decimal149136146
Binary100101011000100010010010
Octal225210222

Shades and tints

Shades of #958892

#958892
(149,136,146)
#887C85
(136,124,133)
#7B7078
(123,112,120)
#6E646B
(110,100,107)
#61585E
(97,88,94)
#544C51
(84,76,81)
#474044
(71,64,68)
#3A3437
(58,52,55)
#2D282A
(45,40,42)
#201C1D
(32,28,29)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #958892

#958892
(149,136,146)
#9E929B
(158,146,155)
#A79CA4
(167,156,164)
#B0A6AD
(176,166,173)
#B9B0B6
(185,176,182)
#C2BABF
(194,186,191)
#CBC4C8
(203,196,200)
#D4CED1
(212,206,209)
#DDD8DA
(221,216,218)
#E6E2E3
(230,226,227)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958892; }

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

This text font color is #958892.


Background Color

.myBgColor { background-color: #958892; }

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

This div background color is #958892.


Border color

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

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

This div border color is #958892.


Opacity

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

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

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

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

This text has shadow with #958892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958892 on black background.


Color preview on white background

This text has color #958892 on white background.



Black color preview on #958892 background

This text has black color on #958892 background.


White color preview on #958892 background

This text has white color on #958892 background.