COLOR #997B61

HEX: #997B61 RGB: (153,123,97)

Color info

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

RGB color model

#997B61 color RGB value is (153,123,97).

RGB: (153,123,97) (60%, 48%, 38%)

RGB channels and saturation

R 153 of 255 = 60%
G 123 of 255 = 48%
B 97 of 255 = 38%

153
123
97

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

Portions of RGB colors in percentages

R + G + B = 153 + 123 + 97 = 373 (100%)
R 153 of 373 ~ 41.02%
G 123 of 373 ~ 32.98%
B 97 of 373 ~ 26.01'%

%41.02
%32.98
%26.01

CMYK color model

#997B61 color CMYK value is (0,20,37,40).

  • cyan value is 0.00%
  • magenta value is 19.61%
  • yellow value is 36.60%
  • key color value is 40.00%

CMYK: (0,20,37,40)
C0M20Y37K40 (0%, 20%, 37%, 40%)
(0.00 / 0.20 / 0.37 / 0.40)

CMYK percentages

%0
%19.61
%36.6
%40

Codes

Color #997B61 in popluar color models

99 7B 61
RGB 153 123 97
HSL 28° 22.40% 49.02%
HSB/HSV 28° 36.60% 60.00%
CMYK 0.00% 19.61% 36.60%
40.00%

Color #997B61 in popluar number systems.

HEX 99 7B 61
Decimal 153 123 97
Binary 10011001 1111011 1100001
Octal 231 173 141

Shades and tints

Shades of #997B61

#997B61
(153,123,97)
#8C7059
(140,112,89)
#7F6551
(127,101,81)
#725A49
(114,90,73)
#654F41
(101,79,65)
#584439
(88,68,57)
#4B3931
(75,57,49)
#3E2E29
(62,46,41)
#312321
(49,35,33)
#241819
(36,24,25)
#170D11
(23,13,17)
#000000
(0,0,0)

Tints of #997B61

#997B61
(153,123,97)
#A2876F
(162,135,111)
#AB937D
(171,147,125)
#B49F8B
(180,159,139)
#BDAB99
(189,171,153)
#C6B7A7
(198,183,167)
#CFC3B5
(207,195,181)
#D8CFC3
(216,207,195)
#E1DBD1
(225,219,209)
#EAE7DF
(234,231,223)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997B61 color. Also use rgb(153,123,97) instead hex code.

Text Font Color

.myTextColor { color: #997B61; }

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

This text font color is #997B61.

Background Color

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

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

This div background color is #997B61.

Border color

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

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

This div border color is #997B61.

Opacity

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

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

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

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

This text has shadow with #997B61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #997B61.

Preview

Color preview on black background

This text has color #997B61 on black background.


Color preview on white background

This text has color #997B61 on white background.


Black color preview on #997B61 background

This text has black color on #997B61 background.


White color preview on #997B61 background

This text has white color on #997B61 background.


Related colors

Complementary color

Complementary color for #hex is #66849E.


I love getcolorcode.com

Triadic colors

1 #61997B and #7B6199 with #997B61 are triadic colors.

2 #617B99 and #7B9961 with #997B61 are triadic colors.