COLOR #9C5B5A

HEX: #9C5B5A RGB: (156,91,90)

Color info

#9C5B5A contains mainly red color. Web safe color of #9C5B5A is #996666 (or #966).

RGB color model

#9C5B5A color RGB value is (156,91,90).

RGB: (156,91,90) (61%, 36%, 35%)

RGB channels and saturation

R 156 of 255 = 61%
G 91 of 255 = 36%
B 90 of 255 = 35%

156
91
90

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

Portions of RGB colors in percentages

R + G + B = 156 + 91 + 90 = 337 (100%)
R 156 of 337 ~ 46.29%
G 91 of 337 ~ 27%
B 90 of 337 ~ 26.71'%

%46.29
%27
%26.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 42.31%
  • key color value is 38.82%

CMYK: (0,42,42,39)
C0M42Y42K39 (0%, 42%, 42%, 39%)
(0.00 / 0.42 / 0.42 / 0.39)

CMYK percentages

%0
%41.67
%42.31
%38.82

Codes

Color #9C5B5A in popluar color models

9C 5B 5A
RGB 156 91 90
HSL 26.83% 48.24%
HSB/HSV 42.31% 61.18%
CMYK 0.00% 41.67% 42.31%
38.82%

Color #9C5B5A in popluar number systems.

HEX 9C 5B 5A
Decimal 156 91 90
Binary 10011100 1011011 1011010
Octal 234 133 132

Shades and tints

Shades of #9C5B5A

#9C5B5A
(156,91,90)
#8E5352
(142,83,82)
#804B4A
(128,75,74)
#724342
(114,67,66)
#643B3A
(100,59,58)
#563332
(86,51,50)
#482B2A
(72,43,42)
#3A2322
(58,35,34)
#2C1B1A
(44,27,26)
#1E1312
(30,19,18)
#100B0A
(16,11,10)
#000000
(0,0,0)

Tints of #9C5B5A

#9C5B5A
(156,91,90)
#A56969
(165,105,105)
#AE7778
(174,119,120)
#B78587
(183,133,135)
#C09396
(192,147,150)
#C9A1A5
(201,161,165)
#D2AFB4
(210,175,180)
#DBBDC3
(219,189,195)
#E4CBD2
(228,203,210)
#EDD9E1
(237,217,225)
#F6E7F0
(246,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C5B5A; }

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

This text font color is #9C5B5A.

Background Color

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

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

This div background color is #9C5B5A.

Border color

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

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

This div border color is #9C5B5A.

Opacity

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

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

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

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

This text has shadow with #9C5B5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C5B5A.

Preview

Color preview on black background

This text has color #9C5B5A on black background.


Color preview on white background

This text has color #9C5B5A on white background.


Black color preview on #9C5B5A background

This text has black color on #9C5B5A background.


White color preview on #9C5B5A background

This text has white color on #9C5B5A background.


Related colors

Complementary color

Complementary color for #hex is #63A4A5.


I love getcolorcode.com

Triadic colors

1 #5A9C5B and #5B5A9C with #9C5B5A are triadic colors.

2 #5A5B9C and #5B9C5A with #9C5B5A are triadic colors.