COLOR #96877D

HEX: #96877D RGB: (150,135,125)

Color info

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

RGB color model

#96877D color RGB value is (150,135,125).

RGB: (150,135,125) (59%, 53%, 49%)

RGB channels and saturation

R 150 of 255 = 59%
G 135 of 255 = 53%
B 125 of 255 = 49%

150
135
125

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

Portions of RGB colors in percentages

R + G + B = 150 + 135 + 125 = 410 (100%)
R 150 of 410 ~ 36.59%
G 135 of 410 ~ 32.93%
B 125 of 410 ~ 30.49'%

%36.59
%32.93
%30.49

CMYK color model

#96877D color CMYK value is (0,10,17,41).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 16.67%
  • key color value is 41.18%
CMYK: (0,10,17,41) C0M10Y17K41 (0%,10%,17%,41%) (0.00/0.10/0.17/0.41) 

CMYK percentages

%0
%10
%16.67
%41.18

Codes

Color #96877D in popluar color models

96 87 7D
RGB 150 135 125
HSL 24° 10.64% 53.92%
HSB/HSV 24° 16.67% 58.82%
CMYK 0.00% 10.00% 16.67%
41.18%

Color #96877D in popluar number systems.

HEX 96 87 7D
Decimal 150 135 125
Binary 10010110 10000111 1111101
Octal 226 207 175

Shades and tints

Shades of #96877D

#96877D
(150,135,125)
#897B72
(137,123,114)
#7C6F67
(124,111,103)
#6F635C
(111,99,92)
#625751
(98,87,81)
#554B46
(85,75,70)
#483F3B
(72,63,59)
#3B3330
(59,51,48)
#2E2725
(46,39,37)
#211B1A
(33,27,26)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #96877D

#96877D
(150,135,125)
#9F9188
(159,145,136)
#A89B93
(168,155,147)
#B1A59E
(177,165,158)
#BAAFA9
(186,175,169)
#C3B9B4
(195,185,180)
#CCC3BF
(204,195,191)
#D5CDCA
(213,205,202)
#DED7D5
(222,215,213)
#E7E1E0
(231,225,224)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96877D color. Also use rgb(150,135,125) instead hex code.

Text Font Color

.myTextColor { color: #96877D; }

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

This text font color is #96877D.

Background Color

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

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

This div background color is #96877D.

Border color

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

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

This div border color is #96877D.

Opacity

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

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

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

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

This text has shadow with #96877D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96877D.

Preview

Color preview on black background

This text has color #96877D on black background.


Color preview on white background

This text has color #96877D on white background.


Black color preview on #96877D background

This text has black color on #96877D background.


White color preview on #96877D background

This text has white color on #96877D background.


Related colors

Complementary color

Complementary color for #hex is #697882.


I love getcolorcode.com

Triadic colors

1 #7D9687 and #877D96 with #96877D are triadic colors.

2 #7D8796 and #87967D with #96877D are triadic colors.