COLOR #97837B

HEX: #97837B
RGB: (151,131,123)

Color info

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

RGB color model

#97837B color RGB value is (151,131,123).

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

RGB channels and saturation

R 151 of 255 = 59%
G 131 of 255 = 51%
B 123 of 255 = 48%

151
131
123

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

Portions of RGB colors in percentages

R + G + B =
151 + 131 + 123 = 405 (100%)
R 151 of 405 ~ 37.28%
G 131 of 405 ~ 32.35%
B 123 of 405 ~ 30.37%

%37.28
%32.35
%30.37

CMYK color model

#97837B color CMYK value is (0,13,19,41).

  • cyan value is 0.00%
  • magenta value is 13.25%
  • yellow value is 18.54%
  • key color value is 40.78%
CMYK:
(0,13,19,41)
C0M13Y19K41 
(0%,13%,19%,41%)
(0.00/0.13/0.19/0.41)	

CMYK percentages

%0
%13.25
%18.54
%40.78

Codes

Color #97837B in popluar color models

97837B
RGB151131123
HSL17°11.86%53.73%
HSB/HSV17°18.54%59.22%
CMYK0.00%13.25%18.54%
40.78%

Color #97837B in popluar number systems.

HEX97837B
Decimal151131123
Binary10010111100000111111011
Octal227203173

Shades and tints

Shades of #97837B

#97837B
(151,131,123)
#8A7870
(138,120,112)
#7D6D65
(125,109,101)
#70625A
(112,98,90)
#63574F
(99,87,79)
#564C44
(86,76,68)
#494139
(73,65,57)
#3C362E
(60,54,46)
#2F2B23
(47,43,35)
#222018
(34,32,24)
#15150D
(21,21,13)
#000000
(0,0,0)

Tints of #97837B

#97837B
(151,131,123)
#A08E87
(160,142,135)
#A99993
(169,153,147)
#B2A49F
(178,164,159)
#BBAFAB
(187,175,171)
#C4BAB7
(196,186,183)
#CDC5C3
(205,197,195)
#D6D0CF
(214,208,207)
#DFDBDB
(223,219,219)
#E8E6E7
(232,230,231)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97837B; }

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

This text font color is #97837B.


Background Color

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

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

This div background color is #97837B.


Border color

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

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

This div border color is #97837B.


Opacity

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

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

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

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

This text has shadow with #97837B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97837B on black background.


Color preview on white background

This text has color #97837B on white background.



Black color preview on #97837B background

This text has black color on #97837B background.


White color preview on #97837B background

This text has white color on #97837B background.