COLOR #897758

HEX: #897758
RGB: (137,119,88)

Color info

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

RGB color model

#897758 color RGB value is (137,119,88).

  • red value is 137;
  • green value is 119;
  • blue value is 88.
RGB:
(137,119,88)
(54%,47%,35%)

RGB channels and saturation

R 137 of 255 = 54%
G 119 of 255 = 47%
B 88 of 255 = 35%

137
119
88

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

Portions of RGB colors in percentages

R + G + B =
137 + 119 + 88 = 344 (100%)
R 137 of 344 ~ 39.83%
G 119 of 344 ~ 34.59%
B 88 of 344 ~ 25.58%

%39.83
%34.59
%25.58

CMYK color model

#897758 color CMYK value is (0,13,36,46).

  • cyan value is 0.00%
  • magenta value is 13.14%
  • yellow value is 35.77%
  • key color value is 46.27%
CMYK:
(0,13,36,46)
C0M13Y36K46 
(0%,13%,36%,46%)
(0.00/0.13/0.36/0.46)	

CMYK percentages

%0
%13.14
%35.77
%46.27

Codes

Color #897758 in popluar color models

897758
RGB13711988
HSL38°21.78%44.12%
HSB/HSV38°35.77%53.73%
CMYK0.00%13.14%35.77%
46.27%

Color #897758 in popluar number systems.

HEX897758
Decimal13711988
Binary1000100111101111011000
Octal211167130

Shades and tints

Shades of #897758

#897758
(137,119,88)
#7D6D50
(125,109,80)
#716348
(113,99,72)
#655940
(101,89,64)
#594F38
(89,79,56)
#4D4530
(77,69,48)
#413B28
(65,59,40)
#353120
(53,49,32)
#292718
(41,39,24)
#1D1D10
(29,29,16)
#111308
(17,19,8)
#000000
(0,0,0)

Tints of #897758

#897758
(137,119,88)
#938367
(147,131,103)
#9D8F76
(157,143,118)
#A79B85
(167,155,133)
#B1A794
(177,167,148)
#BBB3A3
(187,179,163)
#C5BFB2
(197,191,178)
#CFCBC1
(207,203,193)
#D9D7D0
(217,215,208)
#E3E3DF
(227,227,223)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897758 color. Also use rgb(137,119,88) instead hex code.

Text Font Color

.myTextColor { color: #897758; }

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

This text font color is #897758.


Background Color

.myBgColor { background-color: #897758; }

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

This div background color is #897758.


Border color

.myBorderColor { border: 1px solid #897758; }

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

This div border color is #897758.


Opacity

.myOpacity80 { color: #897758; opacity: 0.8; }

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

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

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

This text has shadow with #897758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897758 on black background.


Color preview on white background

This text has color #897758 on white background.



Black color preview on #897758 background

This text has black color on #897758 background.


White color preview on #897758 background

This text has white color on #897758 background.