COLOR #96785D

HEX: #96785D
RGB: (150,120,93)

Color info

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

RGB color model

#96785D color RGB value is (150,120,93).

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

RGB channels and saturation

R 150 of 255 = 59%
G 120 of 255 = 47%
B 93 of 255 = 36%

150
120
93

R + G + B ~ 47%. #96785D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 120 + 93 = 363 (100%)
R 150 of 363 ~ 41.32%
G 120 of 363 ~ 33.06%
B 93 of 363 ~ 25.62%

%41.32
%33.06
%25.62

CMYK color model

#96785D color CMYK value is (0,20,38,41).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 38.00%
  • key color value is 41.18%
CMYK:
(0,20,38,41)
C0M20Y38K41 
(0%,20%,38%,41%)
(0.00/0.20/0.38/0.41)	

CMYK percentages

%0
%20
%38
%41.18

Codes

Color #96785D in popluar color models

96785D
RGB15012093
HSL28°23.46%47.65%
HSB/HSV28°38.00%58.82%
CMYK0.00%20.00%38.00%
41.18%

Color #96785D in popluar number systems.

HEX96785D
Decimal15012093
Binary1001011011110001011101
Octal226170135

Shades and tints

Shades of #96785D

#96785D
(150,120,93)
#896E55
(137,110,85)
#7C644D
(124,100,77)
#6F5A45
(111,90,69)
#62503D
(98,80,61)
#554635
(85,70,53)
#483C2D
(72,60,45)
#3B3225
(59,50,37)
#2E281D
(46,40,29)
#211E15
(33,30,21)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #96785D

#96785D
(150,120,93)
#9F846B
(159,132,107)
#A89079
(168,144,121)
#B19C87
(177,156,135)
#BAA895
(186,168,149)
#C3B4A3
(195,180,163)
#CCC0B1
(204,192,177)
#D5CCBF
(213,204,191)
#DED8CD
(222,216,205)
#E7E4DB
(231,228,219)
#F0F0E9
(240,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96785D color. Also use rgb(150,120,93) instead hex code.

Text Font Color

.myTextColor { color: #96785D; }

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

This text font color is #96785D.


Background Color

.myBgColor { background-color: #96785D; }

<div style="background-color:#96785D">Inner text</div>

This div background color is #96785D.


Border color

.myBorderColor { border: 1px solid #96785D; }

<div style="border:3px solid #96785D">Div</div>

This div border color is #96785D.


Opacity

.myOpacity80 { color: #96785D; opacity: 0.8; }

<p style="color:#96785D;opacity:0.8;">80%</p>

Text with #96785D 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 #96785D;}

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

This text has shadow with #96785D color.

.textShadow {text-shadow: 3px 3px 1px #96785D, 3px 3px 1px red;}

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

This text has shadow with #96785D primary color and red secondary color.


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

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

This text has shadow with #96785D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96785D on black background.


Color preview on white background

This text has color #96785D on white background.



Black color preview on #96785D background

This text has black color on #96785D background.


White color preview on #96785D background

This text has white color on #96785D background.