COLOR #9B757B

HEX: #9B757B
RGB: (155,117,123)

Color info

#9B757B contains red, green and blue colors in about the same proportion. Web safe color of #9B757B is #996666 (or #966).

RGB color model

#9B757B color RGB value is (155,117,123).

  • red value is 155;
  • green value is 117;
  • blue value is 123.
RGB:
(155,117,123)
(61%,46%,48%)

RGB channels and saturation

R 155 of 255 = 61%
G 117 of 255 = 46%
B 123 of 255 = 48%

155
117
123

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

Portions of RGB colors in percentages

R + G + B =
155 + 117 + 123 = 395 (100%)
R 155 of 395 ~ 39.24%
G 117 of 395 ~ 29.62%
B 123 of 395 ~ 31.14%

%39.24
%29.62
%31.14

CMYK color model

#9B757B color CMYK value is (0,25,21,39).

  • cyan value is 0.00%
  • magenta value is 24.52%
  • yellow value is 20.65%
  • key color value is 39.22%
CMYK:
(0,25,21,39)
C0M25Y21K39 
(0%,25%,21%,39%)
(0.00/0.25/0.21/0.39)	

CMYK percentages

%0
%24.52
%20.65
%39.22

Codes

Color #9B757B in popluar color models

9B757B
RGB155117123
HSL351°15.97%53.33%
HSB/HSV351°24.52%60.78%
CMYK0.00%24.52%20.65%
39.22%

Color #9B757B in popluar number systems.

HEX9B757B
Decimal155117123
Binary1001101111101011111011
Octal233165173

Shades and tints

Shades of #9B757B

#9B757B
(155,117,123)
#8D6B70
(141,107,112)
#7F6165
(127,97,101)
#71575A
(113,87,90)
#634D4F
(99,77,79)
#554344
(85,67,68)
#473939
(71,57,57)
#392F2E
(57,47,46)
#2B2523
(43,37,35)
#1D1B18
(29,27,24)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #9B757B

#9B757B
(155,117,123)
#A48187
(164,129,135)
#AD8D93
(173,141,147)
#B6999F
(182,153,159)
#BFA5AB
(191,165,171)
#C8B1B7
(200,177,183)
#D1BDC3
(209,189,195)
#DAC9CF
(218,201,207)
#E3D5DB
(227,213,219)
#ECE1E7
(236,225,231)
#F5EDF3
(245,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B757B color. Also use rgb(155,117,123) instead hex code.

Text Font Color

.myTextColor { color: #9B757B; }

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

This text font color is #9B757B.


Background Color

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

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

This div background color is #9B757B.


Border color

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

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

This div border color is #9B757B.


Opacity

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

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

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

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

This text has shadow with #9B757B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B757B on black background.


Color preview on white background

This text has color #9B757B on white background.



Black color preview on #9B757B background

This text has black color on #9B757B background.


White color preview on #9B757B background

This text has white color on #9B757B background.