COLOR #96805D

HEX: #96805D
RGB: (150,128,93)

Color info

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

RGB color model

#96805D color RGB value is (150,128,93).

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

RGB channels and saturation

R 150 of 255 = 59%
G 128 of 255 = 50%
B 93 of 255 = 36%

150
128
93

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

Portions of RGB colors in percentages

R + G + B =
150 + 128 + 93 = 371 (100%)
R 150 of 371 ~ 40.43%
G 128 of 371 ~ 34.5%
B 93 of 371 ~ 25.07%

%40.43
%34.5
%25.07

CMYK color model

#96805D color CMYK value is (0,15,38,41).

  • cyan value is 0.00%
  • magenta value is 14.67%
  • yellow value is 38.00%
  • key color value is 41.18%
CMYK:
(0,15,38,41)
C0M15Y38K41 
(0%,15%,38%,41%)
(0.00/0.15/0.38/0.41)	

CMYK percentages

%0
%14.67
%38
%41.18

Codes

Color #96805D in popluar color models

96805D
RGB15012893
HSL37°23.46%47.65%
HSB/HSV37°38.00%58.82%
CMYK0.00%14.67%38.00%
41.18%

Color #96805D in popluar number systems.

HEX96805D
Decimal15012893
Binary10010110100000001011101
Octal226200135

Shades and tints

Shades of #96805D

#96805D
(150,128,93)
#897555
(137,117,85)
#7C6A4D
(124,106,77)
#6F5F45
(111,95,69)
#62543D
(98,84,61)
#554935
(85,73,53)
#483E2D
(72,62,45)
#3B3325
(59,51,37)
#2E281D
(46,40,29)
#211D15
(33,29,21)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #96805D

#96805D
(150,128,93)
#9F8B6B
(159,139,107)
#A89679
(168,150,121)
#B1A187
(177,161,135)
#BAAC95
(186,172,149)
#C3B7A3
(195,183,163)
#CCC2B1
(204,194,177)
#D5CDBF
(213,205,191)
#DED8CD
(222,216,205)
#E7E3DB
(231,227,219)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96805D; }

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

This text font color is #96805D.


Background Color

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

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

This div background color is #96805D.


Border color

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

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

This div border color is #96805D.


Opacity

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

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

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

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

This text has shadow with #96805D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96805D on black background.


Color preview on white background

This text has color #96805D on white background.



Black color preview on #96805D background

This text has black color on #96805D background.


White color preview on #96805D background

This text has white color on #96805D background.