COLOR #9B958A

HEX: #9B958A RGB: (155,149,138)

Color info

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

RGB color model

#9B958A color RGB value is (155,149,138).

RGB: (155,149,138) (61%, 58%, 54%)

RGB channels and saturation

R 155 of 255 = 61%
G 149 of 255 = 58%
B 138 of 255 = 54%

155
149
138

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

Portions of RGB colors in percentages

R + G + B = 155 + 149 + 138 = 442 (100%)
R 155 of 442 ~ 35.07%
G 149 of 442 ~ 33.71%
B 138 of 442 ~ 31.22'%

%35.07
%33.71
%31.22

CMYK color model

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

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

CMYK: (0,4,11,39)
C0M4Y11K39 (0%, 4%, 11%, 39%)
(0.00 / 0.04 / 0.11 / 0.39)

CMYK percentages

%0
%3.87
%10.97
%39.22

Codes

Color #9B958A in popluar color models

9B 95 8A
RGB 155 149 138
HSL 39° 7.83% 57.45%
HSB/HSV 39° 10.97% 60.78%
CMYK 0.00% 3.87% 10.97%
39.22%

Color #9B958A in popluar number systems.

HEX 9B 95 8A
Decimal 155 149 138
Binary 10011011 10010101 10001010
Octal 233 225 212

Shades and tints

Shades of #9B958A

#9B958A
(155,149,138)
#8D887E
(141,136,126)
#7F7B72
(127,123,114)
#716E66
(113,110,102)
#63615A
(99,97,90)
#55544E
(85,84,78)
#474742
(71,71,66)
#393A36
(57,58,54)
#2B2D2A
(43,45,42)
#1D201E
(29,32,30)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #9B958A

#9B958A
(155,149,138)
#A49E94
(164,158,148)
#ADA79E
(173,167,158)
#B6B0A8
(182,176,168)
#BFB9B2
(191,185,178)
#C8C2BC
(200,194,188)
#D1CBC6
(209,203,198)
#DAD4D0
(218,212,208)
#E3DDDA
(227,221,218)
#ECE6E4
(236,230,228)
#F5EFEE
(245,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B958A; }

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

This text font color is #9B958A.

Background Color

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

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

This div background color is #9B958A.

Border color

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

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

This div border color is #9B958A.

Opacity

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

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

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

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

This text has shadow with #9B958A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B958A.

Preview

Color preview on black background

This text has color #9B958A on black background.


Color preview on white background

This text has color #9B958A on white background.


Black color preview on #9B958A background

This text has black color on #9B958A background.


White color preview on #9B958A background

This text has white color on #9B958A background.


Related colors

Complementary color

Complementary color for #hex is #646A75.


I love getcolorcode.com

Triadic colors

1 #8A9B95 and #958A9B with #9B958A are triadic colors.

2 #8A959B and #959B8A with #9B958A are triadic colors.