COLOR #997E5A

HEX: #997E5A RGB: (153,126,90)

Color info

#997E5A contains mainly red and green colors. Web safe color of #997E5A is #996666 (or #966).

RGB color model

#997E5A color RGB value is (153,126,90).

RGB: (153,126,90) (60%, 49%, 35%)

RGB channels and saturation

R 153 of 255 = 60%
G 126 of 255 = 49%
B 90 of 255 = 35%

153
126
90

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

Portions of RGB colors in percentages

R + G + B = 153 + 126 + 90 = 369 (100%)
R 153 of 369 ~ 41.46%
G 126 of 369 ~ 34.15%
B 90 of 369 ~ 24.39'%

%41.46
%34.15
%24.39

CMYK color model

#997E5A color CMYK value is (0,18,41,40).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 41.18%
  • key color value is 40.00%
CMYK: (0,18,41,40) C0M18Y41K40 (0%,18%,41%,40%) (0.00/0.18/0.41/0.40) 

CMYK percentages

%0
%17.65
%41.18
%40

Codes

Color #997E5A in popluar color models

99 7E 5A
RGB 153 126 90
HSL 34° 25.93% 47.65%
HSB/HSV 34° 41.18% 60.00%
CMYK 0.00% 17.65% 41.18%
40.00%

Color #997E5A in popluar number systems.

HEX 99 7E 5A
Decimal 153 126 90
Binary 10011001 1111110 1011010
Octal 231 176 132

Shades and tints

Shades of #997E5A

#997E5A
(153,126,90)
#8C7352
(140,115,82)
#7F684A
(127,104,74)
#725D42
(114,93,66)
#65523A
(101,82,58)
#584732
(88,71,50)
#4B3C2A
(75,60,42)
#3E3122
(62,49,34)
#31261A
(49,38,26)
#241B12
(36,27,18)
#17100A
(23,16,10)
#000000
(0,0,0)

Tints of #997E5A

#997E5A
(153,126,90)
#A28969
(162,137,105)
#AB9478
(171,148,120)
#B49F87
(180,159,135)
#BDAA96
(189,170,150)
#C6B5A5
(198,181,165)
#CFC0B4
(207,192,180)
#D8CBC3
(216,203,195)
#E1D6D2
(225,214,210)
#EAE1E1
(234,225,225)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997E5A color. Also use rgb(153,126,90) instead hex code.

Text Font Color

.myTextColor { color: #997E5A; }

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

This text font color is #997E5A.

Background Color

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

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

This div background color is #997E5A.

Border color

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

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

This div border color is #997E5A.

Opacity

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

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

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

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

This text has shadow with #997E5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #997E5A.

Preview

Color preview on black background

This text has color #997E5A on black background.


Color preview on white background

This text has color #997E5A on white background.


Black color preview on #997E5A background

This text has black color on #997E5A background.


White color preview on #997E5A background

This text has white color on #997E5A background.


Related colors

Complementary color

Complementary color for #hex is #6681A5.


I love getcolorcode.com

Triadic colors

1 #5A997E and #7E5A99 with #997E5A are triadic colors.

2 #5A7E99 and #7E995A with #997E5A are triadic colors.