COLOR #9C4941

HEX: #9C4941
RGB: (156,73,65)

Color info

#9C4941 contains mainly red color. Web safe color of #9C4941 is #993333 (or #933).

RGB color model

#9C4941 color RGB value is (156,73,65).

  • red value is 156;
  • green value is 73;
  • blue value is 65.
RGB:
(156,73,65)
(61%,29%,25%)

RGB channels and saturation

R 156 of 255 = 61%
G 73 of 255 = 29%
B 65 of 255 = 25%

156
73
65

R + G + B ~ 38%. #9C4941 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
156 + 73 + 65 = 294 (100%)
R 156 of 294 ~ 53.06%
G 73 of 294 ~ 24.83%
B 65 of 294 ~ 22.11%

%53.06
%24.83
%22.11

CMYK color model

#9C4941 color CMYK value is (0,53,58,39).

  • cyan value is 0.00%
  • magenta value is 53.21%
  • yellow value is 58.33%
  • key color value is 38.82%
CMYK:
(0,53,58,39)
C0M53Y58K39 
(0%,53%,58%,39%)
(0.00/0.53/0.58/0.39)	

CMYK percentages

%0
%53.21
%58.33
%38.82

Codes

Color #9C4941 in popluar color models

9C4941
RGB1567365
HSL41.18%43.33%
HSB/HSV58.33%61.18%
CMYK0.00%53.21%58.33%
38.82%

Color #9C4941 in popluar number systems.

HEX9C4941
Decimal1567365
Binary1001110010010011000001
Octal234111101

Shades and tints

Shades of #9C4941

#9C4941
(156,73,65)
#8E433C
(142,67,60)
#803D37
(128,61,55)
#723732
(114,55,50)
#64312D
(100,49,45)
#562B28
(86,43,40)
#482523
(72,37,35)
#3A1F1E
(58,31,30)
#2C1919
(44,25,25)
#1E1314
(30,19,20)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #9C4941

#9C4941
(156,73,65)
#A55952
(165,89,82)
#AE6963
(174,105,99)
#B77974
(183,121,116)
#C08985
(192,137,133)
#C99996
(201,153,150)
#D2A9A7
(210,169,167)
#DBB9B8
(219,185,184)
#E4C9C9
(228,201,201)
#EDD9DA
(237,217,218)
#F6E9EB
(246,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C4941 color. Also use rgb(156,73,65) instead hex code.

Text Font Color

.myTextColor { color: #9C4941; }

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

This text font color is #9C4941.


Background Color

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

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

This div background color is #9C4941.


Border color

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

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

This div border color is #9C4941.


Opacity

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

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

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

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

This text has shadow with #9C4941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C4941 on black background.


Color preview on white background

This text has color #9C4941 on white background.



Black color preview on #9C4941 background

This text has black color on #9C4941 background.


White color preview on #9C4941 background

This text has white color on #9C4941 background.