COLOR #9C637B

HEX: #9C637B
RGB: (156,99,123)

Color info

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

RGB color model

#9C637B color RGB value is (156,99,123).

  • red value is 156;
  • green value is 99;
  • blue value is 123.
RGB:
(156,99,123)
(61%,39%,48%)

RGB channels and saturation

R 156 of 255 = 61%
G 99 of 255 = 39%
B 123 of 255 = 48%

156
99
123

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

Portions of RGB colors in percentages

R + G + B =
156 + 99 + 123 = 378 (100%)
R 156 of 378 ~ 41.27%
G 99 of 378 ~ 26.19%
B 123 of 378 ~ 32.54%

%41.27
%26.19
%32.54

CMYK color model

#9C637B color CMYK value is (0,37,21,39).

  • cyan value is 0.00%
  • magenta value is 36.54%
  • yellow value is 21.15%
  • key color value is 38.82%
CMYK:
(0,37,21,39)
C0M37Y21K39 
(0%,37%,21%,39%)
(0.00/0.37/0.21/0.39)	

CMYK percentages

%0
%36.54
%21.15
%38.82

Codes

Color #9C637B in popluar color models

9C637B
RGB15699123
HSL335°22.35%50.00%
HSB/HSV335°36.54%61.18%
CMYK0.00%36.54%21.15%
38.82%

Color #9C637B in popluar number systems.

HEX9C637B
Decimal15699123
Binary1001110011000111111011
Octal234143173

Shades and tints

Shades of #9C637B

#9C637B
(156,99,123)
#8E5A70
(142,90,112)
#805165
(128,81,101)
#72485A
(114,72,90)
#643F4F
(100,63,79)
#563644
(86,54,68)
#482D39
(72,45,57)
#3A242E
(58,36,46)
#2C1B23
(44,27,35)
#1E1218
(30,18,24)
#10090D
(16,9,13)
#000000
(0,0,0)

Tints of #9C637B

#9C637B
(156,99,123)
#A57187
(165,113,135)
#AE7F93
(174,127,147)
#B78D9F
(183,141,159)
#C09BAB
(192,155,171)
#C9A9B7
(201,169,183)
#D2B7C3
(210,183,195)
#DBC5CF
(219,197,207)
#E4D3DB
(228,211,219)
#EDE1E7
(237,225,231)
#F6EFF3
(246,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C637B color. Also use rgb(156,99,123) instead hex code.

Text Font Color

.myTextColor { color: #9C637B; }

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

This text font color is #9C637B.


Background Color

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

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

This div background color is #9C637B.


Border color

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

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

This div border color is #9C637B.


Opacity

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

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

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

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

This text has shadow with #9C637B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C637B on black background.


Color preview on white background

This text has color #9C637B on white background.



Black color preview on #9C637B background

This text has black color on #9C637B background.


White color preview on #9C637B background

This text has white color on #9C637B background.