COLOR #97877D

HEX: #97877D RGB: (151,135,125)

Color info

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

RGB color model

#97877D color RGB value is (151,135,125).

RGB: (151,135,125) (59%, 53%, 49%)

RGB channels and saturation

R 151 of 255 = 59%
G 135 of 255 = 53%
B 125 of 255 = 49%

151
135
125

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

Portions of RGB colors in percentages

R + G + B = 151 + 135 + 125 = 411 (100%)
R 151 of 411 ~ 36.74%
G 135 of 411 ~ 32.85%
B 125 of 411 ~ 30.41'%

%36.74
%32.85
%30.41

CMYK color model

#97877D color CMYK value is (0,11,17,41).

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

CMYK: (0,11,17,41)
C0M11Y17K41 (0%, 11%, 17%, 41%)
(0.00 / 0.11 / 0.17 / 0.41)

CMYK percentages

%0
%10.6
%17.22
%40.78

Codes

Color #97877D in popluar color models

97 87 7D
RGB 151 135 125
HSL 23° 11.11% 54.12%
HSB/HSV 23° 17.22% 59.22%
CMYK 0.00% 10.60% 17.22%
40.78%

Color #97877D in popluar number systems.

HEX 97 87 7D
Decimal 151 135 125
Binary 10010111 10000111 1111101
Octal 227 207 175

Shades and tints

Shades of #97877D

#97877D
(151,135,125)
#8A7B72
(138,123,114)
#7D6F67
(125,111,103)
#70635C
(112,99,92)
#635751
(99,87,81)
#564B46
(86,75,70)
#493F3B
(73,63,59)
#3C3330
(60,51,48)
#2F2725
(47,39,37)
#221B1A
(34,27,26)
#150F0F
(21,15,15)
#000000
(0,0,0)

Tints of #97877D

#97877D
(151,135,125)
#A09188
(160,145,136)
#A99B93
(169,155,147)
#B2A59E
(178,165,158)
#BBAFA9
(187,175,169)
#C4B9B4
(196,185,180)
#CDC3BF
(205,195,191)
#D6CDCA
(214,205,202)
#DFD7D5
(223,215,213)
#E8E1E0
(232,225,224)
#F1EBEB
(241,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97877D; }

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

This text font color is #97877D.

Background Color

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

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

This div background color is #97877D.

Border color

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

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

This div border color is #97877D.

Opacity

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

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

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

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

This text has shadow with #97877D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97877D.

Preview

Color preview on black background

This text has color #97877D on black background.


Color preview on white background

This text has color #97877D on white background.


Black color preview on #97877D background

This text has black color on #97877D background.


White color preview on #97877D background

This text has white color on #97877D background.


Related colors

Complementary color

Complementary color for #hex is #687882.


I love getcolorcode.com

Triadic colors

1 #7D9787 and #877D97 with #97877D are triadic colors.

2 #7D8797 and #87977D with #97877D are triadic colors.