COLOR #8A9584

HEX: #8A9584
RGB: (138,149,132)

Color info

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

RGB color model

#8A9584 color RGB value is (138,149,132).

  • red value is 138;
  • green value is 149;
  • blue value is 132.
RGB:
(138,149,132)
(54%,58%,52%)

RGB channels and saturation

R 138 of 255 = 54%
G 149 of 255 = 58%
B 132 of 255 = 52%

138
149
132

R + G + B ~ 55%. #8A9584 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
138 + 149 + 132 = 419 (100%)
R 138 of 419 ~ 32.94%
G 149 of 419 ~ 35.56%
B 132 of 419 ~ 31.5%

%32.94
%35.56
%31.5

CMYK color model

#8A9584 color CMYK value is (7,0,11,42).

  • cyan value is 7.38%
  • magenta value is 0.00%
  • yellow value is 11.41%
  • key color value is 41.57%
CMYK:
(7,0,11,42)
C7M0Y11K42 
(7%,0%,11%,42%)
(0.07/0.00/0.11/0.42)	

CMYK percentages

%7.38
%0
%11.41
%41.57

Codes

Color #8A9584 in popluar color models

8A9584
RGB138149132
HSL99°7.42%55.10%
HSB/HSV99°11.41%58.43%
CMYK7.38%0.00%11.41%
41.57%

Color #8A9584 in popluar number systems.

HEX8A9584
Decimal138149132
Binary100010101001010110000100
Octal212225204

Shades and tints

Shades of #8A9584

#8A9584
(138,149,132)
#7E8878
(126,136,120)
#727B6C
(114,123,108)
#666E60
(102,110,96)
#5A6154
(90,97,84)
#4E5448
(78,84,72)
#42473C
(66,71,60)
#363A30
(54,58,48)
#2A2D24
(42,45,36)
#1E2018
(30,32,24)
#12130C
(18,19,12)
#000000
(0,0,0)

Tints of #8A9584

#8A9584
(138,149,132)
#949E8F
(148,158,143)
#9EA79A
(158,167,154)
#A8B0A5
(168,176,165)
#B2B9B0
(178,185,176)
#BCC2BB
(188,194,187)
#C6CBC6
(198,203,198)
#D0D4D1
(208,212,209)
#DADDDC
(218,221,220)
#E4E6E7
(228,230,231)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A9584 color. Also use rgb(138,149,132) instead hex code.

Text Font Color

.myTextColor { color: #8A9584; }

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

This text font color is #8A9584.


Background Color

.myBgColor { background-color: #8A9584; }

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

This div background color is #8A9584.


Border color

.myBorderColor { border: 1px solid #8A9584; }

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

This div border color is #8A9584.


Opacity

.myOpacity80 { color: #8A9584; opacity: 0.8; }

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

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

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

This text has shadow with #8A9584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9584 on black background.


Color preview on white background

This text has color #8A9584 on white background.



Black color preview on #8A9584 background

This text has black color on #8A9584 background.


White color preview on #8A9584 background

This text has white color on #8A9584 background.