COLOR #96875C

HEX: #96875C RGB: (150,135,92)

Color info

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

RGB color model

#96875C color RGB value is (150,135,92).

RGB: (150,135,92) (59%, 53%, 36%)

RGB channels and saturation

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

150
135
92

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

Portions of RGB colors in percentages

R + G + B = 150 + 135 + 92 = 377 (100%)
R 150 of 377 ~ 39.79%
G 135 of 377 ~ 35.81%
B 92 of 377 ~ 24.4'%

%39.79
%35.81
%24.4

CMYK color model

#96875C color CMYK value is (0,10,39,41).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 38.67%
  • key color value is 41.18%
CMYK: (0,10,39,41) C0M10Y39K41 (0%,10%,39%,41%) (0.00/0.10/0.39/0.41) 

CMYK percentages

%0
%10
%38.67
%41.18

Codes

Color #96875C in popluar color models

96 87 5C
RGB 150 135 92
HSL 44° 23.97% 47.45%
HSB/HSV 44° 38.67% 58.82%
CMYK 0.00% 10.00% 38.67%
41.18%

Color #96875C in popluar number systems.

HEX 96 87 5C
Decimal 150 135 92
Binary 10010110 10000111 1011100
Octal 226 207 134

Shades and tints

Shades of #96875C

#96875C
(150,135,92)
#897B54
(137,123,84)
#7C6F4C
(124,111,76)
#6F6344
(111,99,68)
#62573C
(98,87,60)
#554B34
(85,75,52)
#483F2C
(72,63,44)
#3B3324
(59,51,36)
#2E271C
(46,39,28)
#211B14
(33,27,20)
#140F0C
(20,15,12)
#000000
(0,0,0)

Tints of #96875C

#96875C
(150,135,92)
#9F916A
(159,145,106)
#A89B78
(168,155,120)
#B1A586
(177,165,134)
#BAAF94
(186,175,148)
#C3B9A2
(195,185,162)
#CCC3B0
(204,195,176)
#D5CDBE
(213,205,190)
#DED7CC
(222,215,204)
#E7E1DA
(231,225,218)
#F0EBE8
(240,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96875C; }

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

This text font color is #96875C.

Background Color

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

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

This div background color is #96875C.

Border color

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

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

This div border color is #96875C.

Opacity

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

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

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

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

This text has shadow with #96875C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96875C.

Preview

Color preview on black background

This text has color #96875C on black background.


Color preview on white background

This text has color #96875C on white background.


Black color preview on #96875C background

This text has black color on #96875C background.


White color preview on #96875C background

This text has white color on #96875C background.


Related colors

Complementary color

Complementary color for #hex is #6978A3.


I love getcolorcode.com

Triadic colors

1 #5C9687 and #875C96 with #96875C are triadic colors.

2 #5C8796 and #87965C with #96875C are triadic colors.