COLOR #97837E

HEX: #97837E
RGB: (151,131,126)

Color info

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

RGB color model

#97837E color RGB value is (151,131,126).

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

RGB channels and saturation

R 151 of 255 = 59%
G 131 of 255 = 51%
B 126 of 255 = 49%

151
131
126

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

Portions of RGB colors in percentages

R + G + B =
151 + 131 + 126 = 408 (100%)
R 151 of 408 ~ 37.01%
G 131 of 408 ~ 32.11%
B 126 of 408 ~ 30.88%

%37.01
%32.11
%30.88

CMYK color model

#97837E color CMYK value is (0,13,17,41).

  • cyan value is 0.00%
  • magenta value is 13.25%
  • yellow value is 16.56%
  • key color value is 40.78%
CMYK:
(0,13,17,41)
C0M13Y17K41 
(0%,13%,17%,41%)
(0.00/0.13/0.17/0.41)	

CMYK percentages

%0
%13.25
%16.56
%40.78

Codes

Color #97837E in popluar color models

97837E
RGB151131126
HSL12°10.73%54.31%
HSB/HSV12°16.56%59.22%
CMYK0.00%13.25%16.56%
40.78%

Color #97837E in popluar number systems.

HEX97837E
Decimal151131126
Binary10010111100000111111110
Octal227203176

Shades and tints

Shades of #97837E

#97837E
(151,131,126)
#8A7873
(138,120,115)
#7D6D68
(125,109,104)
#70625D
(112,98,93)
#635752
(99,87,82)
#564C47
(86,76,71)
#49413C
(73,65,60)
#3C3631
(60,54,49)
#2F2B26
(47,43,38)
#22201B
(34,32,27)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #97837E

#97837E
(151,131,126)
#A08E89
(160,142,137)
#A99994
(169,153,148)
#B2A49F
(178,164,159)
#BBAFAA
(187,175,170)
#C4BAB5
(196,186,181)
#CDC5C0
(205,197,192)
#D6D0CB
(214,208,203)
#DFDBD6
(223,219,214)
#E8E6E1
(232,230,225)
#F1F1EC
(241,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97837E; }

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

This text font color is #97837E.


Background Color

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

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

This div background color is #97837E.


Border color

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

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

This div border color is #97837E.


Opacity

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

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

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

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

This text has shadow with #97837E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97837E on black background.


Color preview on white background

This text has color #97837E on white background.



Black color preview on #97837E background

This text has black color on #97837E background.


White color preview on #97837E background

This text has white color on #97837E background.