COLOR #969179

HEX: #969179
RGB: (150,145,121)

Color info

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

RGB color model

#969179 color RGB value is (150,145,121).

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

RGB channels and saturation

R 150 of 255 = 59%
G 145 of 255 = 57%
B 121 of 255 = 47%

150
145
121

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

Portions of RGB colors in percentages

R + G + B =
150 + 145 + 121 = 416 (100%)
R 150 of 416 ~ 36.06%
G 145 of 416 ~ 34.86%
B 121 of 416 ~ 29.09%

%36.06
%34.86
%29.09

CMYK color model

#969179 color CMYK value is (0,3,19,41).

  • cyan value is 0.00%
  • magenta value is 3.33%
  • yellow value is 19.33%
  • key color value is 41.18%
CMYK:
(0,3,19,41)
C0M3Y19K41 
(0%,3%,19%,41%)
(0.00/0.03/0.19/0.41)	

CMYK percentages

%0
%3.33
%19.33
%41.18

Codes

Color #969179 in popluar color models

969179
RGB150145121
HSL50°12.13%53.14%
HSB/HSV50°19.33%58.82%
CMYK0.00%3.33%19.33%
41.18%

Color #969179 in popluar number systems.

HEX969179
Decimal150145121
Binary10010110100100011111001
Octal226221171

Shades and tints

Shades of #969179

#969179
(150,145,121)
#89846E
(137,132,110)
#7C7763
(124,119,99)
#6F6A58
(111,106,88)
#625D4D
(98,93,77)
#555042
(85,80,66)
#484337
(72,67,55)
#3B362C
(59,54,44)
#2E2921
(46,41,33)
#211C16
(33,28,22)
#140F0B
(20,15,11)
#000000
(0,0,0)

Tints of #969179

#969179
(150,145,121)
#9F9B85
(159,155,133)
#A8A591
(168,165,145)
#B1AF9D
(177,175,157)
#BAB9A9
(186,185,169)
#C3C3B5
(195,195,181)
#CCCDC1
(204,205,193)
#D5D7CD
(213,215,205)
#DEE1D9
(222,225,217)
#E7EBE5
(231,235,229)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969179; }

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

This text font color is #969179.


Background Color

.myBgColor { background-color: #969179; }

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

This div background color is #969179.


Border color

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

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

This div border color is #969179.


Opacity

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

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

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

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

This text has shadow with #969179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #969179 on black background.


Color preview on white background

This text has color #969179 on white background.



Black color preview on #969179 background

This text has black color on #969179 background.


White color preview on #969179 background

This text has white color on #969179 background.