COLOR #958392

HEX: #958392
RGB: (149,131,146)

Color info

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

RGB color model

#958392 color RGB value is (149,131,146).

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

RGB channels and saturation

R 149 of 255 = 58%
G 131 of 255 = 51%
B 146 of 255 = 57%

149
131
146

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

Portions of RGB colors in percentages

R + G + B =
149 + 131 + 146 = 426 (100%)
R 149 of 426 ~ 34.98%
G 131 of 426 ~ 30.75%
B 146 of 426 ~ 34.27%

%34.98
%30.75
%34.27

CMYK color model

#958392 color CMYK value is (0,12,2,42).

  • cyan value is 0.00%
  • magenta value is 12.08%
  • yellow value is 2.01%
  • key color value is 41.57%
CMYK:
(0,12,2,42)
C0M12Y2K42 
(0%,12%,2%,42%)
(0.00/0.12/0.02/0.42)	

CMYK percentages

%0
%12.08
%2.01
%41.57

Codes

Color #958392 in popluar color models

958392
RGB149131146
HSL310°7.83%54.90%
HSB/HSV310°12.08%58.43%
CMYK0.00%12.08%2.01%
41.57%

Color #958392 in popluar number systems.

HEX958392
Decimal149131146
Binary100101011000001110010010
Octal225203222

Shades and tints

Shades of #958392

#958392
(149,131,146)
#887885
(136,120,133)
#7B6D78
(123,109,120)
#6E626B
(110,98,107)
#61575E
(97,87,94)
#544C51
(84,76,81)
#474144
(71,65,68)
#3A3637
(58,54,55)
#2D2B2A
(45,43,42)
#20201D
(32,32,29)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #958392

#958392
(149,131,146)
#9E8E9B
(158,142,155)
#A799A4
(167,153,164)
#B0A4AD
(176,164,173)
#B9AFB6
(185,175,182)
#C2BABF
(194,186,191)
#CBC5C8
(203,197,200)
#D4D0D1
(212,208,209)
#DDDBDA
(221,219,218)
#E6E6E3
(230,230,227)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958392; }

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

This text font color is #958392.


Background Color

.myBgColor { background-color: #958392; }

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

This div background color is #958392.


Border color

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

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

This div border color is #958392.


Opacity

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

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

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

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

This text has shadow with #958392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958392 on black background.


Color preview on white background

This text has color #958392 on white background.



Black color preview on #958392 background

This text has black color on #958392 background.


White color preview on #958392 background

This text has white color on #958392 background.