COLOR #96736D

HEX: #96736D
RGB: (150,115,109)

Color info

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

RGB color model

#96736D color RGB value is (150,115,109).

  • red value is 150;
  • green value is 115;
  • blue value is 109.
RGB:
(150,115,109)
(59%,45%,43%)

RGB channels and saturation

R 150 of 255 = 59%
G 115 of 255 = 45%
B 109 of 255 = 43%

150
115
109

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

Portions of RGB colors in percentages

R + G + B =
150 + 115 + 109 = 374 (100%)
R 150 of 374 ~ 40.11%
G 115 of 374 ~ 30.75%
B 109 of 374 ~ 29.14%

%40.11
%30.75
%29.14

CMYK color model

#96736D color CMYK value is (0,23,27,41).

  • cyan value is 0.00%
  • magenta value is 23.33%
  • yellow value is 27.33%
  • key color value is 41.18%
CMYK:
(0,23,27,41)
C0M23Y27K41 
(0%,23%,27%,41%)
(0.00/0.23/0.27/0.41)	

CMYK percentages

%0
%23.33
%27.33
%41.18

Codes

Color #96736D in popluar color models

96736D
RGB150115109
HSL16.33%50.78%
HSB/HSV27.33%58.82%
CMYK0.00%23.33%27.33%
41.18%

Color #96736D in popluar number systems.

HEX96736D
Decimal150115109
Binary1001011011100111101101
Octal226163155

Shades and tints

Shades of #96736D

#96736D
(150,115,109)
#896964
(137,105,100)
#7C5F5B
(124,95,91)
#6F5552
(111,85,82)
#624B49
(98,75,73)
#554140
(85,65,64)
#483737
(72,55,55)
#3B2D2E
(59,45,46)
#2E2325
(46,35,37)
#21191C
(33,25,28)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #96736D

#96736D
(150,115,109)
#9F7F7A
(159,127,122)
#A88B87
(168,139,135)
#B19794
(177,151,148)
#BAA3A1
(186,163,161)
#C3AFAE
(195,175,174)
#CCBBBB
(204,187,187)
#D5C7C8
(213,199,200)
#DED3D5
(222,211,213)
#E7DFE2
(231,223,226)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96736D color. Also use rgb(150,115,109) instead hex code.

Text Font Color

.myTextColor { color: #96736D; }

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

This text font color is #96736D.


Background Color

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

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

This div background color is #96736D.


Border color

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

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

This div border color is #96736D.


Opacity

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

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

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

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

This text has shadow with #96736D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96736D on black background.


Color preview on white background

This text has color #96736D on white background.



Black color preview on #96736D background

This text has black color on #96736D background.


White color preview on #96736D background

This text has white color on #96736D background.