COLOR #96796A

HEX: #96796A
RGB: (150,121,106)

Color info

#96796A contains red, green and blue colors in about the same proportion. Web safe color of #96796A is #996666 (or #966).

RGB color model

#96796A color RGB value is (150,121,106).

  • red value is 150;
  • green value is 121;
  • blue value is 106.
RGB:
(150,121,106)
(59%,47%,42%)

RGB channels and saturation

R 150 of 255 = 59%
G 121 of 255 = 47%
B 106 of 255 = 42%

150
121
106

R + G + B ~ 49%. #96796A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 121 + 106 = 377 (100%)
R 150 of 377 ~ 39.79%
G 121 of 377 ~ 32.1%
B 106 of 377 ~ 28.12%

%39.79
%32.1
%28.12

CMYK color model

#96796A color CMYK value is (0,19,29,41).

  • cyan value is 0.00%
  • magenta value is 19.33%
  • yellow value is 29.33%
  • key color value is 41.18%
CMYK:
(0,19,29,41)
C0M19Y29K41 
(0%,19%,29%,41%)
(0.00/0.19/0.29/0.41)	

CMYK percentages

%0
%19.33
%29.33
%41.18

Codes

Color #96796A in popluar color models

96796A
RGB150121106
HSL20°17.32%50.20%
HSB/HSV20°29.33%58.82%
CMYK0.00%19.33%29.33%
41.18%

Color #96796A in popluar number systems.

HEX96796A
Decimal150121106
Binary1001011011110011101010
Octal226171152

Shades and tints

Shades of #96796A

#96796A
(150,121,106)
#896E61
(137,110,97)
#7C6358
(124,99,88)
#6F584F
(111,88,79)
#624D46
(98,77,70)
#55423D
(85,66,61)
#483734
(72,55,52)
#3B2C2B
(59,44,43)
#2E2122
(46,33,34)
#211619
(33,22,25)
#140B10
(20,11,16)
#000000
(0,0,0)

Tints of #96796A

#96796A
(150,121,106)
#9F8577
(159,133,119)
#A89184
(168,145,132)
#B19D91
(177,157,145)
#BAA99E
(186,169,158)
#C3B5AB
(195,181,171)
#CCC1B8
(204,193,184)
#D5CDC5
(213,205,197)
#DED9D2
(222,217,210)
#E7E5DF
(231,229,223)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96796A color. Also use rgb(150,121,106) instead hex code.

Text Font Color

.myTextColor { color: #96796A; }

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

This text font color is #96796A.


Background Color

.myBgColor { background-color: #96796A; }

<div style="background-color:#96796A">Inner text</div>

This div background color is #96796A.


Border color

.myBorderColor { border: 1px solid #96796A; }

<div style="border:3px solid #96796A">Div</div>

This div border color is #96796A.


Opacity

.myOpacity80 { color: #96796A; opacity: 0.8; }

<p style="color:#96796A;opacity:0.8;">80%</p>

Text with #96796A 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 #96796A;}

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

This text has shadow with #96796A color.

.textShadow {text-shadow: 3px 3px 1px #96796A, 3px 3px 1px red;}

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

This text has shadow with #96796A primary color and red secondary color.


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

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

This text has shadow with #96796A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96796A on black background.


Color preview on white background

This text has color #96796A on white background.



Black color preview on #96796A background

This text has black color on #96796A background.


White color preview on #96796A background

This text has white color on #96796A background.