COLOR #9C5B69

HEX: #9C5B69
RGB: (156,91,105)

Color info

#9C5B69 contains mainly red and blue colors. Web safe color of #9C5B69 is #996666 (or #966).

RGB color model

#9C5B69 color RGB value is (156,91,105).

  • red value is 156;
  • green value is 91;
  • blue value is 105.
RGB:
(156,91,105)
(61%,36%,41%)

RGB channels and saturation

R 156 of 255 = 61%
G 91 of 255 = 36%
B 105 of 255 = 41%

156
91
105

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

Portions of RGB colors in percentages

R + G + B =
156 + 91 + 105 = 352 (100%)
R 156 of 352 ~ 44.32%
G 91 of 352 ~ 25.85%
B 105 of 352 ~ 29.83%

%44.32
%25.85
%29.83

CMYK color model

#9C5B69 color CMYK value is (0,42,33,39).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 32.69%
  • key color value is 38.82%
CMYK:
(0,42,33,39)
C0M42Y33K39 
(0%,42%,33%,39%)
(0.00/0.42/0.33/0.39)	

CMYK percentages

%0
%41.67
%32.69
%38.82

Codes

Color #9C5B69 in popluar color models

9C5B69
RGB15691105
HSL347°26.32%48.43%
HSB/HSV347°41.67%61.18%
CMYK0.00%41.67%32.69%
38.82%

Color #9C5B69 in popluar number systems.

HEX9C5B69
Decimal15691105
Binary1001110010110111101001
Octal234133151

Shades and tints

Shades of #9C5B69

#9C5B69
(156,91,105)
#8E5360
(142,83,96)
#804B57
(128,75,87)
#72434E
(114,67,78)
#643B45
(100,59,69)
#56333C
(86,51,60)
#482B33
(72,43,51)
#3A232A
(58,35,42)
#2C1B21
(44,27,33)
#1E1318
(30,19,24)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #9C5B69

#9C5B69
(156,91,105)
#A56976
(165,105,118)
#AE7783
(174,119,131)
#B78590
(183,133,144)
#C0939D
(192,147,157)
#C9A1AA
(201,161,170)
#D2AFB7
(210,175,183)
#DBBDC4
(219,189,196)
#E4CBD1
(228,203,209)
#EDD9DE
(237,217,222)
#F6E7EB
(246,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C5B69 color. Also use rgb(156,91,105) instead hex code.

Text Font Color

.myTextColor { color: #9C5B69; }

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

This text font color is #9C5B69.


Background Color

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

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

This div background color is #9C5B69.


Border color

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

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

This div border color is #9C5B69.


Opacity

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

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

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

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

This text has shadow with #9C5B69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C5B69 on black background.


Color preview on white background

This text has color #9C5B69 on white background.



Black color preview on #9C5B69 background

This text has black color on #9C5B69 background.


White color preview on #9C5B69 background

This text has white color on #9C5B69 background.