COLOR #997A74

HEX: #997A74
RGB: (153,122,116)

Color info

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

RGB color model

#997A74 color RGB value is (153,122,116).

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

RGB channels and saturation

R 153 of 255 = 60%
G 122 of 255 = 48%
B 116 of 255 = 45%

153
122
116

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

Portions of RGB colors in percentages

R + G + B =
153 + 122 + 116 = 391 (100%)
R 153 of 391 ~ 39.13%
G 122 of 391 ~ 31.2%
B 116 of 391 ~ 29.67%

%39.13
%31.2
%29.67

CMYK color model

#997A74 color CMYK value is (0,20,24,40).

  • cyan value is 0.00%
  • magenta value is 20.26%
  • yellow value is 24.18%
  • key color value is 40.00%
CMYK:
(0,20,24,40)
C0M20Y24K40 
(0%,20%,24%,40%)
(0.00/0.20/0.24/0.40)	

CMYK percentages

%0
%20.26
%24.18
%40

Codes

Color #997A74 in popluar color models

997A74
RGB153122116
HSL10°15.35%52.75%
HSB/HSV10°24.18%60.00%
CMYK0.00%20.26%24.18%
40.00%

Color #997A74 in popluar number systems.

HEX997A74
Decimal153122116
Binary1001100111110101110100
Octal231172164

Shades and tints

Shades of #997A74

#997A74
(153,122,116)
#8C6F6A
(140,111,106)
#7F6460
(127,100,96)
#725956
(114,89,86)
#654E4C
(101,78,76)
#584342
(88,67,66)
#4B3838
(75,56,56)
#3E2D2E
(62,45,46)
#312224
(49,34,36)
#24171A
(36,23,26)
#170C10
(23,12,16)
#000000
(0,0,0)

Tints of #997A74

#997A74
(153,122,116)
#A28680
(162,134,128)
#AB928C
(171,146,140)
#B49E98
(180,158,152)
#BDAAA4
(189,170,164)
#C6B6B0
(198,182,176)
#CFC2BC
(207,194,188)
#D8CEC8
(216,206,200)
#E1DAD4
(225,218,212)
#EAE6E0
(234,230,224)
#F3F2EC
(243,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997A74; }

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

This text font color is #997A74.


Background Color

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

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

This div background color is #997A74.


Border color

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

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

This div border color is #997A74.


Opacity

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

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

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

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

This text has shadow with #997A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997A74 on black background.


Color preview on white background

This text has color #997A74 on white background.



Black color preview on #997A74 background

This text has black color on #997A74 background.


White color preview on #997A74 background

This text has white color on #997A74 background.