COLOR #899B75

HEX: #899B75
RGB: (137,155,117)

Color info

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

RGB color model

#899B75 color RGB value is (137,155,117).

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

RGB channels and saturation

R 137 of 255 = 54%
G 155 of 255 = 61%
B 117 of 255 = 46%

137
155
117

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

Portions of RGB colors in percentages

R + G + B =
137 + 155 + 117 = 409 (100%)
R 137 of 409 ~ 33.5%
G 155 of 409 ~ 37.9%
B 117 of 409 ~ 28.61%

%33.5
%37.9
%28.61

CMYK color model

#899B75 color CMYK value is (12,0,25,39).

  • cyan value is 11.61%
  • magenta value is 0.00%
  • yellow value is 24.52%
  • key color value is 39.22%
CMYK:
(12,0,25,39)
C12M0Y25K39 
(12%,0%,25%,39%)
(0.12/0.00/0.25/0.39)	

CMYK percentages

%11.61
%0
%24.52
%39.22

Codes

Color #899B75 in popluar color models

899B75
RGB137155117
HSL88°15.97%53.33%
HSB/HSV88°24.52%60.78%
CMYK11.61%0.00%24.52%
39.22%

Color #899B75 in popluar number systems.

HEX899B75
Decimal137155117
Binary10001001100110111110101
Octal211233165

Shades and tints

Shades of #899B75

#899B75
(137,155,117)
#7D8D6B
(125,141,107)
#717F61
(113,127,97)
#657157
(101,113,87)
#59634D
(89,99,77)
#4D5543
(77,85,67)
#414739
(65,71,57)
#35392F
(53,57,47)
#292B25
(41,43,37)
#1D1D1B
(29,29,27)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #899B75

#899B75
(137,155,117)
#93A481
(147,164,129)
#9DAD8D
(157,173,141)
#A7B699
(167,182,153)
#B1BFA5
(177,191,165)
#BBC8B1
(187,200,177)
#C5D1BD
(197,209,189)
#CFDAC9
(207,218,201)
#D9E3D5
(217,227,213)
#E3ECE1
(227,236,225)
#EDF5ED
(237,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899B75; }

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

This text font color is #899B75.


Background Color

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

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

This div background color is #899B75.


Border color

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

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

This div border color is #899B75.


Opacity

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

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

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

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

This text has shadow with #899B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899B75 on black background.


Color preview on white background

This text has color #899B75 on white background.



Black color preview on #899B75 background

This text has black color on #899B75 background.


White color preview on #899B75 background

This text has white color on #899B75 background.