COLOR #96734D

HEX: #96734D
RGB: (150,115,77)

Color info

#96734D contains mainly red and green colors. Web safe color of #96734D is #996633 (or #963).

RGB color model

#96734D color RGB value is (150,115,77).

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

RGB channels and saturation

R 150 of 255 = 59%
G 115 of 255 = 45%
B 77 of 255 = 30%

150
115
77

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

Portions of RGB colors in percentages

R + G + B =
150 + 115 + 77 = 342 (100%)
R 150 of 342 ~ 43.86%
G 115 of 342 ~ 33.63%
B 77 of 342 ~ 22.51%

%43.86
%33.63
%22.51

CMYK color model

#96734D color CMYK value is (0,23,49,41).

  • cyan value is 0.00%
  • magenta value is 23.33%
  • yellow value is 48.67%
  • key color value is 41.18%
CMYK:
(0,23,49,41)
C0M23Y49K41 
(0%,23%,49%,41%)
(0.00/0.23/0.49/0.41)	

CMYK percentages

%0
%23.33
%48.67
%41.18

Codes

Color #96734D in popluar color models

96734D
RGB15011577
HSL31°32.16%44.51%
HSB/HSV31°48.67%58.82%
CMYK0.00%23.33%48.67%
41.18%

Color #96734D in popluar number systems.

HEX96734D
Decimal15011577
Binary1001011011100111001101
Octal226163115

Shades and tints

Shades of #96734D

#96734D
(150,115,77)
#896946
(137,105,70)
#7C5F3F
(124,95,63)
#6F5538
(111,85,56)
#624B31
(98,75,49)
#55412A
(85,65,42)
#483723
(72,55,35)
#3B2D1C
(59,45,28)
#2E2315
(46,35,21)
#21190E
(33,25,14)
#140F07
(20,15,7)
#000000
(0,0,0)

Tints of #96734D

#96734D
(150,115,77)
#9F7F5D
(159,127,93)
#A88B6D
(168,139,109)
#B1977D
(177,151,125)
#BAA38D
(186,163,141)
#C3AF9D
(195,175,157)
#CCBBAD
(204,187,173)
#D5C7BD
(213,199,189)
#DED3CD
(222,211,205)
#E7DFDD
(231,223,221)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96734D; }

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

This text font color is #96734D.


Background Color

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

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

This div background color is #96734D.


Border color

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

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

This div border color is #96734D.


Opacity

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

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

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

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

This text has shadow with #96734D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96734D on black background.


Color preview on white background

This text has color #96734D on white background.



Black color preview on #96734D background

This text has black color on #96734D background.


White color preview on #96734D background

This text has white color on #96734D background.