COLOR #97847F

HEX: #97847F RGB: (151,132,127)

Color info

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

RGB color model

#97847F color RGB value is (151,132,127).

RGB: (151,132,127) (59%, 52%, 50%)

RGB channels and saturation

R 151 of 255 = 59%
G 132 of 255 = 52%
B 127 of 255 = 50%

151
132
127

R + G + B ~ 54%. #97847F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 151 + 132 + 127 = 410 (100%)
R 151 of 410 ~ 36.83%
G 132 of 410 ~ 32.2%
B 127 of 410 ~ 30.98'%

%36.83
%32.2
%30.98

CMYK color model

#97847F color CMYK value is (0,13,16,41).

  • cyan value is 0.00%
  • magenta value is 12.58%
  • yellow value is 15.89%
  • key color value is 40.78%
CMYK: (0,13,16,41) C0M13Y16K41 (0%,13%,16%,41%) (0.00/0.13/0.16/0.41) 

CMYK percentages

%0
%12.58
%15.89
%40.78

Codes

Color #97847F in popluar color models

97 84 7F
RGB 151 132 127
HSL 13° 10.34% 54.51%
HSB/HSV 13° 15.89% 59.22%
CMYK 0.00% 12.58% 15.89%
40.78%

Color #97847F in popluar number systems.

HEX 97 84 7F
Decimal 151 132 127
Binary 10010111 10000100 1111111
Octal 227 204 177

Shades and tints

Shades of #97847F

#97847F
(151,132,127)
#8A7874
(138,120,116)
#7D6C69
(125,108,105)
#70605E
(112,96,94)
#635453
(99,84,83)
#564848
(86,72,72)
#493C3D
(73,60,61)
#3C3032
(60,48,50)
#2F2427
(47,36,39)
#22181C
(34,24,28)
#150C11
(21,12,17)
#000000
(0,0,0)

Tints of #97847F

#97847F
(151,132,127)
#A08F8A
(160,143,138)
#A99A95
(169,154,149)
#B2A5A0
(178,165,160)
#BBB0AB
(187,176,171)
#C4BBB6
(196,187,182)
#CDC6C1
(205,198,193)
#D6D1CC
(214,209,204)
#DFDCD7
(223,220,215)
#E8E7E2
(232,231,226)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97847F color. Also use rgb(151,132,127) instead hex code.

Text Font Color

.myTextColor { color: #97847F; }

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

This text font color is #97847F.

Background Color

.myBgColor { background-color: #97847F; }

<div style="background-color:#97847F">Inner text</div>

This div background color is #97847F.

Border color

.myBorderColor { border: 1px solid #97847F; }

<div style="border:3px solid #97847F">Div</div>

This div border color is #97847F.

Opacity

.myOpacity80 { color: #97847F; opacity: 0.8; }

<p style="color:#97847F;opacity:0.8;">80%</p>

Text with #97847F 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 #97847F;}

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

This text has shadow with #97847F color.


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

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

This text has shadow with #97847F primary color and red secondary color.


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

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

This text has shadow with #97847F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #97847F.

Preview

Color preview on black background

This text has color #97847F on black background.


Color preview on white background

This text has color #97847F on white background.


Black color preview on #97847F background

This text has black color on #97847F background.


White color preview on #97847F background

This text has white color on #97847F background.


Related colors

Complementary color

Complementary color for #hex is #687B80.


I love getcolorcode.com

Triadic colors

1 #7F9784 and #847F97 with #97847F are triadic colors.

2 #7F8497 and #84977F with #97847F are triadic colors.