COLOR #899B65

HEX: #899B65
RGB: (137,155,101)

Color info

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

RGB color model

#899B65 color RGB value is (137,155,101).

  • red value is 137;
  • green value is 155;
  • blue value is 101.
RGB:
(137,155,101)
(54%,61%,40%)

RGB channels and saturation

R 137 of 255 = 54%
G 155 of 255 = 61%
B 101 of 255 = 40%

137
155
101

R + G + B ~ 52%. #899B65 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 155 + 101 = 393 (100%)
R 137 of 393 ~ 34.86%
G 155 of 393 ~ 39.44%
B 101 of 393 ~ 25.7%

%34.86
%39.44
%25.7

CMYK color model

#899B65 color CMYK value is (12,0,35,39).

  • cyan value is 11.61%
  • magenta value is 0.00%
  • yellow value is 34.84%
  • key color value is 39.22%
CMYK:
(12,0,35,39)
C12M0Y35K39 
(12%,0%,35%,39%)
(0.12/0.00/0.35/0.39)	

CMYK percentages

%11.61
%0
%34.84
%39.22

Codes

Color #899B65 in popluar color models

899B65
RGB137155101
HSL80°21.26%50.20%
HSB/HSV80°34.84%60.78%
CMYK11.61%0.00%34.84%
39.22%

Color #899B65 in popluar number systems.

HEX899B65
Decimal137155101
Binary10001001100110111100101
Octal211233145

Shades and tints

Shades of #899B65

#899B65
(137,155,101)
#7D8D5C
(125,141,92)
#717F53
(113,127,83)
#65714A
(101,113,74)
#596341
(89,99,65)
#4D5538
(77,85,56)
#41472F
(65,71,47)
#353926
(53,57,38)
#292B1D
(41,43,29)
#1D1D14
(29,29,20)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #899B65

#899B65
(137,155,101)
#93A473
(147,164,115)
#9DAD81
(157,173,129)
#A7B68F
(167,182,143)
#B1BF9D
(177,191,157)
#BBC8AB
(187,200,171)
#C5D1B9
(197,209,185)
#CFDAC7
(207,218,199)
#D9E3D5
(217,227,213)
#E3ECE3
(227,236,227)
#EDF5F1
(237,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #899B65 color. Also use rgb(137,155,101) instead hex code.

Text Font Color

.myTextColor { color: #899B65; }

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

This text font color is #899B65.


Background Color

.myBgColor { background-color: #899B65; }

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

This div background color is #899B65.


Border color

.myBorderColor { border: 1px solid #899B65; }

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

This div border color is #899B65.


Opacity

.myOpacity80 { color: #899B65; opacity: 0.8; }

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

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

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

This text has shadow with #899B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899B65 on black background.


Color preview on white background

This text has color #899B65 on white background.



Black color preview on #899B65 background

This text has black color on #899B65 background.


White color preview on #899B65 background

This text has white color on #899B65 background.