COLOR #96735C

HEX: #96735C
RGB: (150,115,92)

Color info

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

RGB color model

#96735C color RGB value is (150,115,92).

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

RGB channels and saturation

R 150 of 255 = 59%
G 115 of 255 = 45%
B 92 of 255 = 36%

150
115
92

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

Portions of RGB colors in percentages

R + G + B =
150 + 115 + 92 = 357 (100%)
R 150 of 357 ~ 42.02%
G 115 of 357 ~ 32.21%
B 92 of 357 ~ 25.77%

%42.02
%32.21
%25.77

CMYK color model

#96735C color CMYK value is (0,23,39,41).

  • cyan value is 0.00%
  • magenta value is 23.33%
  • yellow value is 38.67%
  • key color value is 41.18%
CMYK:
(0,23,39,41)
C0M23Y39K41 
(0%,23%,39%,41%)
(0.00/0.23/0.39/0.41)	

CMYK percentages

%0
%23.33
%38.67
%41.18

Codes

Color #96735C in popluar color models

96735C
RGB15011592
HSL24°23.97%47.45%
HSB/HSV24°38.67%58.82%
CMYK0.00%23.33%38.67%
41.18%

Color #96735C in popluar number systems.

HEX96735C
Decimal15011592
Binary1001011011100111011100
Octal226163134

Shades and tints

Shades of #96735C

#96735C
(150,115,92)
#896954
(137,105,84)
#7C5F4C
(124,95,76)
#6F5544
(111,85,68)
#624B3C
(98,75,60)
#554134
(85,65,52)
#48372C
(72,55,44)
#3B2D24
(59,45,36)
#2E231C
(46,35,28)
#211914
(33,25,20)
#140F0C
(20,15,12)
#000000
(0,0,0)

Tints of #96735C

#96735C
(150,115,92)
#9F7F6A
(159,127,106)
#A88B78
(168,139,120)
#B19786
(177,151,134)
#BAA394
(186,163,148)
#C3AFA2
(195,175,162)
#CCBBB0
(204,187,176)
#D5C7BE
(213,199,190)
#DED3CC
(222,211,204)
#E7DFDA
(231,223,218)
#F0EBE8
(240,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96735C color. Also use rgb(150,115,92) instead hex code.

Text Font Color

.myTextColor { color: #96735C; }

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

This text font color is #96735C.


Background Color

.myBgColor { background-color: #96735C; }

<div style="background-color:#96735C">Inner text</div>

This div background color is #96735C.


Border color

.myBorderColor { border: 1px solid #96735C; }

<div style="border:3px solid #96735C">Div</div>

This div border color is #96735C.


Opacity

.myOpacity80 { color: #96735C; opacity: 0.8; }

<p style="color:#96735C;opacity:0.8;">80%</p>

Text with #96735C 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 #96735C;}

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

This text has shadow with #96735C color.

.textShadow {text-shadow: 3px 3px 1px #96735C, 3px 3px 1px red;}

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

This text has shadow with #96735C primary color and red secondary color.


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

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

This text has shadow with #96735C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96735C on black background.


Color preview on white background

This text has color #96735C on white background.



Black color preview on #96735C background

This text has black color on #96735C background.


White color preview on #96735C background

This text has white color on #96735C background.