COLOR #9B794E

HEX: #9B794E
RGB: (155,121,78)

Color info

#9B794E contains mainly red and green colors. Web safe color of #9B794E is #996666 (or #966).

RGB color model

#9B794E color RGB value is (155,121,78).

  • red value is 155;
  • green value is 121;
  • blue value is 78.
RGB:
(155,121,78)
(61%,47%,31%)

RGB channels and saturation

R 155 of 255 = 61%
G 121 of 255 = 47%
B 78 of 255 = 31%

155
121
78

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

Portions of RGB colors in percentages

R + G + B =
155 + 121 + 78 = 354 (100%)
R 155 of 354 ~ 43.79%
G 121 of 354 ~ 34.18%
B 78 of 354 ~ 22.03%

%43.79
%34.18
%22.03

CMYK color model

#9B794E color CMYK value is (0,22,50,39).

  • cyan value is 0.00%
  • magenta value is 21.94%
  • yellow value is 49.68%
  • key color value is 39.22%
CMYK:
(0,22,50,39)
C0M22Y50K39 
(0%,22%,50%,39%)
(0.00/0.22/0.50/0.39)	

CMYK percentages

%0
%21.94
%49.68
%39.22

Codes

Color #9B794E in popluar color models

9B794E
RGB15512178
HSL34°33.05%45.69%
HSB/HSV34°49.68%60.78%
CMYK0.00%21.94%49.68%
39.22%

Color #9B794E in popluar number systems.

HEX9B794E
Decimal15512178
Binary1001101111110011001110
Octal233171116

Shades and tints

Shades of #9B794E

#9B794E
(155,121,78)
#8D6E47
(141,110,71)
#7F6340
(127,99,64)
#715839
(113,88,57)
#634D32
(99,77,50)
#55422B
(85,66,43)
#473724
(71,55,36)
#392C1D
(57,44,29)
#2B2116
(43,33,22)
#1D160F
(29,22,15)
#0F0B08
(15,11,8)
#000000
(0,0,0)

Tints of #9B794E

#9B794E
(155,121,78)
#A4855E
(164,133,94)
#AD916E
(173,145,110)
#B69D7E
(182,157,126)
#BFA98E
(191,169,142)
#C8B59E
(200,181,158)
#D1C1AE
(209,193,174)
#DACDBE
(218,205,190)
#E3D9CE
(227,217,206)
#ECE5DE
(236,229,222)
#F5F1EE
(245,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B794E color. Also use rgb(155,121,78) instead hex code.

Text Font Color

.myTextColor { color: #9B794E; }

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

This text font color is #9B794E.


Background Color

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

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

This div background color is #9B794E.


Border color

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

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

This div border color is #9B794E.


Opacity

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

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

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

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

This text has shadow with #9B794E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B794E on black background.


Color preview on white background

This text has color #9B794E on white background.



Black color preview on #9B794E background

This text has black color on #9B794E background.


White color preview on #9B794E background

This text has white color on #9B794E background.