COLOR #899266

HEX: #899266
RGB: (137,146,102)

Color info

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

RGB color model

#899266 color RGB value is (137,146,102).

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

RGB channels and saturation

R 137 of 255 = 54%
G 146 of 255 = 57%
B 102 of 255 = 40%

137
146
102

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

Portions of RGB colors in percentages

R + G + B =
137 + 146 + 102 = 385 (100%)
R 137 of 385 ~ 35.58%
G 146 of 385 ~ 37.92%
B 102 of 385 ~ 26.49%

%35.58
%37.92
%26.49

CMYK color model

#899266 color CMYK value is (6,0,30,43).

  • cyan value is 6.16%
  • magenta value is 0.00%
  • yellow value is 30.14%
  • key color value is 42.75%
CMYK:
(6,0,30,43)
C6M0Y30K43 
(6%,0%,30%,43%)
(0.06/0.00/0.30/0.43)	

CMYK percentages

%6.16
%0
%30.14
%42.75

Codes

Color #899266 in popluar color models

899266
RGB137146102
HSL72°17.74%48.63%
HSB/HSV72°30.14%57.25%
CMYK6.16%0.00%30.14%
42.75%

Color #899266 in popluar number systems.

HEX899266
Decimal137146102
Binary10001001100100101100110
Octal211222146

Shades and tints

Shades of #899266

#899266
(137,146,102)
#7D855D
(125,133,93)
#717854
(113,120,84)
#656B4B
(101,107,75)
#595E42
(89,94,66)
#4D5139
(77,81,57)
#414430
(65,68,48)
#353727
(53,55,39)
#292A1E
(41,42,30)
#1D1D15
(29,29,21)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #899266

#899266
(137,146,102)
#939B73
(147,155,115)
#9DA480
(157,164,128)
#A7AD8D
(167,173,141)
#B1B69A
(177,182,154)
#BBBFA7
(187,191,167)
#C5C8B4
(197,200,180)
#CFD1C1
(207,209,193)
#D9DACE
(217,218,206)
#E3E3DB
(227,227,219)
#EDECE8
(237,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899266; }

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

This text font color is #899266.


Background Color

.myBgColor { background-color: #899266; }

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

This div background color is #899266.


Border color

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

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

This div border color is #899266.


Opacity

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

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

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

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

This text has shadow with #899266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899266 on black background.


Color preview on white background

This text has color #899266 on white background.



Black color preview on #899266 background

This text has black color on #899266 background.


White color preview on #899266 background

This text has white color on #899266 background.