COLOR #9C794D

HEX: #9C794D RGB: (156,121,77)

Color info

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

RGB color model

#9C794D color RGB value is (156,121,77).

RGB: (156,121,77) (61%, 47%, 30%)

RGB channels and saturation

R 156 of 255 = 61%
G 121 of 255 = 47%
B 77 of 255 = 30%

156
121
77

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

Portions of RGB colors in percentages

R + G + B = 156 + 121 + 77 = 354 (100%)
R 156 of 354 ~ 44.07%
G 121 of 354 ~ 34.18%
B 77 of 354 ~ 21.75'%

%44.07
%34.18
%21.75

CMYK color model

#9C794D color CMYK value is (0,22,51,39).

  • cyan value is 0.00%
  • magenta value is 22.44%
  • yellow value is 50.64%
  • key color value is 38.82%
CMYK: (0,22,51,39) C0M22Y51K39 (0%,22%,51%,39%) (0.00/0.22/0.51/0.39) 

CMYK percentages

%0
%22.44
%50.64
%38.82

Codes

Color #9C794D in popluar color models

9C 79 4D
RGB 156 121 77
HSL 33° 33.91% 45.69%
HSB/HSV 33° 50.64% 61.18%
CMYK 0.00% 22.44% 50.64%
38.82%

Color #9C794D in popluar number systems.

HEX 9C 79 4D
Decimal 156 121 77
Binary 10011100 1111001 1001101
Octal 234 171 115

Shades and tints

Shades of #9C794D

#9C794D
(156,121,77)
#8E6E46
(142,110,70)
#80633F
(128,99,63)
#725838
(114,88,56)
#644D31
(100,77,49)
#56422A
(86,66,42)
#483723
(72,55,35)
#3A2C1C
(58,44,28)
#2C2115
(44,33,21)
#1E160E
(30,22,14)
#100B07
(16,11,7)
#000000
(0,0,0)

Tints of #9C794D

#9C794D
(156,121,77)
#A5855D
(165,133,93)
#AE916D
(174,145,109)
#B79D7D
(183,157,125)
#C0A98D
(192,169,141)
#C9B59D
(201,181,157)
#D2C1AD
(210,193,173)
#DBCDBD
(219,205,189)
#E4D9CD
(228,217,205)
#EDE5DD
(237,229,221)
#F6F1ED
(246,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C794D; }

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

This text font color is #9C794D.

Background Color

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

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

This div background color is #9C794D.

Border color

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

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

This div border color is #9C794D.

Opacity

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

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

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

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

This text has shadow with #9C794D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C794D.

Preview

Color preview on black background

This text has color #9C794D on black background.


Color preview on white background

This text has color #9C794D on white background.


Black color preview on #9C794D background

This text has black color on #9C794D background.


White color preview on #9C794D background

This text has white color on #9C794D background.


Related colors

Complementary color

Complementary color for #hex is #6386B2.


I love getcolorcode.com

Triadic colors

1 #4D9C79 and #794D9C with #9C794D are triadic colors.

2 #4D799C and #799C4D with #9C794D are triadic colors.