COLOR #9B728B

HEX: #9B728B
RGB: (155,114,139)

Color info

#9B728B contains red, green and blue colors in about the same proportion. Web safe color of #9B728B is #996699 (or #969).

RGB color model

#9B728B color RGB value is (155,114,139).

  • red value is 155;
  • green value is 114;
  • blue value is 139.
RGB:
(155,114,139)
(61%,45%,55%)

RGB channels and saturation

R 155 of 255 = 61%
G 114 of 255 = 45%
B 139 of 255 = 55%

155
114
139

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

Portions of RGB colors in percentages

R + G + B =
155 + 114 + 139 = 408 (100%)
R 155 of 408 ~ 37.99%
G 114 of 408 ~ 27.94%
B 139 of 408 ~ 34.07%

%37.99
%27.94
%34.07

CMYK color model

#9B728B color CMYK value is (0,26,10,39).

  • cyan value is 0.00%
  • magenta value is 26.45%
  • yellow value is 10.32%
  • key color value is 39.22%
CMYK:
(0,26,10,39)
C0M26Y10K39 
(0%,26%,10%,39%)
(0.00/0.26/0.10/0.39)	

CMYK percentages

%0
%26.45
%10.32
%39.22

Codes

Color #9B728B in popluar color models

9B728B
RGB155114139
HSL323°17.01%52.75%
HSB/HSV323°26.45%60.78%
CMYK0.00%26.45%10.32%
39.22%

Color #9B728B in popluar number systems.

HEX9B728B
Decimal155114139
Binary10011011111001010001011
Octal233162213

Shades and tints

Shades of #9B728B

#9B728B
(155,114,139)
#8D687F
(141,104,127)
#7F5E73
(127,94,115)
#715467
(113,84,103)
#634A5B
(99,74,91)
#55404F
(85,64,79)
#473643
(71,54,67)
#392C37
(57,44,55)
#2B222B
(43,34,43)
#1D181F
(29,24,31)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #9B728B

#9B728B
(155,114,139)
#A47E95
(164,126,149)
#AD8A9F
(173,138,159)
#B696A9
(182,150,169)
#BFA2B3
(191,162,179)
#C8AEBD
(200,174,189)
#D1BAC7
(209,186,199)
#DAC6D1
(218,198,209)
#E3D2DB
(227,210,219)
#ECDEE5
(236,222,229)
#F5EAEF
(245,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B728B color. Also use rgb(155,114,139) instead hex code.

Text Font Color

.myTextColor { color: #9B728B; }

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

This text font color is #9B728B.


Background Color

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

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

This div background color is #9B728B.


Border color

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

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

This div border color is #9B728B.


Opacity

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

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

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

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

This text has shadow with #9B728B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B728B on black background.


Color preview on white background

This text has color #9B728B on white background.



Black color preview on #9B728B background

This text has black color on #9B728B background.


White color preview on #9B728B background

This text has white color on #9B728B background.