COLOR #958596

HEX: #958596
RGB: (149,133,150)

Color info

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

RGB color model

#958596 color RGB value is (149,133,150).

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

RGB channels and saturation

R 149 of 255 = 58%
G 133 of 255 = 52%
B 150 of 255 = 59%

149
133
150

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

Portions of RGB colors in percentages

R + G + B =
149 + 133 + 150 = 432 (100%)
R 149 of 432 ~ 34.49%
G 133 of 432 ~ 30.79%
B 150 of 432 ~ 34.72%

%34.49
%30.79
%34.72

CMYK color model

#958596 color CMYK value is (1,11,0,41).

  • cyan value is 0.67%
  • magenta value is 11.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(1,11,0,41)
C1M11Y0K41 
(1%,11%,0%,41%)
(0.01/0.11/0.00/0.41)	

CMYK percentages

%0.67
%11.33
%0
%41.18

Codes

Color #958596 in popluar color models

958596
RGB149133150
HSL296°7.49%55.49%
HSB/HSV296°11.33%58.82%
CMYK0.67%11.33%0.00%
41.18%

Color #958596 in popluar number systems.

HEX958596
Decimal149133150
Binary100101011000010110010110
Octal225205226

Shades and tints

Shades of #958596

#958596
(149,133,150)
#887989
(136,121,137)
#7B6D7C
(123,109,124)
#6E616F
(110,97,111)
#615562
(97,85,98)
#544955
(84,73,85)
#473D48
(71,61,72)
#3A313B
(58,49,59)
#2D252E
(45,37,46)
#201921
(32,25,33)
#130D14
(19,13,20)
#000000
(0,0,0)

Tints of #958596

#958596
(149,133,150)
#9E909F
(158,144,159)
#A79BA8
(167,155,168)
#B0A6B1
(176,166,177)
#B9B1BA
(185,177,186)
#C2BCC3
(194,188,195)
#CBC7CC
(203,199,204)
#D4D2D5
(212,210,213)
#DDDDDE
(221,221,222)
#E6E8E7
(230,232,231)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958596; }

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

This text font color is #958596.


Background Color

.myBgColor { background-color: #958596; }

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

This div background color is #958596.


Border color

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

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

This div border color is #958596.


Opacity

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

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

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

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

This text has shadow with #958596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958596 on black background.


Color preview on white background

This text has color #958596 on white background.



Black color preview on #958596 background

This text has black color on #958596 background.


White color preview on #958596 background

This text has white color on #958596 background.