COLOR #9B958F

HEX: #9B958F RGB: (155,149,143)

Color info

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

RGB color model

#9B958F color RGB value is (155,149,143).

RGB: (155,149,143) (61%, 58%, 56%)

RGB channels and saturation

R 155 of 255 = 61%
G 149 of 255 = 58%
B 143 of 255 = 56%

155
149
143

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

Portions of RGB colors in percentages

R + G + B = 155 + 149 + 143 = 447 (100%)
R 155 of 447 ~ 34.68%
G 149 of 447 ~ 33.33%
B 143 of 447 ~ 31.99'%

%34.68
%33.33
%31.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.87%
  • yellow value is 7.74%
  • key color value is 39.22%

CMYK: (0,4,8,39)
C0M4Y8K39 (0%, 4%, 8%, 39%)
(0.00 / 0.04 / 0.08 / 0.39)

CMYK percentages

%0
%3.87
%7.74
%39.22

Codes

Color #9B958F in popluar color models

9B 95 8F
RGB 155 149 143
HSL 30° 5.66% 58.43%
HSB/HSV 30° 7.74% 60.78%
CMYK 0.00% 3.87% 7.74%
39.22%

Color #9B958F in popluar number systems.

HEX 9B 95 8F
Decimal 155 149 143
Binary 10011011 10010101 10001111
Octal 233 225 217

Shades and tints

Shades of #9B958F

#9B958F
(155,149,143)
#8D8882
(141,136,130)
#7F7B75
(127,123,117)
#716E68
(113,110,104)
#63615B
(99,97,91)
#55544E
(85,84,78)
#474741
(71,71,65)
#393A34
(57,58,52)
#2B2D27
(43,45,39)
#1D201A
(29,32,26)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #9B958F

#9B958F
(155,149,143)
#A49E99
(164,158,153)
#ADA7A3
(173,167,163)
#B6B0AD
(182,176,173)
#BFB9B7
(191,185,183)
#C8C2C1
(200,194,193)
#D1CBCB
(209,203,203)
#DAD4D5
(218,212,213)
#E3DDDF
(227,221,223)
#ECE6E9
(236,230,233)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B958F; }

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

This text font color is #9B958F.

Background Color

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

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

This div background color is #9B958F.

Border color

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

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

This div border color is #9B958F.

Opacity

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

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

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

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

This text has shadow with #9B958F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B958F.

Preview

Color preview on black background

This text has color #9B958F on black background.


Color preview on white background

This text has color #9B958F on white background.


Black color preview on #9B958F background

This text has black color on #9B958F background.


White color preview on #9B958F background

This text has white color on #9B958F background.


Related colors

Complementary color

Complementary color for #hex is #646A70.


I love getcolorcode.com

Triadic colors

1 #8F9B95 and #958F9B with #9B958F are triadic colors.

2 #8F959B and #959B8F with #9B958F are triadic colors.