COLOR #968976

HEX: #968976
RGB: (150,137,118)

Color info

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

RGB color model

#968976 color RGB value is (150,137,118).

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

RGB channels and saturation

R 150 of 255 = 59%
G 137 of 255 = 54%
B 118 of 255 = 46%

150
137
118

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

Portions of RGB colors in percentages

R + G + B =
150 + 137 + 118 = 405 (100%)
R 150 of 405 ~ 37.04%
G 137 of 405 ~ 33.83%
B 118 of 405 ~ 29.14%

%37.04
%33.83
%29.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.67%
  • 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
%8.67
%21.33
%41.18

Codes

Color #968976 in popluar color models

968976
RGB150137118
HSL36°13.22%52.55%
HSB/HSV36°21.33%58.82%
CMYK0.00%8.67%21.33%
41.18%

Color #968976 in popluar number systems.

HEX968976
Decimal150137118
Binary10010110100010011110110
Octal226211166

Shades and tints

Shades of #968976

#968976
(150,137,118)
#897D6C
(137,125,108)
#7C7162
(124,113,98)
#6F6558
(111,101,88)
#62594E
(98,89,78)
#554D44
(85,77,68)
#48413A
(72,65,58)
#3B3530
(59,53,48)
#2E2926
(46,41,38)
#211D1C
(33,29,28)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #968976

#968976
(150,137,118)
#9F9382
(159,147,130)
#A89D8E
(168,157,142)
#B1A79A
(177,167,154)
#BAB1A6
(186,177,166)
#C3BBB2
(195,187,178)
#CCC5BE
(204,197,190)
#D5CFCA
(213,207,202)
#DED9D6
(222,217,214)
#E7E3E2
(231,227,226)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #968976; }

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

This text font color is #968976.


Background Color

.myBgColor { background-color: #968976; }

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

This div background color is #968976.


Border color

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

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

This div border color is #968976.


Opacity

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

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

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

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

This text has shadow with #968976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968976 on black background.


Color preview on white background

This text has color #968976 on white background.



Black color preview on #968976 background

This text has black color on #968976 background.


White color preview on #968976 background

This text has white color on #968976 background.