COLOR #9C728D

HEX: #9C728D
RGB: (156,114,141)

Color info

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

RGB color model

#9C728D color RGB value is (156,114,141).

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

RGB channels and saturation

R 156 of 255 = 61%
G 114 of 255 = 45%
B 141 of 255 = 55%

156
114
141

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

Portions of RGB colors in percentages

R + G + B =
156 + 114 + 141 = 411 (100%)
R 156 of 411 ~ 37.96%
G 114 of 411 ~ 27.74%
B 141 of 411 ~ 34.31%

%37.96
%27.74
%34.31

CMYK color model

#9C728D color CMYK value is (0,27,10,39).

  • cyan value is 0.00%
  • magenta value is 26.92%
  • yellow value is 9.62%
  • key color value is 38.82%
CMYK:
(0,27,10,39)
C0M27Y10K39 
(0%,27%,10%,39%)
(0.00/0.27/0.10/0.39)	

CMYK percentages

%0
%26.92
%9.62
%38.82

Codes

Color #9C728D in popluar color models

9C728D
RGB156114141
HSL321°17.50%52.94%
HSB/HSV321°26.92%61.18%
CMYK0.00%26.92%9.62%
38.82%

Color #9C728D in popluar number systems.

HEX9C728D
Decimal156114141
Binary10011100111001010001101
Octal234162215

Shades and tints

Shades of #9C728D

#9C728D
(156,114,141)
#8E6881
(142,104,129)
#805E75
(128,94,117)
#725469
(114,84,105)
#644A5D
(100,74,93)
#564051
(86,64,81)
#483645
(72,54,69)
#3A2C39
(58,44,57)
#2C222D
(44,34,45)
#1E1821
(30,24,33)
#100E15
(16,14,21)
#000000
(0,0,0)

Tints of #9C728D

#9C728D
(156,114,141)
#A57E97
(165,126,151)
#AE8AA1
(174,138,161)
#B796AB
(183,150,171)
#C0A2B5
(192,162,181)
#C9AEBF
(201,174,191)
#D2BAC9
(210,186,201)
#DBC6D3
(219,198,211)
#E4D2DD
(228,210,221)
#EDDEE7
(237,222,231)
#F6EAF1
(246,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C728D color. Also use rgb(156,114,141) instead hex code.

Text Font Color

.myTextColor { color: #9C728D; }

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

This text font color is #9C728D.


Background Color

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

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

This div background color is #9C728D.


Border color

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

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

This div border color is #9C728D.


Opacity

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

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

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

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

This text has shadow with #9C728D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C728D on black background.


Color preview on white background

This text has color #9C728D on white background.



Black color preview on #9C728D background

This text has black color on #9C728D background.


White color preview on #9C728D background

This text has white color on #9C728D background.