COLOR #997860

HEX: #997860
RGB: (153,120,96)

Color info

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

RGB color model

#997860 color RGB value is (153,120,96).

  • red value is 153;
  • green value is 120;
  • blue value is 96.
RGB:
(153,120,96)
(60%,47%,38%)

RGB channels and saturation

R 153 of 255 = 60%
G 120 of 255 = 47%
B 96 of 255 = 38%

153
120
96

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

Portions of RGB colors in percentages

R + G + B =
153 + 120 + 96 = 369 (100%)
R 153 of 369 ~ 41.46%
G 120 of 369 ~ 32.52%
B 96 of 369 ~ 26.02%

%41.46
%32.52
%26.02

CMYK color model

#997860 color CMYK value is (0,22,37,40).

  • cyan value is 0.00%
  • magenta value is 21.57%
  • yellow value is 37.25%
  • key color value is 40.00%
CMYK:
(0,22,37,40)
C0M22Y37K40 
(0%,22%,37%,40%)
(0.00/0.22/0.37/0.40)	

CMYK percentages

%0
%21.57
%37.25
%40

Codes

Color #997860 in popluar color models

997860
RGB15312096
HSL25°22.89%48.82%
HSB/HSV25°37.25%60.00%
CMYK0.00%21.57%37.25%
40.00%

Color #997860 in popluar number systems.

HEX997860
Decimal15312096
Binary1001100111110001100000
Octal231170140

Shades and tints

Shades of #997860

#997860
(153,120,96)
#8C6E58
(140,110,88)
#7F6450
(127,100,80)
#725A48
(114,90,72)
#655040
(101,80,64)
#584638
(88,70,56)
#4B3C30
(75,60,48)
#3E3228
(62,50,40)
#312820
(49,40,32)
#241E18
(36,30,24)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #997860

#997860
(153,120,96)
#A2846E
(162,132,110)
#AB907C
(171,144,124)
#B49C8A
(180,156,138)
#BDA898
(189,168,152)
#C6B4A6
(198,180,166)
#CFC0B4
(207,192,180)
#D8CCC2
(216,204,194)
#E1D8D0
(225,216,208)
#EAE4DE
(234,228,222)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997860 color. Also use rgb(153,120,96) instead hex code.

Text Font Color

.myTextColor { color: #997860; }

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

This text font color is #997860.


Background Color

.myBgColor { background-color: #997860; }

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

This div background color is #997860.


Border color

.myBorderColor { border: 1px solid #997860; }

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

This div border color is #997860.


Opacity

.myOpacity80 { color: #997860; opacity: 0.8; }

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

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

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

This text has shadow with #997860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997860 on black background.


Color preview on white background

This text has color #997860 on white background.



Black color preview on #997860 background

This text has black color on #997860 background.


White color preview on #997860 background

This text has white color on #997860 background.