COLOR #9B958D

HEX: #9B958D
RGB: (155,149,141)

Color info

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

RGB color model

#9B958D color RGB value is (155,149,141).

  • red value is 155;
  • green value is 149;
  • blue value is 141.
RGB:
(155,149,141)
(61%,58%,55%)

RGB channels and saturation

R 155 of 255 = 61%
G 149 of 255 = 58%
B 141 of 255 = 55%

155
149
141

R + G + B ~ 58%. #9B958D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
155 + 149 + 141 = 445 (100%)
R 155 of 445 ~ 34.83%
G 149 of 445 ~ 33.48%
B 141 of 445 ~ 31.69%

%34.83
%33.48
%31.69

CMYK color model

#9B958D color CMYK value is (0,4,9,39).

  • cyan value is 0.00%
  • magenta value is 3.87%
  • yellow value is 9.03%
  • key color value is 39.22%
CMYK:
(0,4,9,39)
C0M4Y9K39 
(0%,4%,9%,39%)
(0.00/0.04/0.09/0.39)	

CMYK percentages

%0
%3.87
%9.03
%39.22

Codes

Color #9B958D in popluar color models

9B958D
RGB155149141
HSL34°6.54%58.04%
HSB/HSV34°9.03%60.78%
CMYK0.00%3.87%9.03%
39.22%

Color #9B958D in popluar number systems.

HEX9B958D
Decimal155149141
Binary100110111001010110001101
Octal233225215

Shades and tints

Shades of #9B958D

#9B958D
(155,149,141)
#8D8881
(141,136,129)
#7F7B75
(127,123,117)
#716E69
(113,110,105)
#63615D
(99,97,93)
#555451
(85,84,81)
#474745
(71,71,69)
#393A39
(57,58,57)
#2B2D2D
(43,45,45)
#1D2021
(29,32,33)
#0F1315
(15,19,21)
#000000
(0,0,0)

Tints of #9B958D

#9B958D
(155,149,141)
#A49E97
(164,158,151)
#ADA7A1
(173,167,161)
#B6B0AB
(182,176,171)
#BFB9B5
(191,185,181)
#C8C2BF
(200,194,191)
#D1CBC9
(209,203,201)
#DAD4D3
(218,212,211)
#E3DDDD
(227,221,221)
#ECE6E7
(236,230,231)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B958D color. Also use rgb(155,149,141) instead hex code.

Text Font Color

.myTextColor { color: #9B958D; }

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

This text font color is #9B958D.


Background Color

.myBgColor { background-color: #9B958D; }

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

This div background color is #9B958D.


Border color

.myBorderColor { border: 1px solid #9B958D; }

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

This div border color is #9B958D.


Opacity

.myOpacity80 { color: #9B958D; opacity: 0.8; }

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

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

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

This text has shadow with #9B958D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B958D on black background.


Color preview on white background

This text has color #9B958D on white background.



Black color preview on #9B958D background

This text has black color on #9B958D background.


White color preview on #9B958D background

This text has white color on #9B958D background.