COLOR #969479

HEX: #969479
RGB: (150,148,121)

Color info

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

RGB color model

#969479 color RGB value is (150,148,121).

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

RGB channels and saturation

R 150 of 255 = 59%
G 148 of 255 = 58%
B 121 of 255 = 47%

150
148
121

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

Portions of RGB colors in percentages

R + G + B =
150 + 148 + 121 = 419 (100%)
R 150 of 419 ~ 35.8%
G 148 of 419 ~ 35.32%
B 121 of 419 ~ 28.88%

%35.8
%35.32
%28.88

CMYK color model

#969479 color CMYK value is (0,1,19,41).

  • cyan value is 0.00%
  • magenta value is 1.33%
  • yellow value is 19.33%
  • key color value is 41.18%
CMYK: (0,1,19,41) C0M1Y19K41 (0%,1%,19%,41%) (0.00/0.01/0.19/0.41)

CMYK percentages

%0
%1.33
%19.33
%41.18

Codes

Color #969479 in popluar color models

969479
RGB150148121
HSL56°12.13%53.14%
HSB/HSV56°19.33%58.82%
CMYK0.00%1.33%19.33%
41.18%

Color #969479 in popluar number systems.

HEX969479
Decimal150148121
Binary10010110100101001111001
Octal226224171

Shades and tints

Shades of #969479

#969479
(150,148,121)
#89876E
(137,135,110)
#7C7A63
(124,122,99)
#6F6D58
(111,109,88)
#62604D
(98,96,77)
#555342
(85,83,66)
#484637
(72,70,55)
#3B392C
(59,57,44)
#2E2C21
(46,44,33)
#211F16
(33,31,22)
#14120B
(20,18,11)
#000000
(0,0,0)

Tints of #969479

#969479
(150,148,121)
#9F9D85
(159,157,133)
#A8A691
(168,166,145)
#B1AF9D
(177,175,157)
#BAB8A9
(186,184,169)
#C3C1B5
(195,193,181)
#CCCAC1
(204,202,193)
#D5D3CD
(213,211,205)
#DEDCD9
(222,220,217)
#E7E5E5
(231,229,229)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #969479; }

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

This text font color is #969479.


Background Color

.myBgColor { background-color: #969479; }

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

This div background color is #969479.


Border color

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

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

This div border color is #969479.


Opacity

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

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

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

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

This text has shadow with #969479 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #969479 on black background.


Color preview on white background

This text has color #969479 on white background.



Black color preview on #969479 background

This text has black color on #969479 background.


White color preview on #969479 background

This text has white color on #969479 background.