COLOR #9C525C

HEX: #9C525C RGB: (156,82,92)

Color info

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

RGB color model

#9C525C color RGB value is (156,82,92).

RGB: (156,82,92) (61%, 32%, 36%)

RGB channels and saturation

R 156 of 255 = 61%
G 82 of 255 = 32%
B 92 of 255 = 36%

156
82
92

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

Portions of RGB colors in percentages

R + G + B = 156 + 82 + 92 = 330 (100%)
R 156 of 330 ~ 47.27%
G 82 of 330 ~ 24.85%
B 92 of 330 ~ 27.88'%

%47.27
%24.85
%27.88

CMYK color model

#9C525C color CMYK value is (0,47,41,39).

  • cyan value is 0.00%
  • magenta value is 47.44%
  • yellow value is 41.03%
  • key color value is 38.82%
CMYK: (0,47,41,39) C0M47Y41K39 (0%,47%,41%,39%) (0.00/0.47/0.41/0.39) 

CMYK percentages

%0
%47.44
%41.03
%38.82

Codes

Color #9C525C in popluar color models

9C 52 5C
RGB 156 82 92
HSL 352° 31.09% 46.67%
HSB/HSV 352° 47.44% 61.18%
CMYK 0.00% 47.44% 41.03%
38.82%

Color #9C525C in popluar number systems.

HEX 9C 52 5C
Decimal 156 82 92
Binary 10011100 1010010 1011100
Octal 234 122 134

Shades and tints

Shades of #9C525C

#9C525C
(156,82,92)
#8E4B54
(142,75,84)
#80444C
(128,68,76)
#723D44
(114,61,68)
#64363C
(100,54,60)
#562F34
(86,47,52)
#48282C
(72,40,44)
#3A2124
(58,33,36)
#2C1A1C
(44,26,28)
#1E1314
(30,19,20)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #9C525C

#9C525C
(156,82,92)
#A5616A
(165,97,106)
#AE7078
(174,112,120)
#B77F86
(183,127,134)
#C08E94
(192,142,148)
#C99DA2
(201,157,162)
#D2ACB0
(210,172,176)
#DBBBBE
(219,187,190)
#E4CACC
(228,202,204)
#EDD9DA
(237,217,218)
#F6E8E8
(246,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C525C color. Also use rgb(156,82,92) instead hex code.

Text Font Color

.myTextColor { color: #9C525C; }

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

This text font color is #9C525C.

Background Color

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

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

This div background color is #9C525C.

Border color

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

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

This div border color is #9C525C.

Opacity

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

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

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

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

This text has shadow with #9C525C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C525C.

Preview

Color preview on black background

This text has color #9C525C on black background.


Color preview on white background

This text has color #9C525C on white background.


Black color preview on #9C525C background

This text has black color on #9C525C background.


White color preview on #9C525C background

This text has white color on #9C525C background.


Related colors

Complementary color

Complementary color for #hex is #63ADA3.


I love getcolorcode.com

Triadic colors

1 #5C9C52 and #525C9C with #9C525C are triadic colors.

2 #5C529C and #529C5C with #9C525C are triadic colors.