COLOR #969176

HEX: #969176
RGB: (150,145,118)

Color info

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

RGB color model

#969176 color RGB value is (150,145,118).

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

RGB channels and saturation

R 150 of 255 = 59%
G 145 of 255 = 57%
B 118 of 255 = 46%

150
145
118

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

Portions of RGB colors in percentages

R + G + B =
150 + 145 + 118 = 413 (100%)
R 150 of 413 ~ 36.32%
G 145 of 413 ~ 35.11%
B 118 of 413 ~ 28.57%

%36.32
%35.11
%28.57

CMYK color model

#969176 color CMYK value is (0,3,21,41).

  • cyan value is 0.00%
  • magenta value is 3.33%
  • yellow value is 21.33%
  • key color value is 41.18%
CMYK:
(0,3,21,41)
C0M3Y21K41 
(0%,3%,21%,41%)
(0.00/0.03/0.21/0.41)	

CMYK percentages

%0
%3.33
%21.33
%41.18

Codes

Color #969176 in popluar color models

969176
RGB150145118
HSL51°13.22%52.55%
HSB/HSV51°21.33%58.82%
CMYK0.00%3.33%21.33%
41.18%

Color #969176 in popluar number systems.

HEX969176
Decimal150145118
Binary10010110100100011110110
Octal226221166

Shades and tints

Shades of #969176

#969176
(150,145,118)
#89846C
(137,132,108)
#7C7762
(124,119,98)
#6F6A58
(111,106,88)
#625D4E
(98,93,78)
#555044
(85,80,68)
#48433A
(72,67,58)
#3B3630
(59,54,48)
#2E2926
(46,41,38)
#211C1C
(33,28,28)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #969176

#969176
(150,145,118)
#9F9B82
(159,155,130)
#A8A58E
(168,165,142)
#B1AF9A
(177,175,154)
#BAB9A6
(186,185,166)
#C3C3B2
(195,195,178)
#CCCDBE
(204,205,190)
#D5D7CA
(213,215,202)
#DEE1D6
(222,225,214)
#E7EBE2
(231,235,226)
#F0F5EE
(240,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969176; }

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

This text font color is #969176.


Background Color

.myBgColor { background-color: #969176; }

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

This div background color is #969176.


Border color

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

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

This div border color is #969176.


Opacity

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

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

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

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

This text has shadow with #969176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969176 on black background.


Color preview on white background

This text has color #969176 on white background.



Black color preview on #969176 background

This text has black color on #969176 background.


White color preview on #969176 background

This text has white color on #969176 background.