COLOR #958C85

HEX: #958C85
RGB: (149,140,133)

Color info

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

RGB color model

#958C85 color RGB value is (149,140,133).

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

RGB channels and saturation

R 149 of 255 = 58%
G 140 of 255 = 55%
B 133 of 255 = 52%

149
140
133

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

Portions of RGB colors in percentages

R + G + B =
149 + 140 + 133 = 422 (100%)
R 149 of 422 ~ 35.31%
G 140 of 422 ~ 33.18%
B 133 of 422 ~ 31.52%

%35.31
%33.18
%31.52

CMYK color model

#958C85 color CMYK value is (0,6,11,42).

  • cyan value is 0.00%
  • magenta value is 6.04%
  • yellow value is 10.74%
  • key color value is 41.57%
CMYK:
(0,6,11,42)
C0M6Y11K42 
(0%,6%,11%,42%)
(0.00/0.06/0.11/0.42)	

CMYK percentages

%0
%6.04
%10.74
%41.57

Codes

Color #958C85 in popluar color models

958C85
RGB149140133
HSL26°7.02%55.29%
HSB/HSV26°10.74%58.43%
CMYK0.00%6.04%10.74%
41.57%

Color #958C85 in popluar number systems.

HEX958C85
Decimal149140133
Binary100101011000110010000101
Octal225214205

Shades and tints

Shades of #958C85

#958C85
(149,140,133)
#888079
(136,128,121)
#7B746D
(123,116,109)
#6E6861
(110,104,97)
#615C55
(97,92,85)
#545049
(84,80,73)
#47443D
(71,68,61)
#3A3831
(58,56,49)
#2D2C25
(45,44,37)
#202019
(32,32,25)
#13140D
(19,20,13)
#000000
(0,0,0)

Tints of #958C85

#958C85
(149,140,133)
#9E9690
(158,150,144)
#A7A09B
(167,160,155)
#B0AAA6
(176,170,166)
#B9B4B1
(185,180,177)
#C2BEBC
(194,190,188)
#CBC8C7
(203,200,199)
#D4D2D2
(212,210,210)
#DDDCDD
(221,220,221)
#E6E6E8
(230,230,232)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958C85; }

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

This text font color is #958C85.


Background Color

.myBgColor { background-color: #958C85; }

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

This div background color is #958C85.


Border color

.myBorderColor { border: 1px solid #958C85; }

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

This div border color is #958C85.


Opacity

.myOpacity80 { color: #958C85; opacity: 0.8; }

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

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

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

This text has shadow with #958C85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958C85 on black background.


Color preview on white background

This text has color #958C85 on white background.



Black color preview on #958C85 background

This text has black color on #958C85 background.


White color preview on #958C85 background

This text has white color on #958C85 background.