COLOR #97796F

HEX: #97796F
RGB: (151,121,111)

Color info

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

RGB color model

#97796F color RGB value is (151,121,111).

  • red value is 151;
  • green value is 121;
  • blue value is 111.
RGB:
(151,121,111)
(59%,47%,44%)

RGB channels and saturation

R 151 of 255 = 59%
G 121 of 255 = 47%
B 111 of 255 = 44%

151
121
111

R + G + B ~ 50%. #97796F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 121 + 111 = 383 (100%)
R 151 of 383 ~ 39.43%
G 121 of 383 ~ 31.59%
B 111 of 383 ~ 28.98%

%39.43
%31.59
%28.98

CMYK color model

#97796F color CMYK value is (0,20,26,41).

  • cyan value is 0.00%
  • magenta value is 19.87%
  • yellow value is 26.49%
  • key color value is 40.78%
CMYK:
(0,20,26,41)
C0M20Y26K41 
(0%,20%,26%,41%)
(0.00/0.20/0.26/0.41)	

CMYK percentages

%0
%19.87
%26.49
%40.78

Codes

Color #97796F in popluar color models

97796F
RGB151121111
HSL15°16.13%51.37%
HSB/HSV15°26.49%59.22%
CMYK0.00%19.87%26.49%
40.78%

Color #97796F in popluar number systems.

HEX97796F
Decimal151121111
Binary1001011111110011101111
Octal227171157

Shades and tints

Shades of #97796F

#97796F
(151,121,111)
#8A6E65
(138,110,101)
#7D635B
(125,99,91)
#705851
(112,88,81)
#634D47
(99,77,71)
#56423D
(86,66,61)
#493733
(73,55,51)
#3C2C29
(60,44,41)
#2F211F
(47,33,31)
#221615
(34,22,21)
#150B0B
(21,11,11)
#000000
(0,0,0)

Tints of #97796F

#97796F
(151,121,111)
#A0857C
(160,133,124)
#A99189
(169,145,137)
#B29D96
(178,157,150)
#BBA9A3
(187,169,163)
#C4B5B0
(196,181,176)
#CDC1BD
(205,193,189)
#D6CDCA
(214,205,202)
#DFD9D7
(223,217,215)
#E8E5E4
(232,229,228)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97796F color. Also use rgb(151,121,111) instead hex code.

Text Font Color

.myTextColor { color: #97796F; }

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

This text font color is #97796F.


Background Color

.myBgColor { background-color: #97796F; }

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

This div background color is #97796F.


Border color

.myBorderColor { border: 1px solid #97796F; }

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

This div border color is #97796F.


Opacity

.myOpacity80 { color: #97796F; opacity: 0.8; }

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

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

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

This text has shadow with #97796F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97796F on black background.


Color preview on white background

This text has color #97796F on white background.



Black color preview on #97796F background

This text has black color on #97796F background.


White color preview on #97796F background

This text has white color on #97796F background.