COLOR #9C792E

HEX: #9C792E
RGB: (156,121,46)

Color info

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

RGB color model

#9C792E color RGB value is (156,121,46).

  • red value is 156;
  • green value is 121;
  • blue value is 46.
RGB:
(156,121,46)
(61%,47%,18%)

RGB channels and saturation

R 156 of 255 = 61%
G 121 of 255 = 47%
B 46 of 255 = 18%

156
121
46

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

Portions of RGB colors in percentages

R + G + B =
156 + 121 + 46 = 323 (100%)
R 156 of 323 ~ 48.3%
G 121 of 323 ~ 37.46%
B 46 of 323 ~ 14.24%

%48.3
%37.46
%14.24

CMYK color model

#9C792E color CMYK value is (0,22,71,39).

  • cyan value is 0.00%
  • magenta value is 22.44%
  • yellow value is 70.51%
  • key color value is 38.82%
CMYK:
(0,22,71,39)
C0M22Y71K39 
(0%,22%,71%,39%)
(0.00/0.22/0.71/0.39)	

CMYK percentages

%0
%22.44
%70.51
%38.82

Codes

Color #9C792E in popluar color models

9C792E
RGB15612146
HSL41°54.46%39.61%
HSB/HSV41°70.51%61.18%
CMYK0.00%22.44%70.51%
38.82%

Color #9C792E in popluar number systems.

HEX9C792E
Decimal15612146
Binary100111001111001101110
Octal23417156

Shades and tints

Shades of #9C792E

#9C792E
(156,121,46)
#8E6E2A
(142,110,42)
#806326
(128,99,38)
#725822
(114,88,34)
#644D1E
(100,77,30)
#56421A
(86,66,26)
#483716
(72,55,22)
#3A2C12
(58,44,18)
#2C210E
(44,33,14)
#1E160A
(30,22,10)
#100B06
(16,11,6)
#000000
(0,0,0)

Tints of #9C792E

#9C792E
(156,121,46)
#A58541
(165,133,65)
#AE9154
(174,145,84)
#B79D67
(183,157,103)
#C0A97A
(192,169,122)
#C9B58D
(201,181,141)
#D2C1A0
(210,193,160)
#DBCDB3
(219,205,179)
#E4D9C6
(228,217,198)
#EDE5D9
(237,229,217)
#F6F1EC
(246,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C792E color. Also use rgb(156,121,46) instead hex code.

Text Font Color

.myTextColor { color: #9C792E; }

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

This text font color is #9C792E.


Background Color

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

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

This div background color is #9C792E.


Border color

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

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

This div border color is #9C792E.


Opacity

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

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

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

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

This text has shadow with #9C792E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C792E on black background.


Color preview on white background

This text has color #9C792E on white background.



Black color preview on #9C792E background

This text has black color on #9C792E background.


White color preview on #9C792E background

This text has white color on #9C792E background.