COLOR #967A79

HEX: #967A79
RGB: (150,122,121)

Color info

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

RGB color model

#967A79 color RGB value is (150,122,121).

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

RGB channels and saturation

R 150 of 255 = 59%
G 122 of 255 = 48%
B 121 of 255 = 47%

150
122
121

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

Portions of RGB colors in percentages

R + G + B =
150 + 122 + 121 = 393 (100%)
R 150 of 393 ~ 38.17%
G 122 of 393 ~ 31.04%
B 121 of 393 ~ 30.79%

%38.17
%31.04
%30.79

CMYK color model

#967A79 color CMYK value is (0,19,19,41).

  • cyan value is 0.00%
  • magenta value is 18.67%
  • yellow value is 19.33%
  • key color value is 41.18%
CMYK:
(0,19,19,41)
C0M19Y19K41 
(0%,19%,19%,41%)
(0.00/0.19/0.19/0.41)	

CMYK percentages

%0
%18.67
%19.33
%41.18

Codes

Color #967A79 in popluar color models

967A79
RGB150122121
HSL12.13%53.14%
HSB/HSV19.33%58.82%
CMYK0.00%18.67%19.33%
41.18%

Color #967A79 in popluar number systems.

HEX967A79
Decimal150122121
Binary1001011011110101111001
Octal226172171

Shades and tints

Shades of #967A79

#967A79
(150,122,121)
#896F6E
(137,111,110)
#7C6463
(124,100,99)
#6F5958
(111,89,88)
#624E4D
(98,78,77)
#554342
(85,67,66)
#483837
(72,56,55)
#3B2D2C
(59,45,44)
#2E2221
(46,34,33)
#211716
(33,23,22)
#140C0B
(20,12,11)
#000000
(0,0,0)

Tints of #967A79

#967A79
(150,122,121)
#9F8685
(159,134,133)
#A89291
(168,146,145)
#B19E9D
(177,158,157)
#BAAAA9
(186,170,169)
#C3B6B5
(195,182,181)
#CCC2C1
(204,194,193)
#D5CECD
(213,206,205)
#DEDAD9
(222,218,217)
#E7E6E5
(231,230,229)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #967A79; }

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

This text font color is #967A79.


Background Color

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

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

This div background color is #967A79.


Border color

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

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

This div border color is #967A79.


Opacity

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

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

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

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

This text has shadow with #967A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #967A79 on black background.


Color preview on white background

This text has color #967A79 on white background.



Black color preview on #967A79 background

This text has black color on #967A79 background.


White color preview on #967A79 background

This text has white color on #967A79 background.