COLOR #967E76

HEX: #967E76
RGB: (150,126,118)

Color info

#967E76 contains red, green and blue colors in about the same proportion. Web safe color of #967E76 is #996666 (or #966).

RGB color model

#967E76 color RGB value is (150,126,118).

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

RGB channels and saturation

R 150 of 255 = 59%
G 126 of 255 = 49%
B 118 of 255 = 46%

150
126
118

R + G + B ~ 51%. #967E76 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 126 + 118 = 394 (100%)
R 150 of 394 ~ 38.07%
G 126 of 394 ~ 31.98%
B 118 of 394 ~ 29.95%

%38.07
%31.98
%29.95

CMYK color model

#967E76 color CMYK value is (0,16,21,41).

  • cyan value is 0.00%
  • magenta value is 16.00%
  • yellow value is 21.33%
  • key color value is 41.18%
CMYK:
(0,16,21,41)
C0M16Y21K41 
(0%,16%,21%,41%)
(0.00/0.16/0.21/0.41)	

CMYK percentages

%0
%16
%21.33
%41.18

Codes

Color #967E76 in popluar color models

967E76
RGB150126118
HSL15°13.22%52.55%
HSB/HSV15°21.33%58.82%
CMYK0.00%16.00%21.33%
41.18%

Color #967E76 in popluar number systems.

HEX967E76
Decimal150126118
Binary1001011011111101110110
Octal226176166

Shades and tints

Shades of #967E76

#967E76
(150,126,118)
#89736C
(137,115,108)
#7C6862
(124,104,98)
#6F5D58
(111,93,88)
#62524E
(98,82,78)
#554744
(85,71,68)
#483C3A
(72,60,58)
#3B3130
(59,49,48)
#2E2626
(46,38,38)
#211B1C
(33,27,28)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #967E76

#967E76
(150,126,118)
#9F8982
(159,137,130)
#A8948E
(168,148,142)
#B19F9A
(177,159,154)
#BAAAA6
(186,170,166)
#C3B5B2
(195,181,178)
#CCC0BE
(204,192,190)
#D5CBCA
(213,203,202)
#DED6D6
(222,214,214)
#E7E1E2
(231,225,226)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967E76; }

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

This text font color is #967E76.


Background Color

.myBgColor { background-color: #967E76; }

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

This div background color is #967E76.


Border color

.myBorderColor { border: 1px solid #967E76; }

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

This div border color is #967E76.


Opacity

.myOpacity80 { color: #967E76; opacity: 0.8; }

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

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

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

This text has shadow with #967E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967E76 on black background.


Color preview on white background

This text has color #967E76 on white background.



Black color preview on #967E76 background

This text has black color on #967E76 background.


White color preview on #967E76 background

This text has white color on #967E76 background.