COLOR #997C6C

HEX: #997C6C RGB: (153,124,108)

Color info

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

RGB color model

#997C6C color RGB value is (153,124,108).

RGB: (153,124,108) (60%, 49%, 42%)

RGB channels and saturation

R 153 of 255 = 60%
G 124 of 255 = 49%
B 108 of 255 = 42%

153
124
108

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

Portions of RGB colors in percentages

R + G + B = 153 + 124 + 108 = 385 (100%)
R 153 of 385 ~ 39.74%
G 124 of 385 ~ 32.21%
B 108 of 385 ~ 28.05'%

%39.74
%32.21
%28.05

CMYK color model

#997C6C color CMYK value is (0,19,29,40).

  • cyan value is 0.00%
  • magenta value is 18.95%
  • yellow value is 29.41%
  • key color value is 40.00%

CMYK: (0,19,29,40)
C0M19Y29K40 (0%, 19%, 29%, 40%)
(0.00 / 0.19 / 0.29 / 0.40)

CMYK percentages

%0
%18.95
%29.41
%40

Codes

Color #997C6C in popluar color models

99 7C 6C
RGB 153 124 108
HSL 21° 18.07% 51.18%
HSB/HSV 21° 29.41% 60.00%
CMYK 0.00% 18.95% 29.41%
40.00%

Color #997C6C in popluar number systems.

HEX 99 7C 6C
Decimal 153 124 108
Binary 10011001 1111100 1101100
Octal 231 174 154

Shades and tints

Shades of #997C6C

#997C6C
(153,124,108)
#8C7163
(140,113,99)
#7F665A
(127,102,90)
#725B51
(114,91,81)
#655048
(101,80,72)
#58453F
(88,69,63)
#4B3A36
(75,58,54)
#3E2F2D
(62,47,45)
#312424
(49,36,36)
#24191B
(36,25,27)
#170E12
(23,14,18)
#000000
(0,0,0)

Tints of #997C6C

#997C6C
(153,124,108)
#A28779
(162,135,121)
#AB9286
(171,146,134)
#B49D93
(180,157,147)
#BDA8A0
(189,168,160)
#C6B3AD
(198,179,173)
#CFBEBA
(207,190,186)
#D8C9C7
(216,201,199)
#E1D4D4
(225,212,212)
#EADFE1
(234,223,225)
#F3EAEE
(243,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997C6C color. Also use rgb(153,124,108) instead hex code.

Text Font Color

.myTextColor { color: #997C6C; }

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

This text font color is #997C6C.

Background Color

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

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

This div background color is #997C6C.

Border color

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

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

This div border color is #997C6C.

Opacity

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

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

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

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

This text has shadow with #997C6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #997C6C.

Preview

Color preview on black background

This text has color #997C6C on black background.


Color preview on white background

This text has color #997C6C on white background.


Black color preview on #997C6C background

This text has black color on #997C6C background.


White color preview on #997C6C background

This text has white color on #997C6C background.


Related colors

Complementary color

Complementary color for #hex is #668393.


I love getcolorcode.com

Triadic colors

1 #6C997C and #7C6C99 with #997C6C are triadic colors.

2 #6C7C99 and #7C996C with #997C6C are triadic colors.