COLOR #997A6D

HEX: #997A6D
RGB: (153,122,109)

Color info

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

RGB color model

#997A6D color RGB value is (153,122,109).

  • red value is 153;
  • green value is 122;
  • blue value is 109.
RGB:
(153,122,109)
(60%,48%,43%)

RGB channels and saturation

R 153 of 255 = 60%
G 122 of 255 = 48%
B 109 of 255 = 43%

153
122
109

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

Portions of RGB colors in percentages

R + G + B =
153 + 122 + 109 = 384 (100%)
R 153 of 384 ~ 39.84%
G 122 of 384 ~ 31.77%
B 109 of 384 ~ 28.39%

%39.84
%31.77
%28.39

CMYK color model

#997A6D color CMYK value is (0,20,29,40).

  • cyan value is 0.00%
  • magenta value is 20.26%
  • yellow value is 28.76%
  • key color value is 40.00%
CMYK:
(0,20,29,40)
C0M20Y29K40 
(0%,20%,29%,40%)
(0.00/0.20/0.29/0.40)	

CMYK percentages

%0
%20.26
%28.76
%40

Codes

Color #997A6D in popluar color models

997A6D
RGB153122109
HSL18°17.74%51.37%
HSB/HSV18°28.76%60.00%
CMYK0.00%20.26%28.76%
40.00%

Color #997A6D in popluar number systems.

HEX997A6D
Decimal153122109
Binary1001100111110101101101
Octal231172155

Shades and tints

Shades of #997A6D

#997A6D
(153,122,109)
#8C6F64
(140,111,100)
#7F645B
(127,100,91)
#725952
(114,89,82)
#654E49
(101,78,73)
#584340
(88,67,64)
#4B3837
(75,56,55)
#3E2D2E
(62,45,46)
#312225
(49,34,37)
#24171C
(36,23,28)
#170C13
(23,12,19)
#000000
(0,0,0)

Tints of #997A6D

#997A6D
(153,122,109)
#A2867A
(162,134,122)
#AB9287
(171,146,135)
#B49E94
(180,158,148)
#BDAAA1
(189,170,161)
#C6B6AE
(198,182,174)
#CFC2BB
(207,194,187)
#D8CEC8
(216,206,200)
#E1DAD5
(225,218,213)
#EAE6E2
(234,230,226)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997A6D color. Also use rgb(153,122,109) instead hex code.

Text Font Color

.myTextColor { color: #997A6D; }

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

This text font color is #997A6D.


Background Color

.myBgColor { background-color: #997A6D; }

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

This div background color is #997A6D.


Border color

.myBorderColor { border: 1px solid #997A6D; }

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

This div border color is #997A6D.


Opacity

.myOpacity80 { color: #997A6D; opacity: 0.8; }

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

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

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

This text has shadow with #997A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997A6D on black background.


Color preview on white background

This text has color #997A6D on white background.



Black color preview on #997A6D background

This text has black color on #997A6D background.


White color preview on #997A6D background

This text has white color on #997A6D background.