COLOR #96786A

HEX: #96786A
RGB: (150,120,106)

Color info

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

RGB color model

#96786A color RGB value is (150,120,106).

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

RGB channels and saturation

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

150
120
106

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

Portions of RGB colors in percentages

R + G + B =
150 + 120 + 106 = 376 (100%)
R 150 of 376 ~ 39.89%
G 120 of 376 ~ 31.91%
B 106 of 376 ~ 28.19%

%39.89
%31.91
%28.19

CMYK color model

#96786A color CMYK value is (0,20,29,41).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 29.33%
  • key color value is 41.18%
CMYK:
(0,20,29,41)
C0M20Y29K41 
(0%,20%,29%,41%)
(0.00/0.20/0.29/0.41)	

CMYK percentages

%0
%20
%29.33
%41.18

Codes

Color #96786A in popluar color models

96786A
RGB150120106
HSL19°17.32%50.20%
HSB/HSV19°29.33%58.82%
CMYK0.00%20.00%29.33%
41.18%

Color #96786A in popluar number systems.

HEX96786A
Decimal150120106
Binary1001011011110001101010
Octal226170152

Shades and tints

Shades of #96786A

#96786A
(150,120,106)
#896E61
(137,110,97)
#7C6458
(124,100,88)
#6F5A4F
(111,90,79)
#625046
(98,80,70)
#55463D
(85,70,61)
#483C34
(72,60,52)
#3B322B
(59,50,43)
#2E2822
(46,40,34)
#211E19
(33,30,25)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #96786A

#96786A
(150,120,106)
#9F8477
(159,132,119)
#A89084
(168,144,132)
#B19C91
(177,156,145)
#BAA89E
(186,168,158)
#C3B4AB
(195,180,171)
#CCC0B8
(204,192,184)
#D5CCC5
(213,204,197)
#DED8D2
(222,216,210)
#E7E4DF
(231,228,223)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96786A; }

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

This text font color is #96786A.


Background Color

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

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

This div background color is #96786A.


Border color

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

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

This div border color is #96786A.


Opacity

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

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

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

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

This text has shadow with #96786A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96786A on black background.


Color preview on white background

This text has color #96786A on white background.



Black color preview on #96786A background

This text has black color on #96786A background.


White color preview on #96786A background

This text has white color on #96786A background.