COLOR #9B793C

HEX: #9B793C
RGB: (155,121,60)

Color info

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

RGB color model

#9B793C color RGB value is (155,121,60).

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

RGB channels and saturation

R 155 of 255 = 61%
G 121 of 255 = 47%
B 60 of 255 = 24%

155
121
60

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

Portions of RGB colors in percentages

R + G + B =
155 + 121 + 60 = 336 (100%)
R 155 of 336 ~ 46.13%
G 121 of 336 ~ 36.01%
B 60 of 336 ~ 17.86%

%46.13
%36.01
%17.86

CMYK color model

#9B793C color CMYK value is (0,22,61,39).

  • cyan value is 0.00%
  • magenta value is 21.94%
  • yellow value is 61.29%
  • key color value is 39.22%
CMYK:
(0,22,61,39)
C0M22Y61K39 
(0%,22%,61%,39%)
(0.00/0.22/0.61/0.39)	

CMYK percentages

%0
%21.94
%61.29
%39.22

Codes

Color #9B793C in popluar color models

9B793C
RGB15512160
HSL39°44.19%42.16%
HSB/HSV39°61.29%60.78%
CMYK0.00%21.94%61.29%
39.22%

Color #9B793C in popluar number systems.

HEX9B793C
Decimal15512160
Binary100110111111001111100
Octal23317174

Shades and tints

Shades of #9B793C

#9B793C
(155,121,60)
#8D6E37
(141,110,55)
#7F6332
(127,99,50)
#71582D
(113,88,45)
#634D28
(99,77,40)
#554223
(85,66,35)
#47371E
(71,55,30)
#392C19
(57,44,25)
#2B2114
(43,33,20)
#1D160F
(29,22,15)
#0F0B0A
(15,11,10)
#000000
(0,0,0)

Tints of #9B793C

#9B793C
(155,121,60)
#A4854D
(164,133,77)
#AD915E
(173,145,94)
#B69D6F
(182,157,111)
#BFA980
(191,169,128)
#C8B591
(200,181,145)
#D1C1A2
(209,193,162)
#DACDB3
(218,205,179)
#E3D9C4
(227,217,196)
#ECE5D5
(236,229,213)
#F5F1E6
(245,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B793C; }

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

This text font color is #9B793C.


Background Color

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

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

This div background color is #9B793C.


Border color

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

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

This div border color is #9B793C.


Opacity

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

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

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

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

This text has shadow with #9B793C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B793C on black background.


Color preview on white background

This text has color #9B793C on white background.



Black color preview on #9B793C background

This text has black color on #9B793C background.


White color preview on #9B793C background

This text has white color on #9B793C background.