COLOR #8A9583

HEX: #8A9583
RGB: (138,149,131)

Color info

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

RGB color model

#8A9583 color RGB value is (138,149,131).

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

RGB channels and saturation

R 138 of 255 = 54%
G 149 of 255 = 58%
B 131 of 255 = 51%

138
149
131

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

Portions of RGB colors in percentages

R + G + B =
138 + 149 + 131 = 418 (100%)
R 138 of 418 ~ 33.01%
G 149 of 418 ~ 35.65%
B 131 of 418 ~ 31.34%

%33.01
%35.65
%31.34

CMYK color model

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

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

CMYK percentages

%7.38
%0
%12.08
%41.57

Codes

Color #8A9583 in popluar color models

8A9583
RGB138149131
HSL97°7.83%54.90%
HSB/HSV97°12.08%58.43%
CMYK7.38%0.00%12.08%
41.57%

Color #8A9583 in popluar number systems.

HEX8A9583
Decimal138149131
Binary100010101001010110000011
Octal212225203

Shades and tints

Shades of #8A9583

#8A9583
(138,149,131)
#7E8878
(126,136,120)
#727B6D
(114,123,109)
#666E62
(102,110,98)
#5A6157
(90,97,87)
#4E544C
(78,84,76)
#424741
(66,71,65)
#363A36
(54,58,54)
#2A2D2B
(42,45,43)
#1E2020
(30,32,32)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #8A9583

#8A9583
(138,149,131)
#949E8E
(148,158,142)
#9EA799
(158,167,153)
#A8B0A4
(168,176,164)
#B2B9AF
(178,185,175)
#BCC2BA
(188,194,186)
#C6CBC5
(198,203,197)
#D0D4D0
(208,212,208)
#DADDDB
(218,221,219)
#E4E6E6
(228,230,230)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A9583; }

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

This text font color is #8A9583.


Background Color

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

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

This div background color is #8A9583.


Border color

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

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

This div border color is #8A9583.


Opacity

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

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

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

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

This text has shadow with #8A9583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A9583 on black background.


Color preview on white background

This text has color #8A9583 on white background.



Black color preview on #8A9583 background

This text has black color on #8A9583 background.


White color preview on #8A9583 background

This text has white color on #8A9583 background.