COLOR #9C7426

HEX: #9C7426
RGB: (156,116,38)

Color info

#9C7426 contains mainly red and green colors. Web safe color of #9C7426 is #996633 (or #963).

RGB color model

#9C7426 color RGB value is (156,116,38).

  • red value is 156;
  • green value is 116;
  • blue value is 38.
RGB:
(156,116,38)
(61%,45%,15%)

RGB channels and saturation

R 156 of 255 = 61%
G 116 of 255 = 45%
B 38 of 255 = 15%

156
116
38

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

Portions of RGB colors in percentages

R + G + B =
156 + 116 + 38 = 310 (100%)
R 156 of 310 ~ 50.32%
G 116 of 310 ~ 37.42%
B 38 of 310 ~ 12.26%

%50.32
%37.42
%12.26

CMYK color model

#9C7426 color CMYK value is (0,26,76,39).

  • cyan value is 0.00%
  • magenta value is 25.64%
  • yellow value is 75.64%
  • key color value is 38.82%
CMYK:
(0,26,76,39)
C0M26Y76K39 
(0%,26%,76%,39%)
(0.00/0.26/0.76/0.39)	

CMYK percentages

%0
%25.64
%75.64
%38.82

Codes

Color #9C7426 in popluar color models

9C7426
RGB15611638
HSL40°60.82%38.04%
HSB/HSV40°75.64%61.18%
CMYK0.00%25.64%75.64%
38.82%

Color #9C7426 in popluar number systems.

HEX9C7426
Decimal15611638
Binary100111001110100100110
Octal23416446

Shades and tints

Shades of #9C7426

#9C7426
(156,116,38)
#8E6A23
(142,106,35)
#806020
(128,96,32)
#72561D
(114,86,29)
#644C1A
(100,76,26)
#564217
(86,66,23)
#483814
(72,56,20)
#3A2E11
(58,46,17)
#2C240E
(44,36,14)
#1E1A0B
(30,26,11)
#101008
(16,16,8)
#000000
(0,0,0)

Tints of #9C7426

#9C7426
(156,116,38)
#A58039
(165,128,57)
#AE8C4C
(174,140,76)
#B7985F
(183,152,95)
#C0A472
(192,164,114)
#C9B085
(201,176,133)
#D2BC98
(210,188,152)
#DBC8AB
(219,200,171)
#E4D4BE
(228,212,190)
#EDE0D1
(237,224,209)
#F6ECE4
(246,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C7426 color. Also use rgb(156,116,38) instead hex code.

Text Font Color

.myTextColor { color: #9C7426; }

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

This text font color is #9C7426.


Background Color

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

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

This div background color is #9C7426.


Border color

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

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

This div border color is #9C7426.


Opacity

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

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

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

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

This text has shadow with #9C7426 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7426 on black background.


Color preview on white background

This text has color #9C7426 on white background.



Black color preview on #9C7426 background

This text has black color on #9C7426 background.


White color preview on #9C7426 background

This text has white color on #9C7426 background.