COLOR #97966B

HEX: #97966B
RGB: (151,150,107)

Color info

#97966B contains red, green and blue colors in about the same proportion. Web safe color of #97966B is #999966 (or #996).

RGB color model

#97966B color RGB value is (151,150,107).

  • red value is 151;
  • green value is 150;
  • blue value is 107.
RGB:
(151,150,107)
(59%,59%,42%)

RGB channels and saturation

R 151 of 255 = 59%
G 150 of 255 = 59%
B 107 of 255 = 42%

151
150
107

R + G + B ~ 53%. #97966B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 150 + 107 = 408 (100%)
R 151 of 408 ~ 37.01%
G 150 of 408 ~ 36.76%
B 107 of 408 ~ 26.23%

%37.01
%36.76
%26.23

CMYK color model

#97966B color CMYK value is (0,1,29,41).

  • cyan value is 0.00%
  • magenta value is 0.66%
  • yellow value is 29.14%
  • key color value is 40.78%
CMYK:
(0,1,29,41)
C0M1Y29K41 
(0%,1%,29%,41%)
(0.00/0.01/0.29/0.41)	

CMYK percentages

%0
%0.66
%29.14
%40.78

Codes

Color #97966B in popluar color models

97966B
RGB151150107
HSL59°17.46%50.59%
HSB/HSV59°29.14%59.22%
CMYK0.00%0.66%29.14%
40.78%

Color #97966B in popluar number systems.

HEX97966B
Decimal151150107
Binary10010111100101101101011
Octal227226153

Shades and tints

Shades of #97966B

#97966B
(151,150,107)
#8A8962
(138,137,98)
#7D7C59
(125,124,89)
#706F50
(112,111,80)
#636247
(99,98,71)
#56553E
(86,85,62)
#494835
(73,72,53)
#3C3B2C
(60,59,44)
#2F2E23
(47,46,35)
#22211A
(34,33,26)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #97966B

#97966B
(151,150,107)
#A09F78
(160,159,120)
#A9A885
(169,168,133)
#B2B192
(178,177,146)
#BBBA9F
(187,186,159)
#C4C3AC
(196,195,172)
#CDCCB9
(205,204,185)
#D6D5C6
(214,213,198)
#DFDED3
(223,222,211)
#E8E7E0
(232,231,224)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97966B color. Also use rgb(151,150,107) instead hex code.

Text Font Color

.myTextColor { color: #97966B; }

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

This text font color is #97966B.


Background Color

.myBgColor { background-color: #97966B; }

<div style="background-color:#97966B">Inner text</div>

This div background color is #97966B.


Border color

.myBorderColor { border: 1px solid #97966B; }

<div style="border:3px solid #97966B">Div</div>

This div border color is #97966B.


Opacity

.myOpacity80 { color: #97966B; opacity: 0.8; }

<p style="color:#97966B;opacity:0.8;">80%</p>

Text with #97966B 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 #97966B;}

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

This text has shadow with #97966B color.

.textShadow {text-shadow: 3px 3px 1px #97966B, 3px 3px 1px red;}

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

This text has shadow with #97966B primary color and red secondary color.


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

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

This text has shadow with #97966B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97966B on black background.


Color preview on white background

This text has color #97966B on white background.



Black color preview on #97966B background

This text has black color on #97966B background.


White color preview on #97966B background

This text has white color on #97966B background.