COLOR #96797A

HEX: #96797A
RGB: (150,121,122)

Color info

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

RGB color model

#96797A color RGB value is (150,121,122).

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

RGB channels and saturation

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

150
121
122

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

Portions of RGB colors in percentages

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

%38.17
%30.79
%31.04

CMYK color model

#96797A color CMYK value is (0,19,19,41).

  • cyan value is 0.00%
  • magenta value is 19.33%
  • yellow value is 18.67%
  • 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
%19.33
%18.67
%41.18

Codes

Color #96797A in popluar color models

96797A
RGB150121122
HSL358°12.13%53.14%
HSB/HSV358°19.33%58.82%
CMYK0.00%19.33%18.67%
41.18%

Color #96797A in popluar number systems.

HEX96797A
Decimal150121122
Binary1001011011110011111010
Octal226171172

Shades and tints

Shades of #96797A

#96797A
(150,121,122)
#896E6F
(137,110,111)
#7C6364
(124,99,100)
#6F5859
(111,88,89)
#624D4E
(98,77,78)
#554243
(85,66,67)
#483738
(72,55,56)
#3B2C2D
(59,44,45)
#2E2122
(46,33,34)
#211617
(33,22,23)
#140B0C
(20,11,12)
#000000
(0,0,0)

Tints of #96797A

#96797A
(150,121,122)
#9F8586
(159,133,134)
#A89192
(168,145,146)
#B19D9E
(177,157,158)
#BAA9AA
(186,169,170)
#C3B5B6
(195,181,182)
#CCC1C2
(204,193,194)
#D5CDCE
(213,205,206)
#DED9DA
(222,217,218)
#E7E5E6
(231,229,230)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96797A; }

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

This text font color is #96797A.


Background Color

.myBgColor { background-color: #96797A; }

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

This div background color is #96797A.


Border color

.myBorderColor { border: 1px solid #96797A; }

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

This div border color is #96797A.


Opacity

.myOpacity80 { color: #96797A; opacity: 0.8; }

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

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

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

This text has shadow with #96797A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96797A on black background.


Color preview on white background

This text has color #96797A on white background.



Black color preview on #96797A background

This text has black color on #96797A background.


White color preview on #96797A background

This text has white color on #96797A background.