COLOR #8F8584

HEX: #8F8584
RGB: (143,133,132)

Color info

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

RGB color model

#8F8584 color RGB value is (143,133,132).

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

RGB channels and saturation

R 143 of 255 = 56%
G 133 of 255 = 52%
B 132 of 255 = 52%

143
133
132

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

Portions of RGB colors in percentages

R + G + B =
143 + 133 + 132 = 408 (100%)
R 143 of 408 ~ 35.05%
G 133 of 408 ~ 32.6%
B 132 of 408 ~ 32.35%

%35.05
%32.6
%32.35

CMYK color model

#8F8584 color CMYK value is (0,7,8,44).

  • cyan value is 0.00%
  • magenta value is 6.99%
  • yellow value is 7.69%
  • key color value is 43.92%
CMYK:
(0,7,8,44)
C0M7Y8K44 
(0%,7%,8%,44%)
(0.00/0.07/0.08/0.44)	

CMYK percentages

%0
%6.99
%7.69
%43.92

Codes

Color #8F8584 in popluar color models

8F8584
RGB143133132
HSL4.68%53.92%
HSB/HSV7.69%56.08%
CMYK0.00%6.99%7.69%
43.92%

Color #8F8584 in popluar number systems.

HEX8F8584
Decimal143133132
Binary100011111000010110000100
Octal217205204

Shades and tints

Shades of #8F8584

#8F8584
(143,133,132)
#827978
(130,121,120)
#756D6C
(117,109,108)
#686160
(104,97,96)
#5B5554
(91,85,84)
#4E4948
(78,73,72)
#413D3C
(65,61,60)
#343130
(52,49,48)
#272524
(39,37,36)
#1A1918
(26,25,24)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #8F8584

#8F8584
(143,133,132)
#99908F
(153,144,143)
#A39B9A
(163,155,154)
#ADA6A5
(173,166,165)
#B7B1B0
(183,177,176)
#C1BCBB
(193,188,187)
#CBC7C6
(203,199,198)
#D5D2D1
(213,210,209)
#DFDDDC
(223,221,220)
#E9E8E7
(233,232,231)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F8584; }

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

This text font color is #8F8584.


Background Color

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

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

This div background color is #8F8584.


Border color

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

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

This div border color is #8F8584.


Opacity

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

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

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

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

This text has shadow with #8F8584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F8584 on black background.


Color preview on white background

This text has color #8F8584 on white background.



Black color preview on #8F8584 background

This text has black color on #8F8584 background.


White color preview on #8F8584 background

This text has white color on #8F8584 background.