COLOR #97786B

HEX: #97786B
RGB: (151,120,107)

Color info

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

RGB color model

#97786B color RGB value is (151,120,107).

  • red value is 151;
  • green value is 120;
  • blue value is 107.
RGB:
(151,120,107)
(59%,47%,42%)

RGB channels and saturation

R 151 of 255 = 59%
G 120 of 255 = 47%
B 107 of 255 = 42%

151
120
107

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

Portions of RGB colors in percentages

R + G + B =
151 + 120 + 107 = 378 (100%)
R 151 of 378 ~ 39.95%
G 120 of 378 ~ 31.75%
B 107 of 378 ~ 28.31%

%39.95
%31.75
%28.31

CMYK color model

#97786B color CMYK value is (0,21,29,41).

  • cyan value is 0.00%
  • magenta value is 20.53%
  • yellow value is 29.14%
  • key color value is 40.78%
CMYK:
(0,21,29,41)
C0M21Y29K41 
(0%,21%,29%,41%)
(0.00/0.21/0.29/0.41)	

CMYK percentages

%0
%20.53
%29.14
%40.78

Codes

Color #97786B in popluar color models

97786B
RGB151120107
HSL18°17.46%50.59%
HSB/HSV18°29.14%59.22%
CMYK0.00%20.53%29.14%
40.78%

Color #97786B in popluar number systems.

HEX97786B
Decimal151120107
Binary1001011111110001101011
Octal227170153

Shades and tints

Shades of #97786B

#97786B
(151,120,107)
#8A6E62
(138,110,98)
#7D6459
(125,100,89)
#705A50
(112,90,80)
#635047
(99,80,71)
#56463E
(86,70,62)
#493C35
(73,60,53)
#3C322C
(60,50,44)
#2F2823
(47,40,35)
#221E1A
(34,30,26)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #97786B

#97786B
(151,120,107)
#A08478
(160,132,120)
#A99085
(169,144,133)
#B29C92
(178,156,146)
#BBA89F
(187,168,159)
#C4B4AC
(196,180,172)
#CDC0B9
(205,192,185)
#D6CCC6
(214,204,198)
#DFD8D3
(223,216,211)
#E8E4E0
(232,228,224)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97786B color. Also use rgb(151,120,107) instead hex code.

Text Font Color

.myTextColor { color: #97786B; }

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

This text font color is #97786B.


Background Color

.myBgColor { background-color: #97786B; }

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

This div background color is #97786B.


Border color

.myBorderColor { border: 1px solid #97786B; }

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

This div border color is #97786B.


Opacity

.myOpacity80 { color: #97786B; opacity: 0.8; }

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

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

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

This text has shadow with #97786B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97786B on black background.


Color preview on white background

This text has color #97786B on white background.



Black color preview on #97786B background

This text has black color on #97786B background.


White color preview on #97786B background

This text has white color on #97786B background.