COLOR #899257

HEX: #899257
RGB: (137,146,87)

Color info

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

RGB color model

#899257 color RGB value is (137,146,87).

  • red value is 137;
  • green value is 146;
  • blue value is 87.
RGB:
(137,146,87)
(54%,57%,34%)

RGB channels and saturation

R 137 of 255 = 54%
G 146 of 255 = 57%
B 87 of 255 = 34%

137
146
87

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

Portions of RGB colors in percentages

R + G + B =
137 + 146 + 87 = 370 (100%)
R 137 of 370 ~ 37.03%
G 146 of 370 ~ 39.46%
B 87 of 370 ~ 23.51%

%37.03
%39.46
%23.51

CMYK color model

#899257 color CMYK value is (6,0,40,43).

  • cyan value is 6.16%
  • magenta value is 0.00%
  • yellow value is 40.41%
  • key color value is 42.75%
CMYK:
(6,0,40,43)
C6M0Y40K43 
(6%,0%,40%,43%)
(0.06/0.00/0.40/0.43)	

CMYK percentages

%6.16
%0
%40.41
%42.75

Codes

Color #899257 in popluar color models

899257
RGB13714687
HSL69°25.32%45.69%
HSB/HSV69°40.41%57.25%
CMYK6.16%0.00%40.41%
42.75%

Color #899257 in popluar number systems.

HEX899257
Decimal13714687
Binary10001001100100101010111
Octal211222127

Shades and tints

Shades of #899257

#899257
(137,146,87)
#7D8550
(125,133,80)
#717849
(113,120,73)
#656B42
(101,107,66)
#595E3B
(89,94,59)
#4D5134
(77,81,52)
#41442D
(65,68,45)
#353726
(53,55,38)
#292A1F
(41,42,31)
#1D1D18
(29,29,24)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #899257

#899257
(137,146,87)
#939B66
(147,155,102)
#9DA475
(157,164,117)
#A7AD84
(167,173,132)
#B1B693
(177,182,147)
#BBBFA2
(187,191,162)
#C5C8B1
(197,200,177)
#CFD1C0
(207,209,192)
#D9DACF
(217,218,207)
#E3E3DE
(227,227,222)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #899257 color. Also use rgb(137,146,87) instead hex code.

Text Font Color

.myTextColor { color: #899257; }

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

This text font color is #899257.


Background Color

.myBgColor { background-color: #899257; }

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

This div background color is #899257.


Border color

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

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

This div border color is #899257.


Opacity

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

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

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

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

This text has shadow with #899257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899257 on black background.


Color preview on white background

This text has color #899257 on white background.



Black color preview on #899257 background

This text has black color on #899257 background.


White color preview on #899257 background

This text has white color on #899257 background.