COLOR #899381

HEX: #899381
RGB: (137,147,129)

Color info

#899381 contains red, green and blue colors in about the same proportion. Web safe color of #899381 is #999999 (or #999).

RGB color model

#899381 color RGB value is (137,147,129).

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

RGB channels and saturation

R 137 of 255 = 54%
G 147 of 255 = 58%
B 129 of 255 = 51%

137
147
129

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

Portions of RGB colors in percentages

R + G + B =
137 + 147 + 129 = 413 (100%)
R 137 of 413 ~ 33.17%
G 147 of 413 ~ 35.59%
B 129 of 413 ~ 31.23%

%33.17
%35.59
%31.23

CMYK color model

#899381 color CMYK value is (7,0,12,42).

  • cyan value is 6.80%
  • magenta value is 0.00%
  • yellow value is 12.24%
  • key color value is 42.35%
CMYK:
(7,0,12,42)
C7M0Y12K42 
(7%,0%,12%,42%)
(0.07/0.00/0.12/0.42)	

CMYK percentages

%6.8
%0
%12.24
%42.35

Codes

Color #899381 in popluar color models

899381
RGB137147129
HSL93°7.69%54.12%
HSB/HSV93°12.24%57.65%
CMYK6.80%0.00%12.24%
42.35%

Color #899381 in popluar number systems.

HEX899381
Decimal137147129
Binary100010011001001110000001
Octal211223201

Shades and tints

Shades of #899381

#899381
(137,147,129)
#7D8676
(125,134,118)
#71796B
(113,121,107)
#656C60
(101,108,96)
#595F55
(89,95,85)
#4D524A
(77,82,74)
#41453F
(65,69,63)
#353834
(53,56,52)
#292B29
(41,43,41)
#1D1E1E
(29,30,30)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #899381

#899381
(137,147,129)
#939C8C
(147,156,140)
#9DA597
(157,165,151)
#A7AEA2
(167,174,162)
#B1B7AD
(177,183,173)
#BBC0B8
(187,192,184)
#C5C9C3
(197,201,195)
#CFD2CE
(207,210,206)
#D9DBD9
(217,219,217)
#E3E4E4
(227,228,228)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899381; }

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

This text font color is #899381.


Background Color

.myBgColor { background-color: #899381; }

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

This div background color is #899381.


Border color

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

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

This div border color is #899381.


Opacity

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

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

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

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

This text has shadow with #899381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899381 on black background.


Color preview on white background

This text has color #899381 on white background.



Black color preview on #899381 background

This text has black color on #899381 background.


White color preview on #899381 background

This text has white color on #899381 background.