COLOR #968876

HEX: #968876
RGB: (150,136,118)

Color info

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

RGB color model

#968876 color RGB value is (150,136,118).

  • red value is 150;
  • green value is 136;
  • blue value is 118.
RGB:
(150,136,118)
(59%,53%,46%)

RGB channels and saturation

R 150 of 255 = 59%
G 136 of 255 = 53%
B 118 of 255 = 46%

150
136
118

R + G + B ~ 53%. #968876 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 136 + 118 = 404 (100%)
R 150 of 404 ~ 37.13%
G 136 of 404 ~ 33.66%
B 118 of 404 ~ 29.21%

%37.13
%33.66
%29.21

CMYK color model

#968876 color CMYK value is (0,9,21,41).

  • cyan value is 0.00%
  • magenta value is 9.33%
  • yellow value is 21.33%
  • key color value is 41.18%
CMYK:
(0,9,21,41)
C0M9Y21K41 
(0%,9%,21%,41%)
(0.00/0.09/0.21/0.41)	

CMYK percentages

%0
%9.33
%21.33
%41.18

Codes

Color #968876 in popluar color models

968876
RGB150136118
HSL34°13.22%52.55%
HSB/HSV34°21.33%58.82%
CMYK0.00%9.33%21.33%
41.18%

Color #968876 in popluar number systems.

HEX968876
Decimal150136118
Binary10010110100010001110110
Octal226210166

Shades and tints

Shades of #968876

#968876
(150,136,118)
#897C6C
(137,124,108)
#7C7062
(124,112,98)
#6F6458
(111,100,88)
#62584E
(98,88,78)
#554C44
(85,76,68)
#48403A
(72,64,58)
#3B3430
(59,52,48)
#2E2826
(46,40,38)
#211C1C
(33,28,28)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #968876

#968876
(150,136,118)
#9F9282
(159,146,130)
#A89C8E
(168,156,142)
#B1A69A
(177,166,154)
#BAB0A6
(186,176,166)
#C3BAB2
(195,186,178)
#CCC4BE
(204,196,190)
#D5CECA
(213,206,202)
#DED8D6
(222,216,214)
#E7E2E2
(231,226,226)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968876 color. Also use rgb(150,136,118) instead hex code.

Text Font Color

.myTextColor { color: #968876; }

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

This text font color is #968876.


Background Color

.myBgColor { background-color: #968876; }

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

This div background color is #968876.


Border color

.myBorderColor { border: 1px solid #968876; }

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

This div border color is #968876.


Opacity

.myOpacity80 { color: #968876; opacity: 0.8; }

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

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

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

This text has shadow with #968876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968876 on black background.


Color preview on white background

This text has color #968876 on white background.



Black color preview on #968876 background

This text has black color on #968876 background.


White color preview on #968876 background

This text has white color on #968876 background.