COLOR #897375

HEX: #897375
RGB: (137,115,117)

Color info

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

RGB color model

#897375 color RGB value is (137,115,117).

  • red value is 137;
  • green value is 115;
  • blue value is 117.
RGB:
(137,115,117)
(54%,45%,46%)

RGB channels and saturation

R 137 of 255 = 54%
G 115 of 255 = 45%
B 117 of 255 = 46%

137
115
117

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

Portions of RGB colors in percentages

R + G + B =
137 + 115 + 117 = 369 (100%)
R 137 of 369 ~ 37.13%
G 115 of 369 ~ 31.17%
B 117 of 369 ~ 31.71%

%37.13
%31.17
%31.71

CMYK color model

#897375 color CMYK value is (0,16,15,46).

  • cyan value is 0.00%
  • magenta value is 16.06%
  • yellow value is 14.60%
  • key color value is 46.27%
CMYK:
(0,16,15,46)
C0M16Y15K46 
(0%,16%,15%,46%)
(0.00/0.16/0.15/0.46)	

CMYK percentages

%0
%16.06
%14.6
%46.27

Codes

Color #897375 in popluar color models

897375
RGB137115117
HSL355°8.73%49.41%
HSB/HSV355°16.06%53.73%
CMYK0.00%16.06%14.60%
46.27%

Color #897375 in popluar number systems.

HEX897375
Decimal137115117
Binary1000100111100111110101
Octal211163165

Shades and tints

Shades of #897375

#897375
(137,115,117)
#7D696B
(125,105,107)
#715F61
(113,95,97)
#655557
(101,85,87)
#594B4D
(89,75,77)
#4D4143
(77,65,67)
#413739
(65,55,57)
#352D2F
(53,45,47)
#292325
(41,35,37)
#1D191B
(29,25,27)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #897375

#897375
(137,115,117)
#937F81
(147,127,129)
#9D8B8D
(157,139,141)
#A79799
(167,151,153)
#B1A3A5
(177,163,165)
#BBAFB1
(187,175,177)
#C5BBBD
(197,187,189)
#CFC7C9
(207,199,201)
#D9D3D5
(217,211,213)
#E3DFE1
(227,223,225)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897375 color. Also use rgb(137,115,117) instead hex code.

Text Font Color

.myTextColor { color: #897375; }

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

This text font color is #897375.


Background Color

.myBgColor { background-color: #897375; }

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

This div background color is #897375.


Border color

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

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

This div border color is #897375.


Opacity

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

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

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

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

This text has shadow with #897375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897375 on black background.


Color preview on white background

This text has color #897375 on white background.



Black color preview on #897375 background

This text has black color on #897375 background.


White color preview on #897375 background

This text has white color on #897375 background.