COLOR #898375

HEX: #898375
RGB: (137,131,117)

Color info

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

RGB color model

#898375 color RGB value is (137,131,117).

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

RGB channels and saturation

R 137 of 255 = 54%
G 131 of 255 = 51%
B 117 of 255 = 46%

137
131
117

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

Portions of RGB colors in percentages

R + G + B =
137 + 131 + 117 = 385 (100%)
R 137 of 385 ~ 35.58%
G 131 of 385 ~ 34.03%
B 117 of 385 ~ 30.39%

%35.58
%34.03
%30.39

CMYK color model

#898375 color CMYK value is (0,4,15,46).

  • cyan value is 0.00%
  • magenta value is 4.38%
  • yellow value is 14.60%
  • key color value is 46.27%
CMYK:
(0,4,15,46)
C0M4Y15K46 
(0%,4%,15%,46%)
(0.00/0.04/0.15/0.46)	

CMYK percentages

%0
%4.38
%14.6
%46.27

Codes

Color #898375 in popluar color models

898375
RGB137131117
HSL42°7.87%49.80%
HSB/HSV42°14.60%53.73%
CMYK0.00%4.38%14.60%
46.27%

Color #898375 in popluar number systems.

HEX898375
Decimal137131117
Binary10001001100000111110101
Octal211203165

Shades and tints

Shades of #898375

#898375
(137,131,117)
#7D786B
(125,120,107)
#716D61
(113,109,97)
#656257
(101,98,87)
#59574D
(89,87,77)
#4D4C43
(77,76,67)
#414139
(65,65,57)
#35362F
(53,54,47)
#292B25
(41,43,37)
#1D201B
(29,32,27)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #898375

#898375
(137,131,117)
#938E81
(147,142,129)
#9D998D
(157,153,141)
#A7A499
(167,164,153)
#B1AFA5
(177,175,165)
#BBBAB1
(187,186,177)
#C5C5BD
(197,197,189)
#CFD0C9
(207,208,201)
#D9DBD5
(217,219,213)
#E3E6E1
(227,230,225)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898375; }

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

This text font color is #898375.


Background Color

.myBgColor { background-color: #898375; }

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

This div background color is #898375.


Border color

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

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

This div border color is #898375.


Opacity

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

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

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

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

This text has shadow with #898375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898375 on black background.


Color preview on white background

This text has color #898375 on white background.



Black color preview on #898375 background

This text has black color on #898375 background.


White color preview on #898375 background

This text has white color on #898375 background.