COLOR #9C5448

HEX: #9C5448
RGB: (156,84,72)

Color info

#9C5448 contains mainly red color. Web safe color of #9C5448 is #996633 (or #963).

RGB color model

#9C5448 color RGB value is (156,84,72).

  • red value is 156;
  • green value is 84;
  • blue value is 72.
RGB:
(156,84,72)
(61%,33%,28%)

RGB channels and saturation

R 156 of 255 = 61%
G 84 of 255 = 33%
B 72 of 255 = 28%

156
84
72

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

Portions of RGB colors in percentages

R + G + B =
156 + 84 + 72 = 312 (100%)
R 156 of 312 ~ 50%
G 84 of 312 ~ 26.92%
B 72 of 312 ~ 23.08%

%50
%26.92
%23.08

CMYK color model

#9C5448 color CMYK value is (0,46,54,39).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 53.85%
  • key color value is 38.82%
CMYK:
(0,46,54,39)
C0M46Y54K39 
(0%,46%,54%,39%)
(0.00/0.46/0.54/0.39)	

CMYK percentages

%0
%46.15
%53.85
%38.82

Codes

Color #9C5448 in popluar color models

9C5448
RGB1568472
HSL36.84%44.71%
HSB/HSV53.85%61.18%
CMYK0.00%46.15%53.85%
38.82%

Color #9C5448 in popluar number systems.

HEX9C5448
Decimal1568472
Binary1001110010101001001000
Octal234124110

Shades and tints

Shades of #9C5448

#9C5448
(156,84,72)
#8E4D42
(142,77,66)
#80463C
(128,70,60)
#723F36
(114,63,54)
#643830
(100,56,48)
#56312A
(86,49,42)
#482A24
(72,42,36)
#3A231E
(58,35,30)
#2C1C18
(44,28,24)
#1E1512
(30,21,18)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #9C5448

#9C5448
(156,84,72)
#A56358
(165,99,88)
#AE7268
(174,114,104)
#B78178
(183,129,120)
#C09088
(192,144,136)
#C99F98
(201,159,152)
#D2AEA8
(210,174,168)
#DBBDB8
(219,189,184)
#E4CCC8
(228,204,200)
#EDDBD8
(237,219,216)
#F6EAE8
(246,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C5448 color. Also use rgb(156,84,72) instead hex code.

Text Font Color

.myTextColor { color: #9C5448; }

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

This text font color is #9C5448.


Background Color

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

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

This div background color is #9C5448.


Border color

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

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

This div border color is #9C5448.


Opacity

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

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

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

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

This text has shadow with #9C5448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C5448 on black background.


Color preview on white background

This text has color #9C5448 on white background.



Black color preview on #9C5448 background

This text has black color on #9C5448 background.


White color preview on #9C5448 background

This text has white color on #9C5448 background.