COLOR #997F73

HEX: #997F73
RGB: (153,127,115)

Color info

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

RGB color model

#997F73 color RGB value is (153,127,115).

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

RGB channels and saturation

R 153 of 255 = 60%
G 127 of 255 = 50%
B 115 of 255 = 45%

153
127
115

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

Portions of RGB colors in percentages

R + G + B =
153 + 127 + 115 = 395 (100%)
R 153 of 395 ~ 38.73%
G 127 of 395 ~ 32.15%
B 115 of 395 ~ 29.11%

%38.73
%32.15
%29.11

CMYK color model

#997F73 color CMYK value is (0,17,25,40).

  • cyan value is 0.00%
  • magenta value is 16.99%
  • yellow value is 24.84%
  • key color value is 40.00%
CMYK:
(0,17,25,40)
C0M17Y25K40 
(0%,17%,25%,40%)
(0.00/0.17/0.25/0.40)	

CMYK percentages

%0
%16.99
%24.84
%40

Codes

Color #997F73 in popluar color models

997F73
RGB153127115
HSL19°15.70%52.55%
HSB/HSV19°24.84%60.00%
CMYK0.00%16.99%24.84%
40.00%

Color #997F73 in popluar number systems.

HEX997F73
Decimal153127115
Binary1001100111111111110011
Octal231177163

Shades and tints

Shades of #997F73

#997F73
(153,127,115)
#8C7469
(140,116,105)
#7F695F
(127,105,95)
#725E55
(114,94,85)
#65534B
(101,83,75)
#584841
(88,72,65)
#4B3D37
(75,61,55)
#3E322D
(62,50,45)
#312723
(49,39,35)
#241C19
(36,28,25)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #997F73

#997F73
(153,127,115)
#A28A7F
(162,138,127)
#AB958B
(171,149,139)
#B4A097
(180,160,151)
#BDABA3
(189,171,163)
#C6B6AF
(198,182,175)
#CFC1BB
(207,193,187)
#D8CCC7
(216,204,199)
#E1D7D3
(225,215,211)
#EAE2DF
(234,226,223)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997F73; }

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

This text font color is #997F73.


Background Color

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

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

This div background color is #997F73.


Border color

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

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

This div border color is #997F73.


Opacity

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

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

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

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

This text has shadow with #997F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997F73 on black background.


Color preview on white background

This text has color #997F73 on white background.



Black color preview on #997F73 background

This text has black color on #997F73 background.


White color preview on #997F73 background

This text has white color on #997F73 background.