COLOR #897B79

HEX: #897B79
RGB: (137,123,121)

Color info

#897B79 contains red, green and blue colors in about the same proportion. Web safe color of #897B79 is #996666 (or #966).

RGB color model

#897B79 color RGB value is (137,123,121).

  • red value is 137;
  • green value is 123;
  • blue value is 121.
RGB:
(137,123,121)
(54%,48%,47%)

RGB channels and saturation

R 137 of 255 = 54%
G 123 of 255 = 48%
B 121 of 255 = 47%

137
123
121

R + G + B ~ 50%. #897B79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 123 + 121 = 381 (100%)
R 137 of 381 ~ 35.96%
G 123 of 381 ~ 32.28%
B 121 of 381 ~ 31.76%

%35.96
%32.28
%31.76

CMYK color model

#897B79 color CMYK value is (0,10,12,46).

  • cyan value is 0.00%
  • magenta value is 10.22%
  • yellow value is 11.68%
  • key color value is 46.27%
CMYK:
(0,10,12,46)
C0M10Y12K46 
(0%,10%,12%,46%)
(0.00/0.10/0.12/0.46)	

CMYK percentages

%0
%10.22
%11.68
%46.27

Codes

Color #897B79 in popluar color models

897B79
RGB137123121
HSL6.35%50.59%
HSB/HSV11.68%53.73%
CMYK0.00%10.22%11.68%
46.27%

Color #897B79 in popluar number systems.

HEX897B79
Decimal137123121
Binary1000100111110111111001
Octal211173171

Shades and tints

Shades of #897B79

#897B79
(137,123,121)
#7D706E
(125,112,110)
#716563
(113,101,99)
#655A58
(101,90,88)
#594F4D
(89,79,77)
#4D4442
(77,68,66)
#413937
(65,57,55)
#352E2C
(53,46,44)
#292321
(41,35,33)
#1D1816
(29,24,22)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #897B79

#897B79
(137,123,121)
#938785
(147,135,133)
#9D9391
(157,147,145)
#A79F9D
(167,159,157)
#B1ABA9
(177,171,169)
#BBB7B5
(187,183,181)
#C5C3C1
(197,195,193)
#CFCFCD
(207,207,205)
#D9DBD9
(217,219,217)
#E3E7E5
(227,231,229)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897B79 color. Also use rgb(137,123,121) instead hex code.

Text Font Color

.myTextColor { color: #897B79; }

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

This text font color is #897B79.


Background Color

.myBgColor { background-color: #897B79; }

<div style="background-color:#897B79">Inner text</div>

This div background color is #897B79.


Border color

.myBorderColor { border: 1px solid #897B79; }

<div style="border:3px solid #897B79">Div</div>

This div border color is #897B79.


Opacity

.myOpacity80 { color: #897B79; opacity: 0.8; }

<p style="color:#897B79;opacity:0.8;">80%</p>

Text with #897B79 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 #897B79;}

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

This text has shadow with #897B79 color.

.textShadow {text-shadow: 3px 3px 1px #897B79, 3px 3px 1px red;}

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

This text has shadow with #897B79 primary color and red secondary color.


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

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

This text has shadow with #897B79 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897B79 on black background.


Color preview on white background

This text has color #897B79 on white background.



Black color preview on #897B79 background

This text has black color on #897B79 background.


White color preview on #897B79 background

This text has white color on #897B79 background.