COLOR #9C7A41

HEX: #9C7A41
RGB: (156,122,65)

Color info

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

RGB color model

#9C7A41 color RGB value is (156,122,65).

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

RGB channels and saturation

R 156 of 255 = 61%
G 122 of 255 = 48%
B 65 of 255 = 25%

156
122
65

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

Portions of RGB colors in percentages

R + G + B =
156 + 122 + 65 = 343 (100%)
R 156 of 343 ~ 45.48%
G 122 of 343 ~ 35.57%
B 65 of 343 ~ 18.95%

%45.48
%35.57
%18.95

CMYK color model

#9C7A41 color CMYK value is (0,22,58,39).

  • cyan value is 0.00%
  • magenta value is 21.79%
  • yellow value is 58.33%
  • key color value is 38.82%
CMYK:
(0,22,58,39)
C0M22Y58K39 
(0%,22%,58%,39%)
(0.00/0.22/0.58/0.39)	

CMYK percentages

%0
%21.79
%58.33
%38.82

Codes

Color #9C7A41 in popluar color models

9C7A41
RGB15612265
HSL38°41.18%43.33%
HSB/HSV38°58.33%61.18%
CMYK0.00%21.79%58.33%
38.82%

Color #9C7A41 in popluar number systems.

HEX9C7A41
Decimal15612265
Binary1001110011110101000001
Octal234172101

Shades and tints

Shades of #9C7A41

#9C7A41
(156,122,65)
#8E6F3C
(142,111,60)
#806437
(128,100,55)
#725932
(114,89,50)
#644E2D
(100,78,45)
#564328
(86,67,40)
#483823
(72,56,35)
#3A2D1E
(58,45,30)
#2C2219
(44,34,25)
#1E1714
(30,23,20)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #9C7A41

#9C7A41
(156,122,65)
#A58652
(165,134,82)
#AE9263
(174,146,99)
#B79E74
(183,158,116)
#C0AA85
(192,170,133)
#C9B696
(201,182,150)
#D2C2A7
(210,194,167)
#DBCEB8
(219,206,184)
#E4DAC9
(228,218,201)
#EDE6DA
(237,230,218)
#F6F2EB
(246,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C7A41; }

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

This text font color is #9C7A41.


Background Color

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

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

This div background color is #9C7A41.


Border color

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

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

This div border color is #9C7A41.


Opacity

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

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

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

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

This text has shadow with #9C7A41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7A41 on black background.


Color preview on white background

This text has color #9C7A41 on white background.



Black color preview on #9C7A41 background

This text has black color on #9C7A41 background.


White color preview on #9C7A41 background

This text has white color on #9C7A41 background.