COLOR #967879

HEX: #967879
RGB: (150,120,121)

Color info

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

RGB color model

#967879 color RGB value is (150,120,121).

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

RGB channels and saturation

R 150 of 255 = 59%
G 120 of 255 = 47%
B 121 of 255 = 47%

150
120
121

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

Portions of RGB colors in percentages

R + G + B =
150 + 120 + 121 = 391 (100%)
R 150 of 391 ~ 38.36%
G 120 of 391 ~ 30.69%
B 121 of 391 ~ 30.95%

%38.36
%30.69
%30.95

CMYK color model

#967879 color CMYK value is (0,20,19,41).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 19.33%
  • key color value is 41.18%
CMYK:
(0,20,19,41)
C0M20Y19K41 
(0%,20%,19%,41%)
(0.00/0.20/0.19/0.41)	

CMYK percentages

%0
%20
%19.33
%41.18

Codes

Color #967879 in popluar color models

967879
RGB150120121
HSL358°12.50%52.94%
HSB/HSV358°20.00%58.82%
CMYK0.00%20.00%19.33%
41.18%

Color #967879 in popluar number systems.

HEX967879
Decimal150120121
Binary1001011011110001111001
Octal226170171

Shades and tints

Shades of #967879

#967879
(150,120,121)
#896E6E
(137,110,110)
#7C6463
(124,100,99)
#6F5A58
(111,90,88)
#62504D
(98,80,77)
#554642
(85,70,66)
#483C37
(72,60,55)
#3B322C
(59,50,44)
#2E2821
(46,40,33)
#211E16
(33,30,22)
#14140B
(20,20,11)
#000000
(0,0,0)

Tints of #967879

#967879
(150,120,121)
#9F8485
(159,132,133)
#A89091
(168,144,145)
#B19C9D
(177,156,157)
#BAA8A9
(186,168,169)
#C3B4B5
(195,180,181)
#CCC0C1
(204,192,193)
#D5CCCD
(213,204,205)
#DED8D9
(222,216,217)
#E7E4E5
(231,228,229)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967879; }

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

This text font color is #967879.


Background Color

.myBgColor { background-color: #967879; }

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

This div background color is #967879.


Border color

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

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

This div border color is #967879.


Opacity

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

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

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

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

This text has shadow with #967879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967879 on black background.


Color preview on white background

This text has color #967879 on white background.



Black color preview on #967879 background

This text has black color on #967879 background.


White color preview on #967879 background

This text has white color on #967879 background.