COLOR #8B8584

HEX: #8B8584
RGB: (139,133,132)

Color info

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

RGB color model

#8B8584 color RGB value is (139,133,132).

  • red value is 139;
  • green value is 133;
  • blue value is 132.
RGB:
(139,133,132)
(55%,52%,52%)

RGB channels and saturation

R 139 of 255 = 55%
G 133 of 255 = 52%
B 132 of 255 = 52%

139
133
132

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

Portions of RGB colors in percentages

R + G + B =
139 + 133 + 132 = 404 (100%)
R 139 of 404 ~ 34.41%
G 133 of 404 ~ 32.92%
B 132 of 404 ~ 32.67%

%34.41
%32.92
%32.67

CMYK color model

#8B8584 color CMYK value is (0,4,5,45).

  • cyan value is 0.00%
  • magenta value is 4.32%
  • yellow value is 5.04%
  • key color value is 45.49%
CMYK:
(0,4,5,45)
C0M4Y5K45 
(0%,4%,5%,45%)
(0.00/0.04/0.05/0.45)	

CMYK percentages

%0
%4.32
%5.04
%45.49

Codes

Color #8B8584 in popluar color models

8B8584
RGB139133132
HSL2.93%53.14%
HSB/HSV5.04%54.51%
CMYK0.00%4.32%5.04%
45.49%

Color #8B8584 in popluar number systems.

HEX8B8584
Decimal139133132
Binary100010111000010110000100
Octal213205204

Shades and tints

Shades of #8B8584

#8B8584
(139,133,132)
#7F7978
(127,121,120)
#736D6C
(115,109,108)
#676160
(103,97,96)
#5B5554
(91,85,84)
#4F4948
(79,73,72)
#433D3C
(67,61,60)
#373130
(55,49,48)
#2B2524
(43,37,36)
#1F1918
(31,25,24)
#130D0C
(19,13,12)
#000000
(0,0,0)

Tints of #8B8584

#8B8584
(139,133,132)
#95908F
(149,144,143)
#9F9B9A
(159,155,154)
#A9A6A5
(169,166,165)
#B3B1B0
(179,177,176)
#BDBCBB
(189,188,187)
#C7C7C6
(199,199,198)
#D1D2D1
(209,210,209)
#DBDDDC
(219,221,220)
#E5E8E7
(229,232,231)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B8584 color. Also use rgb(139,133,132) instead hex code.

Text Font Color

.myTextColor { color: #8B8584; }

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

This text font color is #8B8584.


Background Color

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

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

This div background color is #8B8584.


Border color

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

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

This div border color is #8B8584.


Opacity

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

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

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

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

This text has shadow with #8B8584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B8584 on black background.


Color preview on white background

This text has color #8B8584 on white background.



Black color preview on #8B8584 background

This text has black color on #8B8584 background.


White color preview on #8B8584 background

This text has white color on #8B8584 background.