COLOR #96865C

HEX: #96865C
RGB: (150,134,92)

Color info

#96865C contains red, green and blue colors in about the same proportion. Web safe color of #96865C is #999966 (or #996).

RGB color model

#96865C color RGB value is (150,134,92).

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

RGB channels and saturation

R 150 of 255 = 59%
G 134 of 255 = 53%
B 92 of 255 = 36%

150
134
92

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

Portions of RGB colors in percentages

R + G + B =
150 + 134 + 92 = 376 (100%)
R 150 of 376 ~ 39.89%
G 134 of 376 ~ 35.64%
B 92 of 376 ~ 24.47%

%39.89
%35.64
%24.47

CMYK color model

#96865C color CMYK value is (0,11,39,41).

  • cyan value is 0.00%
  • magenta value is 10.67%
  • yellow value is 38.67%
  • key color value is 41.18%
CMYK:
(0,11,39,41)
C0M11Y39K41 
(0%,11%,39%,41%)
(0.00/0.11/0.39/0.41)	

CMYK percentages

%0
%10.67
%38.67
%41.18

Codes

Color #96865C in popluar color models

96865C
RGB15013492
HSL43°23.97%47.45%
HSB/HSV43°38.67%58.82%
CMYK0.00%10.67%38.67%
41.18%

Color #96865C in popluar number systems.

HEX96865C
Decimal15013492
Binary10010110100001101011100
Octal226206134

Shades and tints

Shades of #96865C

#96865C
(150,134,92)
#897A54
(137,122,84)
#7C6E4C
(124,110,76)
#6F6244
(111,98,68)
#62563C
(98,86,60)
#554A34
(85,74,52)
#483E2C
(72,62,44)
#3B3224
(59,50,36)
#2E261C
(46,38,28)
#211A14
(33,26,20)
#140E0C
(20,14,12)
#000000
(0,0,0)

Tints of #96865C

#96865C
(150,134,92)
#9F916A
(159,145,106)
#A89C78
(168,156,120)
#B1A786
(177,167,134)
#BAB294
(186,178,148)
#C3BDA2
(195,189,162)
#CCC8B0
(204,200,176)
#D5D3BE
(213,211,190)
#DEDECC
(222,222,204)
#E7E9DA
(231,233,218)
#F0F4E8
(240,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96865C; }

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

This text font color is #96865C.


Background Color

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

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

This div background color is #96865C.


Border color

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

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

This div border color is #96865C.


Opacity

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

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

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

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

This text has shadow with #96865C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96865C on black background.


Color preview on white background

This text has color #96865C on white background.



Black color preview on #96865C background

This text has black color on #96865C background.


White color preview on #96865C background

This text has white color on #96865C background.