COLOR #899275

HEX: #899275
RGB: (137,146,117)

Color info

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

RGB color model

#899275 color RGB value is (137,146,117).

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

RGB channels and saturation

R 137 of 255 = 54%
G 146 of 255 = 57%
B 117 of 255 = 46%

137
146
117

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

Portions of RGB colors in percentages

R + G + B =
137 + 146 + 117 = 400 (100%)
R 137 of 400 ~ 34.25%
G 146 of 400 ~ 36.5%
B 117 of 400 ~ 29.25%

%34.25
%36.5
%29.25

CMYK color model

#899275 color CMYK value is (6,0,20,43).

  • cyan value is 6.16%
  • magenta value is 0.00%
  • yellow value is 19.86%
  • key color value is 42.75%
CMYK:
(6,0,20,43)
C6M0Y20K43 
(6%,0%,20%,43%)
(0.06/0.00/0.20/0.43)	

CMYK percentages

%6.16
%0
%19.86
%42.75

Codes

Color #899275 in popluar color models

899275
RGB137146117
HSL79°11.74%51.57%
HSB/HSV79°19.86%57.25%
CMYK6.16%0.00%19.86%
42.75%

Color #899275 in popluar number systems.

HEX899275
Decimal137146117
Binary10001001100100101110101
Octal211222165

Shades and tints

Shades of #899275

#899275
(137,146,117)
#7D856B
(125,133,107)
#717861
(113,120,97)
#656B57
(101,107,87)
#595E4D
(89,94,77)
#4D5143
(77,81,67)
#414439
(65,68,57)
#35372F
(53,55,47)
#292A25
(41,42,37)
#1D1D1B
(29,29,27)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #899275

#899275
(137,146,117)
#939B81
(147,155,129)
#9DA48D
(157,164,141)
#A7AD99
(167,173,153)
#B1B6A5
(177,182,165)
#BBBFB1
(187,191,177)
#C5C8BD
(197,200,189)
#CFD1C9
(207,209,201)
#D9DAD5
(217,218,213)
#E3E3E1
(227,227,225)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899275; }

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

This text font color is #899275.


Background Color

.myBgColor { background-color: #899275; }

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

This div background color is #899275.


Border color

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

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

This div border color is #899275.


Opacity

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

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

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

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

This text has shadow with #899275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899275 on black background.


Color preview on white background

This text has color #899275 on white background.



Black color preview on #899275 background

This text has black color on #899275 background.


White color preview on #899275 background

This text has white color on #899275 background.