COLOR #9C5D75

HEX: #9C5D75
RGB: (156,93,117)

Color info

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

RGB color model

#9C5D75 color RGB value is (156,93,117).

  • red value is 156;
  • green value is 93;
  • blue value is 117.
RGB:
(156,93,117)
(61%,36%,46%)

RGB channels and saturation

R 156 of 255 = 61%
G 93 of 255 = 36%
B 117 of 255 = 46%

156
93
117

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

Portions of RGB colors in percentages

R + G + B =
156 + 93 + 117 = 366 (100%)
R 156 of 366 ~ 42.62%
G 93 of 366 ~ 25.41%
B 117 of 366 ~ 31.97%

%42.62
%25.41
%31.97

CMYK color model

#9C5D75 color CMYK value is (0,40,25,39).

  • cyan value is 0.00%
  • magenta value is 40.38%
  • yellow value is 25.00%
  • key color value is 38.82%
CMYK:
(0,40,25,39)
C0M40Y25K39 
(0%,40%,25%,39%)
(0.00/0.40/0.25/0.39)	

CMYK percentages

%0
%40.38
%25
%38.82

Codes

Color #9C5D75 in popluar color models

9C5D75
RGB15693117
HSL337°25.30%48.82%
HSB/HSV337°40.38%61.18%
CMYK0.00%40.38%25.00%
38.82%

Color #9C5D75 in popluar number systems.

HEX9C5D75
Decimal15693117
Binary1001110010111011110101
Octal234135165

Shades and tints

Shades of #9C5D75

#9C5D75
(156,93,117)
#8E556B
(142,85,107)
#804D61
(128,77,97)
#724557
(114,69,87)
#643D4D
(100,61,77)
#563543
(86,53,67)
#482D39
(72,45,57)
#3A252F
(58,37,47)
#2C1D25
(44,29,37)
#1E151B
(30,21,27)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #9C5D75

#9C5D75
(156,93,117)
#A56B81
(165,107,129)
#AE798D
(174,121,141)
#B78799
(183,135,153)
#C095A5
(192,149,165)
#C9A3B1
(201,163,177)
#D2B1BD
(210,177,189)
#DBBFC9
(219,191,201)
#E4CDD5
(228,205,213)
#EDDBE1
(237,219,225)
#F6E9ED
(246,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C5D75 color. Also use rgb(156,93,117) instead hex code.

Text Font Color

.myTextColor { color: #9C5D75; }

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

This text font color is #9C5D75.


Background Color

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

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

This div background color is #9C5D75.


Border color

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

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

This div border color is #9C5D75.


Opacity

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

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

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

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

This text has shadow with #9C5D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C5D75 on black background.


Color preview on white background

This text has color #9C5D75 on white background.



Black color preview on #9C5D75 background

This text has black color on #9C5D75 background.


White color preview on #9C5D75 background

This text has white color on #9C5D75 background.