COLOR #97995B

HEX: #97995B RGB: (151,153,91)

Color info

#97995B contains mainly red and green colors. Web safe color of #97995B is #999966 (or #996).

RGB color model

#97995B color RGB value is (151,153,91).

RGB: (151,153,91) (59%, 60%, 36%)

RGB channels and saturation

R 151 of 255 = 59%
G 153 of 255 = 60%
B 91 of 255 = 36%

151
153
91

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

Portions of RGB colors in percentages

R + G + B = 151 + 153 + 91 = 395 (100%)
R 151 of 395 ~ 38.23%
G 153 of 395 ~ 38.73%
B 91 of 395 ~ 23.04'%

%38.23
%38.73
%23.04

CMYK color model

#97995B color CMYK value is (1,0,41,40).

  • cyan value is 1.31%
  • magenta value is 0.00%
  • yellow value is 40.52%
  • key color value is 40.00%

CMYK: (1,0,41,40)
C1M0Y41K40 (1%, 0%, 41%, 40%)
(0.01 / 0.00 / 0.41 / 0.40)

CMYK percentages

%1.31
%0
%40.52
%40

Codes

Color #97995B in popluar color models

97 99 5B
RGB 151 153 91
HSL 62° 25.41% 47.84%
HSB/HSV 62° 40.52% 60.00%
CMYK 1.31% 0.00% 40.52%
40.00%

Color #97995B in popluar number systems.

HEX 97 99 5B
Decimal 151 153 91
Binary 10010111 10011001 1011011
Octal 227 231 133

Shades and tints

Shades of #97995B

#97995B
(151,153,91)
#8A8C53
(138,140,83)
#7D7F4B
(125,127,75)
#707243
(112,114,67)
#63653B
(99,101,59)
#565833
(86,88,51)
#494B2B
(73,75,43)
#3C3E23
(60,62,35)
#2F311B
(47,49,27)
#222413
(34,36,19)
#15170B
(21,23,11)
#000000
(0,0,0)

Tints of #97995B

#97995B
(151,153,91)
#A0A269
(160,162,105)
#A9AB77
(169,171,119)
#B2B485
(178,180,133)
#BBBD93
(187,189,147)
#C4C6A1
(196,198,161)
#CDCFAF
(205,207,175)
#D6D8BD
(214,216,189)
#DFE1CB
(223,225,203)
#E8EAD9
(232,234,217)
#F1F3E7
(241,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97995B color. Also use rgb(151,153,91) instead hex code.

Text Font Color

.myTextColor { color: #97995B; }

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

This text font color is #97995B.

Background Color

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

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

This div background color is #97995B.

Border color

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

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

This div border color is #97995B.

Opacity

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

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

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

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

This text has shadow with #97995B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97995B.

Preview

Color preview on black background

This text has color #97995B on black background.


Color preview on white background

This text has color #97995B on white background.


Black color preview on #97995B background

This text has black color on #97995B background.


White color preview on #97995B background

This text has white color on #97995B background.


Related colors

Complementary color

Complementary color for #hex is #6866A4.


I love getcolorcode.com

Triadic colors

1 #5B9799 and #995B97 with #97995B are triadic colors.

2 #5B9997 and #99975B with #97995B are triadic colors.