COLOR #997F6F

HEX: #997F6F
RGB: (153,127,111)

Color info

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

RGB color model

#997F6F color RGB value is (153,127,111).

  • red value is 153;
  • green value is 127;
  • blue value is 111.
RGB:
(153,127,111)
(60%,50%,44%)

RGB channels and saturation

R 153 of 255 = 60%
G 127 of 255 = 50%
B 111 of 255 = 44%

153
127
111

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

Portions of RGB colors in percentages

R + G + B =
153 + 127 + 111 = 391 (100%)
R 153 of 391 ~ 39.13%
G 127 of 391 ~ 32.48%
B 111 of 391 ~ 28.39%

%39.13
%32.48
%28.39

CMYK color model

#997F6F color CMYK value is (0,17,27,40).

  • cyan value is 0.00%
  • magenta value is 16.99%
  • yellow value is 27.45%
  • key color value is 40.00%
CMYK:
(0,17,27,40)
C0M17Y27K40 
(0%,17%,27%,40%)
(0.00/0.17/0.27/0.40)	

CMYK percentages

%0
%16.99
%27.45
%40

Codes

Color #997F6F in popluar color models

997F6F
RGB153127111
HSL23°17.07%51.76%
HSB/HSV23°27.45%60.00%
CMYK0.00%16.99%27.45%
40.00%

Color #997F6F in popluar number systems.

HEX997F6F
Decimal153127111
Binary1001100111111111101111
Octal231177157

Shades and tints

Shades of #997F6F

#997F6F
(153,127,111)
#8C7465
(140,116,101)
#7F695B
(127,105,91)
#725E51
(114,94,81)
#655347
(101,83,71)
#58483D
(88,72,61)
#4B3D33
(75,61,51)
#3E3229
(62,50,41)
#31271F
(49,39,31)
#241C15
(36,28,21)
#17110B
(23,17,11)
#000000
(0,0,0)

Tints of #997F6F

#997F6F
(153,127,111)
#A28A7C
(162,138,124)
#AB9589
(171,149,137)
#B4A096
(180,160,150)
#BDABA3
(189,171,163)
#C6B6B0
(198,182,176)
#CFC1BD
(207,193,189)
#D8CCCA
(216,204,202)
#E1D7D7
(225,215,215)
#EAE2E4
(234,226,228)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997F6F color. Also use rgb(153,127,111) instead hex code.

Text Font Color

.myTextColor { color: #997F6F; }

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

This text font color is #997F6F.


Background Color

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

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

This div background color is #997F6F.


Border color

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

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

This div border color is #997F6F.


Opacity

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

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

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

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

This text has shadow with #997F6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997F6F on black background.


Color preview on white background

This text has color #997F6F on white background.



Black color preview on #997F6F background

This text has black color on #997F6F background.


White color preview on #997F6F background

This text has white color on #997F6F background.