COLOR #958495

HEX: #958495
RGB: (149,132,149)

Color info

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

RGB color model

#958495 color RGB value is (149,132,149).

  • red value is 149;
  • green value is 132;
  • blue value is 149.
RGB: (149,132,149) (58%,52%,58%)

RGB channels and saturation

R 149 of 255 = 58%
G 132 of 255 = 52%
B 149 of 255 = 58%

149
132
149

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

Portions of RGB colors in percentages

R + G + B =
149 + 132 + 149 = 430 (100%)
R 149 of 430 ~ 34.65%
G 132 of 430 ~ 30.7%
B 149 of 430 ~ 34.65%

%34.65
%30.7
%34.65

CMYK color model

#958495 color CMYK value is (0,11,0,42).

  • cyan value is 0.00%
  • magenta value is 11.41%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK: (0,11,0,42) C0M11Y0K42 (0%,11%,0%,42%) (0.00/0.11/0.00/0.42)

CMYK percentages

%0
%11.41
%0
%41.57

Codes

Color #958495 in popluar color models

958495
RGB149132149
HSL300°7.42%55.10%
HSB/HSV300°11.41%58.43%
CMYK0.00%11.41%0.00%
41.57%

Color #958495 in popluar number systems.

HEX958495
Decimal149132149
Binary100101011000010010010101
Octal225204225

Shades and tints

Shades of #958495

#958495
(149,132,149)
#887888
(136,120,136)
#7B6C7B
(123,108,123)
#6E606E
(110,96,110)
#615461
(97,84,97)
#544854
(84,72,84)
#473C47
(71,60,71)
#3A303A
(58,48,58)
#2D242D
(45,36,45)
#201820
(32,24,32)
#130C13
(19,12,19)
#000000
(0,0,0)

Tints of #958495

#958495
(149,132,149)
#9E8F9E
(158,143,158)
#A79AA7
(167,154,167)
#B0A5B0
(176,165,176)
#B9B0B9
(185,176,185)
#C2BBC2
(194,187,194)
#CBC6CB
(203,198,203)
#D4D1D4
(212,209,212)
#DDDCDD
(221,220,221)
#E6E7E6
(230,231,230)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958495; }

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

This text font color is #958495.


Background Color

.myBgColor { background-color: #958495; }

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

This div background color is #958495.


Border color

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

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

This div border color is #958495.


Opacity

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

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

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

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

This text has shadow with #958495 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #958495 on black background.


Color preview on white background

This text has color #958495 on white background.



Black color preview on #958495 background

This text has black color on #958495 background.


White color preview on #958495 background

This text has white color on #958495 background.