COLOR #897B68

HEX: #897B68
RGB: (137,123,104)

Color info

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

RGB color model

#897B68 color RGB value is (137,123,104).

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

RGB channels and saturation

R 137 of 255 = 54%
G 123 of 255 = 48%
B 104 of 255 = 41%

137
123
104

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

Portions of RGB colors in percentages

R + G + B =
137 + 123 + 104 = 364 (100%)
R 137 of 364 ~ 37.64%
G 123 of 364 ~ 33.79%
B 104 of 364 ~ 28.57%

%37.64
%33.79
%28.57

CMYK color model

#897B68 color CMYK value is (0,10,24,46).

  • cyan value is 0.00%
  • magenta value is 10.22%
  • yellow value is 24.09%
  • key color value is 46.27%
CMYK:
(0,10,24,46)
C0M10Y24K46 
(0%,10%,24%,46%)
(0.00/0.10/0.24/0.46)	

CMYK percentages

%0
%10.22
%24.09
%46.27

Codes

Color #897B68 in popluar color models

897B68
RGB137123104
HSL35°13.69%47.25%
HSB/HSV35°24.09%53.73%
CMYK0.00%10.22%24.09%
46.27%

Color #897B68 in popluar number systems.

HEX897B68
Decimal137123104
Binary1000100111110111101000
Octal211173150

Shades and tints

Shades of #897B68

#897B68
(137,123,104)
#7D705F
(125,112,95)
#716556
(113,101,86)
#655A4D
(101,90,77)
#594F44
(89,79,68)
#4D443B
(77,68,59)
#413932
(65,57,50)
#352E29
(53,46,41)
#292320
(41,35,32)
#1D1817
(29,24,23)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #897B68

#897B68
(137,123,104)
#938775
(147,135,117)
#9D9382
(157,147,130)
#A79F8F
(167,159,143)
#B1AB9C
(177,171,156)
#BBB7A9
(187,183,169)
#C5C3B6
(197,195,182)
#CFCFC3
(207,207,195)
#D9DBD0
(217,219,208)
#E3E7DD
(227,231,221)
#EDF3EA
(237,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897B68; }

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

This text font color is #897B68.


Background Color

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

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

This div background color is #897B68.


Border color

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

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

This div border color is #897B68.


Opacity

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

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

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

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

This text has shadow with #897B68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897B68 on black background.


Color preview on white background

This text has color #897B68 on white background.



Black color preview on #897B68 background

This text has black color on #897B68 background.


White color preview on #897B68 background

This text has white color on #897B68 background.