COLOR #898158

HEX: #898158
RGB: (137,129,88)

Color info

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

RGB color model

#898158 color RGB value is (137,129,88).

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

RGB channels and saturation

R 137 of 255 = 54%
G 129 of 255 = 51%
B 88 of 255 = 35%

137
129
88

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

Portions of RGB colors in percentages

R + G + B =
137 + 129 + 88 = 354 (100%)
R 137 of 354 ~ 38.7%
G 129 of 354 ~ 36.44%
B 88 of 354 ~ 24.86%

%38.7
%36.44
%24.86

CMYK color model

#898158 color CMYK value is (0,6,36,46).

  • cyan value is 0.00%
  • magenta value is 5.84%
  • yellow value is 35.77%
  • key color value is 46.27%
CMYK:
(0,6,36,46)
C0M6Y36K46 
(0%,6%,36%,46%)
(0.00/0.06/0.36/0.46)	

CMYK percentages

%0
%5.84
%35.77
%46.27

Codes

Color #898158 in popluar color models

898158
RGB13712988
HSL50°21.78%44.12%
HSB/HSV50°35.77%53.73%
CMYK0.00%5.84%35.77%
46.27%

Color #898158 in popluar number systems.

HEX898158
Decimal13712988
Binary10001001100000011011000
Octal211201130

Shades and tints

Shades of #898158

#898158
(137,129,88)
#7D7650
(125,118,80)
#716B48
(113,107,72)
#656040
(101,96,64)
#595538
(89,85,56)
#4D4A30
(77,74,48)
#413F28
(65,63,40)
#353420
(53,52,32)
#292918
(41,41,24)
#1D1E10
(29,30,16)
#111308
(17,19,8)
#000000
(0,0,0)

Tints of #898158

#898158
(137,129,88)
#938C67
(147,140,103)
#9D9776
(157,151,118)
#A7A285
(167,162,133)
#B1AD94
(177,173,148)
#BBB8A3
(187,184,163)
#C5C3B2
(197,195,178)
#CFCEC1
(207,206,193)
#D9D9D0
(217,217,208)
#E3E4DF
(227,228,223)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898158; }

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

This text font color is #898158.


Background Color

.myBgColor { background-color: #898158; }

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

This div background color is #898158.


Border color

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

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

This div border color is #898158.


Opacity

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

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

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

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

This text has shadow with #898158 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898158 on black background.


Color preview on white background

This text has color #898158 on white background.



Black color preview on #898158 background

This text has black color on #898158 background.


White color preview on #898158 background

This text has white color on #898158 background.