COLOR #97877E

HEX: #97877E
RGB: (151,135,126)

Color info

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

RGB color model

#97877E color RGB value is (151,135,126).

  • red value is 151;
  • green value is 135;
  • blue value is 126.
RGB:
(151,135,126)
(59%,53%,49%)

RGB channels and saturation

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

151
135
126

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

Portions of RGB colors in percentages

R + G + B =
151 + 135 + 126 = 412 (100%)
R 151 of 412 ~ 36.65%
G 135 of 412 ~ 32.77%
B 126 of 412 ~ 30.58%

%36.65
%32.77
%30.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.60%
  • yellow value is 16.56%
  • 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
%16.56
%40.78

Codes

Color #97877E in popluar color models

97877E
RGB151135126
HSL22°10.73%54.31%
HSB/HSV22°16.56%59.22%
CMYK0.00%10.60%16.56%
40.78%

Color #97877E in popluar number systems.

HEX97877E
Decimal151135126
Binary10010111100001111111110
Octal227207176

Shades and tints

Shades of #97877E

#97877E
(151,135,126)
#8A7B73
(138,123,115)
#7D6F68
(125,111,104)
#70635D
(112,99,93)
#635752
(99,87,82)
#564B47
(86,75,71)
#493F3C
(73,63,60)
#3C3331
(60,51,49)
#2F2726
(47,39,38)
#221B1B
(34,27,27)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #97877E

#97877E
(151,135,126)
#A09189
(160,145,137)
#A99B94
(169,155,148)
#B2A59F
(178,165,159)
#BBAFAA
(187,175,170)
#C4B9B5
(196,185,181)
#CDC3C0
(205,195,192)
#D6CDCB
(214,205,203)
#DFD7D6
(223,215,214)
#E8E1E1
(232,225,225)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97877E; }

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

This text font color is #97877E.


Background Color

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

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

This div background color is #97877E.


Border color

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

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

This div border color is #97877E.


Opacity

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

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

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

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

This text has shadow with #97877E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97877E on black background.


Color preview on white background

This text has color #97877E on white background.



Black color preview on #97877E background

This text has black color on #97877E background.


White color preview on #97877E background

This text has white color on #97877E background.