COLOR #97947D

HEX: #97947D RGB: (151,148,125)

Color info

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

RGB color model

#97947D color RGB value is (151,148,125).

RGB: (151,148,125) (59%, 58%, 49%)

RGB channels and saturation

R 151 of 255 = 59%
G 148 of 255 = 58%
B 125 of 255 = 49%

151
148
125

R + G + B ~ 55%. #97947D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 151 + 148 + 125 = 424 (100%)
R 151 of 424 ~ 35.61%
G 148 of 424 ~ 34.91%
B 125 of 424 ~ 29.48'%

%35.61
%34.91
%29.48

CMYK color model

#97947D color CMYK value is (0,2,17,41).

  • cyan value is 0.00%
  • magenta value is 1.99%
  • yellow value is 17.22%
  • key color value is 40.78%

CMYK: (0,2,17,41)
C0M2Y17K41 (0%, 2%, 17%, 41%)
(0.00 / 0.02 / 0.17 / 0.41)

CMYK percentages

%0
%1.99
%17.22
%40.78

Codes

Color #97947D in popluar color models

97 94 7D
RGB 151 148 125
HSL 53° 11.11% 54.12%
HSB/HSV 53° 17.22% 59.22%
CMYK 0.00% 1.99% 17.22%
40.78%

Color #97947D in popluar number systems.

HEX 97 94 7D
Decimal 151 148 125
Binary 10010111 10010100 1111101
Octal 227 224 175

Shades and tints

Shades of #97947D

#97947D
(151,148,125)
#8A8772
(138,135,114)
#7D7A67
(125,122,103)
#706D5C
(112,109,92)
#636051
(99,96,81)
#565346
(86,83,70)
#49463B
(73,70,59)
#3C3930
(60,57,48)
#2F2C25
(47,44,37)
#221F1A
(34,31,26)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #97947D

#97947D
(151,148,125)
#A09D88
(160,157,136)
#A9A693
(169,166,147)
#B2AF9E
(178,175,158)
#BBB8A9
(187,184,169)
#C4C1B4
(196,193,180)
#CDCABF
(205,202,191)
#D6D3CA
(214,211,202)
#DFDCD5
(223,220,213)
#E8E5E0
(232,229,224)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97947D color. Also use rgb(151,148,125) instead hex code.

Text Font Color

.myTextColor { color: #97947D; }

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

This text font color is #97947D.

Background Color

.myBgColor { background-color: #97947D; }

<div style="background-color:#97947D">Inner text</div>

This div background color is #97947D.

Border color

.myBorderColor { border: 1px solid #97947D; }

<div style="border:3px solid #97947D">Div</div>

This div border color is #97947D.

Opacity

.myOpacity80 { color: #97947D; opacity: 0.8; }

<p style="color:#97947D;opacity:0.8;">80%</p>

Text with #97947D 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 #97947D;}

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

This text has shadow with #97947D color.


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

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

This text has shadow with #97947D primary color and red secondary color.


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

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

This text has shadow with #97947D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #97947D.

Preview

Color preview on black background

This text has color #97947D on black background.


Color preview on white background

This text has color #97947D on white background.


Black color preview on #97947D background

This text has black color on #97947D background.


White color preview on #97947D background

This text has white color on #97947D background.


Related colors

Complementary color

Complementary color for #hex is #686B82.


I love getcolorcode.com

Triadic colors

1 #7D9794 and #947D97 with #97947D are triadic colors.

2 #7D9497 and #94977D with #97947D are triadic colors.