COLOR #9C717A

HEX: #9C717A
RGB: (156,113,122)

Color info

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

RGB color model

#9C717A color RGB value is (156,113,122).

  • red value is 156;
  • green value is 113;
  • blue value is 122.
RGB:
(156,113,122)
(61%,44%,48%)

RGB channels and saturation

R 156 of 255 = 61%
G 113 of 255 = 44%
B 122 of 255 = 48%

156
113
122

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

Portions of RGB colors in percentages

R + G + B =
156 + 113 + 122 = 391 (100%)
R 156 of 391 ~ 39.9%
G 113 of 391 ~ 28.9%
B 122 of 391 ~ 31.2%

%39.9
%28.9
%31.2

CMYK color model

#9C717A color CMYK value is (0,28,22,39).

  • cyan value is 0.00%
  • magenta value is 27.56%
  • yellow value is 21.79%
  • key color value is 38.82%
CMYK:
(0,28,22,39)
C0M28Y22K39 
(0%,28%,22%,39%)
(0.00/0.28/0.22/0.39)	

CMYK percentages

%0
%27.56
%21.79
%38.82

Codes

Color #9C717A in popluar color models

9C717A
RGB156113122
HSL347°17.84%52.75%
HSB/HSV347°27.56%61.18%
CMYK0.00%27.56%21.79%
38.82%

Color #9C717A in popluar number systems.

HEX9C717A
Decimal156113122
Binary1001110011100011111010
Octal234161172

Shades and tints

Shades of #9C717A

#9C717A
(156,113,122)
#8E676F
(142,103,111)
#805D64
(128,93,100)
#725359
(114,83,89)
#64494E
(100,73,78)
#563F43
(86,63,67)
#483538
(72,53,56)
#3A2B2D
(58,43,45)
#2C2122
(44,33,34)
#1E1717
(30,23,23)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #9C717A

#9C717A
(156,113,122)
#A57D86
(165,125,134)
#AE8992
(174,137,146)
#B7959E
(183,149,158)
#C0A1AA
(192,161,170)
#C9ADB6
(201,173,182)
#D2B9C2
(210,185,194)
#DBC5CE
(219,197,206)
#E4D1DA
(228,209,218)
#EDDDE6
(237,221,230)
#F6E9F2
(246,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C717A color. Also use rgb(156,113,122) instead hex code.

Text Font Color

.myTextColor { color: #9C717A; }

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

This text font color is #9C717A.


Background Color

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

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

This div background color is #9C717A.


Border color

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

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

This div border color is #9C717A.


Opacity

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

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

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

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

This text has shadow with #9C717A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C717A on black background.


Color preview on white background

This text has color #9C717A on white background.



Black color preview on #9C717A background

This text has black color on #9C717A background.


White color preview on #9C717A background

This text has white color on #9C717A background.