COLOR #997A2F

HEX: #997A2F
RGB: (153,122,47)

Color info

#997A2F contains mainly red and green colors. Web safe color of #997A2F is #996633 (or #963).

RGB color model

#997A2F color RGB value is (153,122,47).

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

RGB channels and saturation

R 153 of 255 = 60%
G 122 of 255 = 48%
B 47 of 255 = 18%

153
122
47

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

Portions of RGB colors in percentages

R + G + B =
153 + 122 + 47 = 322 (100%)
R 153 of 322 ~ 47.52%
G 122 of 322 ~ 37.89%
B 47 of 322 ~ 14.6%

%47.52
%37.89
%14.6

CMYK color model

#997A2F color CMYK value is (0,20,69,40).

  • cyan value is 0.00%
  • magenta value is 20.26%
  • yellow value is 69.28%
  • key color value is 40.00%
CMYK:
(0,20,69,40)
C0M20Y69K40 
(0%,20%,69%,40%)
(0.00/0.20/0.69/0.40)	

CMYK percentages

%0
%20.26
%69.28
%40

Codes

Color #997A2F in popluar color models

997A2F
RGB15312247
HSL42°53.00%39.22%
HSB/HSV42°69.28%60.00%
CMYK0.00%20.26%69.28%
40.00%

Color #997A2F in popluar number systems.

HEX997A2F
Decimal15312247
Binary100110011111010101111
Octal23117257

Shades and tints

Shades of #997A2F

#997A2F
(153,122,47)
#8C6F2B
(140,111,43)
#7F6427
(127,100,39)
#725923
(114,89,35)
#654E1F
(101,78,31)
#58431B
(88,67,27)
#4B3817
(75,56,23)
#3E2D13
(62,45,19)
#31220F
(49,34,15)
#24170B
(36,23,11)
#170C07
(23,12,7)
#000000
(0,0,0)

Tints of #997A2F

#997A2F
(153,122,47)
#A28641
(162,134,65)
#AB9253
(171,146,83)
#B49E65
(180,158,101)
#BDAA77
(189,170,119)
#C6B689
(198,182,137)
#CFC29B
(207,194,155)
#D8CEAD
(216,206,173)
#E1DABF
(225,218,191)
#EAE6D1
(234,230,209)
#F3F2E3
(243,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997A2F; }

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

This text font color is #997A2F.


Background Color

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

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

This div background color is #997A2F.


Border color

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

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

This div border color is #997A2F.


Opacity

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

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

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

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

This text has shadow with #997A2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997A2F on black background.


Color preview on white background

This text has color #997A2F on white background.



Black color preview on #997A2F background

This text has black color on #997A2F background.


White color preview on #997A2F background

This text has white color on #997A2F background.