COLOR #9C3115

HEX: #9C3115 RGB: (156,49,21)

Color info

#9C3115 contains mainly red color. Web safe color of #9C3115 is #993300 (or #930).

RGB color model

#9C3115 color RGB value is (156,49,21).

RGB: (156,49,21) (61%, 19%, 8%)

RGB channels and saturation

R 156 of 255 = 61%
G 49 of 255 = 19%
B 21 of 255 = 8%

156
49
21

R + G + B ~ 29%. #9C3115 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 156 + 49 + 21 = 226 (100%)
R 156 of 226 ~ 69.03%
G 49 of 226 ~ 21.68%
B 21 of 226 ~ 9.29'%

%69.03
%21.68

CMYK color model

#9C3115 color CMYK value is (0,69,87,39).

  • cyan value is 0.00%
  • magenta value is 68.59%
  • yellow value is 86.54%
  • key color value is 38.82%

CMYK: (0,69,87,39)
C0M69Y87K39 (0%, 69%, 87%, 39%)
(0.00 / 0.69 / 0.87 / 0.39)

CMYK percentages

%0
%68.59
%86.54
%38.82

Codes

Color #9C3115 in popluar color models

9C 31 15
RGB 156 49 21
HSL 12° 76.27% 34.71%
HSB/HSV 12° 86.54% 61.18%
CMYK 0.00% 68.59% 86.54%
38.82%

Color #9C3115 in popluar number systems.

HEX 9C 31 15
Decimal 156 49 21
Binary 10011100 110001 10101
Octal 234 61 25

Shades and tints

Shades of #9C3115

#9C3115
(156,49,21)
#8E2D14
(142,45,20)
#802913
(128,41,19)
#722512
(114,37,18)
#642111
(100,33,17)
#561D10
(86,29,16)
#48190F
(72,25,15)
#3A150E
(58,21,14)
#2C110D
(44,17,13)
#1E0D0C
(30,13,12)
#10090B
(16,9,11)
#000000
(0,0,0)

Tints of #9C3115

#9C3115
(156,49,21)
#A5432A
(165,67,42)
#AE553F
(174,85,63)
#B76754
(183,103,84)
#C07969
(192,121,105)
#C98B7E
(201,139,126)
#D29D93
(210,157,147)
#DBAFA8
(219,175,168)
#E4C1BD
(228,193,189)
#EDD3D2
(237,211,210)
#F6E5E7
(246,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C3115 color. Also use rgb(156,49,21) instead hex code.

Text Font Color

.myTextColor { color: #9C3115; }

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

This text font color is #9C3115.

Background Color

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

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

This div background color is #9C3115.

Border color

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

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

This div border color is #9C3115.

Opacity

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

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

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

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

This text has shadow with #9C3115 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C3115.

Preview

Color preview on black background

This text has color #9C3115 on black background.


Color preview on white background

This text has color #9C3115 on white background.


Black color preview on #9C3115 background

This text has black color on #9C3115 background.


White color preview on #9C3115 background

This text has white color on #9C3115 background.


Related colors

Complementary color

Complementary color for #hex is #63CEEA.


I love getcolorcode.com

Triadic colors

1 #159C31 and #31159C with #9C3115 are triadic colors.

2 #15319C and #319C15 with #9C3115 are triadic colors.