COLOR #958588

HEX: #958588 RGB: (149,133,136)

Color info

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

RGB color model

#958588 color RGB value is (149,133,136).

RGB: (149,133,136) (58%, 52%, 53%)

RGB channels and saturation

R 149 of 255 = 58%
G 133 of 255 = 52%
B 136 of 255 = 53%

149
133
136

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

Portions of RGB colors in percentages

R + G + B = 149 + 133 + 136 = 418 (100%)
R 149 of 418 ~ 35.65%
G 133 of 418 ~ 31.82%
B 136 of 418 ~ 32.54'%

%35.65
%31.82
%32.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.74%
  • yellow value is 8.72%
  • key color value is 41.57%

CMYK: (0,11,9,42)
C0M11Y9K42 (0%, 11%, 9%, 42%)
(0.00 / 0.11 / 0.09 / 0.42)

CMYK percentages

%0
%10.74
%8.72
%41.57

Codes

Color #958588 in popluar color models

95 85 88
RGB 149 133 136
HSL 349° 7.02% 55.29%
HSB/HSV 349° 10.74% 58.43%
CMYK 0.00% 10.74% 8.72%
41.57%

Color #958588 in popluar number systems.

HEX 95 85 88
Decimal 149 133 136
Binary 10010101 10000101 10001000
Octal 225 205 210

Shades and tints

Shades of #958588

#958588
(149,133,136)
#88797C
(136,121,124)
#7B6D70
(123,109,112)
#6E6164
(110,97,100)
#615558
(97,85,88)
#54494C
(84,73,76)
#473D40
(71,61,64)
#3A3134
(58,49,52)
#2D2528
(45,37,40)
#20191C
(32,25,28)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #958588

#958588
(149,133,136)
#9E9092
(158,144,146)
#A79B9C
(167,155,156)
#B0A6A6
(176,166,166)
#B9B1B0
(185,177,176)
#C2BCBA
(194,188,186)
#CBC7C4
(203,199,196)
#D4D2CE
(212,210,206)
#DDDDD8
(221,221,216)
#E6E8E2
(230,232,226)
#EFF3EC
(239,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958588; }

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

This text font color is #958588.

Background Color

.myBgColor { background-color: #958588; }

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

This div background color is #958588.

Border color

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

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

This div border color is #958588.

Opacity

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

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

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

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

This text has shadow with #958588 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #958588.

Preview

Color preview on black background

This text has color #958588 on black background.


Color preview on white background

This text has color #958588 on white background.


Black color preview on #958588 background

This text has black color on #958588 background.


White color preview on #958588 background

This text has white color on #958588 background.


Related colors

Complementary color

Complementary color for #hex is #6A7A77.


I love getcolorcode.com

Triadic colors

1 #889585 and #858895 with #958588 are triadic colors.

2 #888595 and #859588 with #958588 are triadic colors.