COLOR #899083

HEX: #899083
RGB: (137,144,131)

Color info

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

RGB color model

#899083 color RGB value is (137,144,131).

  • red value is 137;
  • green value is 144;
  • blue value is 131.
RGB:
(137,144,131)
(54%,56%,51%)

RGB channels and saturation

R 137 of 255 = 54%
G 144 of 255 = 56%
B 131 of 255 = 51%

137
144
131

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

Portions of RGB colors in percentages

R + G + B =
137 + 144 + 131 = 412 (100%)
R 137 of 412 ~ 33.25%
G 144 of 412 ~ 34.95%
B 131 of 412 ~ 31.8%

%33.25
%34.95
%31.8

CMYK color model

#899083 color CMYK value is (5,0,9,44).

  • cyan value is 4.86%
  • magenta value is 0.00%
  • yellow value is 9.03%
  • key color value is 43.53%
CMYK:
(5,0,9,44)
C5M0Y9K44 
(5%,0%,9%,44%)
(0.05/0.00/0.09/0.44)	

CMYK percentages

%4.86
%0
%9.03
%43.53

Codes

Color #899083 in popluar color models

899083
RGB137144131
HSL92°5.53%53.92%
HSB/HSV92°9.03%56.47%
CMYK4.86%0.00%9.03%
43.53%

Color #899083 in popluar number systems.

HEX899083
Decimal137144131
Binary100010011001000010000011
Octal211220203

Shades and tints

Shades of #899083

#899083
(137,144,131)
#7D8378
(125,131,120)
#71766D
(113,118,109)
#656962
(101,105,98)
#595C57
(89,92,87)
#4D4F4C
(77,79,76)
#414241
(65,66,65)
#353536
(53,53,54)
#29282B
(41,40,43)
#1D1B20
(29,27,32)
#110E15
(17,14,21)
#000000
(0,0,0)

Tints of #899083

#899083
(137,144,131)
#939A8E
(147,154,142)
#9DA499
(157,164,153)
#A7AEA4
(167,174,164)
#B1B8AF
(177,184,175)
#BBC2BA
(187,194,186)
#C5CCC5
(197,204,197)
#CFD6D0
(207,214,208)
#D9E0DB
(217,224,219)
#E3EAE6
(227,234,230)
#EDF4F1
(237,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #899083 color. Also use rgb(137,144,131) instead hex code.

Text Font Color

.myTextColor { color: #899083; }

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

This text font color is #899083.


Background Color

.myBgColor { background-color: #899083; }

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

This div background color is #899083.


Border color

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

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

This div border color is #899083.


Opacity

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

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

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

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

This text has shadow with #899083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899083 on black background.


Color preview on white background

This text has color #899083 on white background.



Black color preview on #899083 background

This text has black color on #899083 background.


White color preview on #899083 background

This text has white color on #899083 background.