COLOR #899360

HEX: #899360
RGB: (137,147,96)

Color info

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

RGB color model

#899360 color RGB value is (137,147,96).

  • red value is 137;
  • green value is 147;
  • blue value is 96.
RGB:
(137,147,96)
(54%,58%,38%)

RGB channels and saturation

R 137 of 255 = 54%
G 147 of 255 = 58%
B 96 of 255 = 38%

137
147
96

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

Portions of RGB colors in percentages

R + G + B =
137 + 147 + 96 = 380 (100%)
R 137 of 380 ~ 36.05%
G 147 of 380 ~ 38.68%
B 96 of 380 ~ 25.26%

%36.05
%38.68
%25.26

CMYK color model

#899360 color CMYK value is (7,0,35,42).

  • cyan value is 6.80%
  • magenta value is 0.00%
  • yellow value is 34.69%
  • key color value is 42.35%
CMYK:
(7,0,35,42)
C7M0Y35K42 
(7%,0%,35%,42%)
(0.07/0.00/0.35/0.42)	

CMYK percentages

%6.8
%0
%34.69
%42.35

Codes

Color #899360 in popluar color models

899360
RGB13714796
HSL72°20.99%47.65%
HSB/HSV72°34.69%57.65%
CMYK6.80%0.00%34.69%
42.35%

Color #899360 in popluar number systems.

HEX899360
Decimal13714796
Binary10001001100100111100000
Octal211223140

Shades and tints

Shades of #899360

#899360
(137,147,96)
#7D8658
(125,134,88)
#717950
(113,121,80)
#656C48
(101,108,72)
#595F40
(89,95,64)
#4D5238
(77,82,56)
#414530
(65,69,48)
#353828
(53,56,40)
#292B20
(41,43,32)
#1D1E18
(29,30,24)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #899360

#899360
(137,147,96)
#939C6E
(147,156,110)
#9DA57C
(157,165,124)
#A7AE8A
(167,174,138)
#B1B798
(177,183,152)
#BBC0A6
(187,192,166)
#C5C9B4
(197,201,180)
#CFD2C2
(207,210,194)
#D9DBD0
(217,219,208)
#E3E4DE
(227,228,222)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #899360 color. Also use rgb(137,147,96) instead hex code.

Text Font Color

.myTextColor { color: #899360; }

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

This text font color is #899360.


Background Color

.myBgColor { background-color: #899360; }

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

This div background color is #899360.


Border color

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

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

This div border color is #899360.


Opacity

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

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

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

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

This text has shadow with #899360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899360 on black background.


Color preview on white background

This text has color #899360 on white background.



Black color preview on #899360 background

This text has black color on #899360 background.


White color preview on #899360 background

This text has white color on #899360 background.