COLOR #899366

HEX: #899366
RGB: (137,147,102)

Color info

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

RGB color model

#899366 color RGB value is (137,147,102).

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

RGB channels and saturation

R 137 of 255 = 54%
G 147 of 255 = 58%
B 102 of 255 = 40%

137
147
102

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

Portions of RGB colors in percentages

R + G + B =
137 + 147 + 102 = 386 (100%)
R 137 of 386 ~ 35.49%
G 147 of 386 ~ 38.08%
B 102 of 386 ~ 26.42%

%35.49
%38.08
%26.42

CMYK color model

#899366 color CMYK value is (7,0,31,42).

  • cyan value is 6.80%
  • magenta value is 0.00%
  • yellow value is 30.61%
  • key color value is 42.35%
CMYK:
(7,0,31,42)
C7M0Y31K42 
(7%,0%,31%,42%)
(0.07/0.00/0.31/0.42)	

CMYK percentages

%6.8
%0
%30.61
%42.35

Codes

Color #899366 in popluar color models

899366
RGB137147102
HSL73°18.07%48.82%
HSB/HSV73°30.61%57.65%
CMYK6.80%0.00%30.61%
42.35%

Color #899366 in popluar number systems.

HEX899366
Decimal137147102
Binary10001001100100111100110
Octal211223146

Shades and tints

Shades of #899366

#899366
(137,147,102)
#7D865D
(125,134,93)
#717954
(113,121,84)
#656C4B
(101,108,75)
#595F42
(89,95,66)
#4D5239
(77,82,57)
#414530
(65,69,48)
#353827
(53,56,39)
#292B1E
(41,43,30)
#1D1E15
(29,30,21)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #899366

#899366
(137,147,102)
#939C73
(147,156,115)
#9DA580
(157,165,128)
#A7AE8D
(167,174,141)
#B1B79A
(177,183,154)
#BBC0A7
(187,192,167)
#C5C9B4
(197,201,180)
#CFD2C1
(207,210,193)
#D9DBCE
(217,219,206)
#E3E4DB
(227,228,219)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899366; }

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

This text font color is #899366.


Background Color

.myBgColor { background-color: #899366; }

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

This div background color is #899366.


Border color

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

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

This div border color is #899366.


Opacity

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

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

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

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

This text has shadow with #899366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899366 on black background.


Color preview on white background

This text has color #899366 on white background.



Black color preview on #899366 background

This text has black color on #899366 background.


White color preview on #899366 background

This text has white color on #899366 background.