COLOR #958885

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

149
136
133

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

Portions of RGB colors in percentages

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

%35.65
%32.54
%31.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.72%
  • yellow value is 10.74%
  • key color value is 41.57%
CMYK:
(0,9,11,42)
C0M9Y11K42 
(0%,9%,11%,42%)
(0.00/0.09/0.11/0.42)	

CMYK percentages

%0
%8.72
%10.74
%41.57

Codes

Color #958885 in popluar color models

958885
RGB149136133
HSL11°7.02%55.29%
HSB/HSV11°10.74%58.43%
CMYK0.00%8.72%10.74%
41.57%

Color #958885 in popluar number systems.

HEX958885
Decimal149136133
Binary100101011000100010000101
Octal225210205

Shades and tints

Shades of #958885

#958885
(149,136,133)
#887C79
(136,124,121)
#7B706D
(123,112,109)
#6E6461
(110,100,97)
#615855
(97,88,85)
#544C49
(84,76,73)
#47403D
(71,64,61)
#3A3431
(58,52,49)
#2D2825
(45,40,37)
#201C19
(32,28,25)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #958885

#958885
(149,136,133)
#9E9290
(158,146,144)
#A79C9B
(167,156,155)
#B0A6A6
(176,166,166)
#B9B0B1
(185,176,177)
#C2BABC
(194,186,188)
#CBC4C7
(203,196,199)
#D4CED2
(212,206,210)
#DDD8DD
(221,216,221)
#E6E2E8
(230,226,232)
#EFECF3
(239,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958885; }

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

This text font color is #958885.


Background Color

.myBgColor { background-color: #958885; }

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

This div background color is #958885.


Border color

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

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

This div border color is #958885.


Opacity

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

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

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

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

This text has shadow with #958885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958885 on black background.


Color preview on white background

This text has color #958885 on white background.



Black color preview on #958885 background

This text has black color on #958885 background.


White color preview on #958885 background

This text has white color on #958885 background.