COLOR #97796D

HEX: #97796D
RGB: (151,121,109)

Color info

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

RGB color model

#97796D color RGB value is (151,121,109).

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

RGB channels and saturation

R 151 of 255 = 59%
G 121 of 255 = 47%
B 109 of 255 = 43%

151
121
109

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

Portions of RGB colors in percentages

R + G + B =
151 + 121 + 109 = 381 (100%)
R 151 of 381 ~ 39.63%
G 121 of 381 ~ 31.76%
B 109 of 381 ~ 28.61%

%39.63
%31.76
%28.61

CMYK color model

#97796D color CMYK value is (0,20,28,41).

  • cyan value is 0.00%
  • magenta value is 19.87%
  • yellow value is 27.81%
  • key color value is 40.78%
CMYK:
(0,20,28,41)
C0M20Y28K41 
(0%,20%,28%,41%)
(0.00/0.20/0.28/0.41)	

CMYK percentages

%0
%19.87
%27.81
%40.78

Codes

Color #97796D in popluar color models

97796D
RGB151121109
HSL17°16.80%50.98%
HSB/HSV17°27.81%59.22%
CMYK0.00%19.87%27.81%
40.78%

Color #97796D in popluar number systems.

HEX97796D
Decimal151121109
Binary1001011111110011101101
Octal227171155

Shades and tints

Shades of #97796D

#97796D
(151,121,109)
#8A6E64
(138,110,100)
#7D635B
(125,99,91)
#705852
(112,88,82)
#634D49
(99,77,73)
#564240
(86,66,64)
#493737
(73,55,55)
#3C2C2E
(60,44,46)
#2F2125
(47,33,37)
#22161C
(34,22,28)
#150B13
(21,11,19)
#000000
(0,0,0)

Tints of #97796D

#97796D
(151,121,109)
#A0857A
(160,133,122)
#A99187
(169,145,135)
#B29D94
(178,157,148)
#BBA9A1
(187,169,161)
#C4B5AE
(196,181,174)
#CDC1BB
(205,193,187)
#D6CDC8
(214,205,200)
#DFD9D5
(223,217,213)
#E8E5E2
(232,229,226)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97796D; }

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

This text font color is #97796D.


Background Color

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

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

This div background color is #97796D.


Border color

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

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

This div border color is #97796D.


Opacity

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

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

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

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

This text has shadow with #97796D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97796D on black background.


Color preview on white background

This text has color #97796D on white background.



Black color preview on #97796D background

This text has black color on #97796D background.


White color preview on #97796D background

This text has white color on #97796D background.