COLOR #898580

HEX: #898580
RGB: (137,133,128)

Color info

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

RGB color model

#898580 color RGB value is (137,133,128).

  • red value is 137;
  • green value is 133;
  • blue value is 128.
RGB:
(137,133,128)
(54%,52%,50%)

RGB channels and saturation

R 137 of 255 = 54%
G 133 of 255 = 52%
B 128 of 255 = 50%

137
133
128

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

Portions of RGB colors in percentages

R + G + B =
137 + 133 + 128 = 398 (100%)
R 137 of 398 ~ 34.42%
G 133 of 398 ~ 33.42%
B 128 of 398 ~ 32.16%

%34.42
%33.42
%32.16

CMYK color model

#898580 color CMYK value is (0,3,7,46).

  • cyan value is 0.00%
  • magenta value is 2.92%
  • yellow value is 6.57%
  • key color value is 46.27%
CMYK:
(0,3,7,46)
C0M3Y7K46 
(0%,3%,7%,46%)
(0.00/0.03/0.07/0.46)	

CMYK percentages

%0
%2.92
%6.57
%46.27

Codes

Color #898580 in popluar color models

898580
RGB137133128
HSL33°3.67%51.96%
HSB/HSV33°6.57%53.73%
CMYK0.00%2.92%6.57%
46.27%

Color #898580 in popluar number systems.

HEX898580
Decimal137133128
Binary100010011000010110000000
Octal211205200

Shades and tints

Shades of #898580

#898580
(137,133,128)
#7D7975
(125,121,117)
#716D6A
(113,109,106)
#65615F
(101,97,95)
#595554
(89,85,84)
#4D4949
(77,73,73)
#413D3E
(65,61,62)
#353133
(53,49,51)
#292528
(41,37,40)
#1D191D
(29,25,29)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #898580

#898580
(137,133,128)
#93908B
(147,144,139)
#9D9B96
(157,155,150)
#A7A6A1
(167,166,161)
#B1B1AC
(177,177,172)
#BBBCB7
(187,188,183)
#C5C7C2
(197,199,194)
#CFD2CD
(207,210,205)
#D9DDD8
(217,221,216)
#E3E8E3
(227,232,227)
#EDF3EE
(237,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898580 color. Also use rgb(137,133,128) instead hex code.

Text Font Color

.myTextColor { color: #898580; }

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

This text font color is #898580.


Background Color

.myBgColor { background-color: #898580; }

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

This div background color is #898580.


Border color

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

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

This div border color is #898580.


Opacity

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

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

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

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

This text has shadow with #898580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898580 on black background.


Color preview on white background

This text has color #898580 on white background.



Black color preview on #898580 background

This text has black color on #898580 background.


White color preview on #898580 background

This text has white color on #898580 background.