COLOR #8D8784

HEX: #8D8784
RGB: (141,135,132)

Color info

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

RGB color model

#8D8784 color RGB value is (141,135,132).

  • red value is 141;
  • green value is 135;
  • blue value is 132.
RGB:
(141,135,132)
(55%,53%,52%)

RGB channels and saturation

R 141 of 255 = 55%
G 135 of 255 = 53%
B 132 of 255 = 52%

141
135
132

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

Portions of RGB colors in percentages

R + G + B =
141 + 135 + 132 = 408 (100%)
R 141 of 408 ~ 34.56%
G 135 of 408 ~ 33.09%
B 132 of 408 ~ 32.35%

%34.56
%33.09
%32.35

CMYK color model

#8D8784 color CMYK value is (0,4,6,45).

  • cyan value is 0.00%
  • magenta value is 4.26%
  • yellow value is 6.38%
  • key color value is 44.71%
CMYK:
(0,4,6,45)
C0M4Y6K45 
(0%,4%,6%,45%)
(0.00/0.04/0.06/0.45)	

CMYK percentages

%0
%4.26
%6.38
%44.71

Codes

Color #8D8784 in popluar color models

8D8784
RGB141135132
HSL20°3.80%53.53%
HSB/HSV20°6.38%55.29%
CMYK0.00%4.26%6.38%
44.71%

Color #8D8784 in popluar number systems.

HEX8D8784
Decimal141135132
Binary100011011000011110000100
Octal215207204

Shades and tints

Shades of #8D8784

#8D8784
(141,135,132)
#817B78
(129,123,120)
#756F6C
(117,111,108)
#696360
(105,99,96)
#5D5754
(93,87,84)
#514B48
(81,75,72)
#453F3C
(69,63,60)
#393330
(57,51,48)
#2D2724
(45,39,36)
#211B18
(33,27,24)
#150F0C
(21,15,12)
#000000
(0,0,0)

Tints of #8D8784

#8D8784
(141,135,132)
#97918F
(151,145,143)
#A19B9A
(161,155,154)
#ABA5A5
(171,165,165)
#B5AFB0
(181,175,176)
#BFB9BB
(191,185,187)
#C9C3C6
(201,195,198)
#D3CDD1
(211,205,209)
#DDD7DC
(221,215,220)
#E7E1E7
(231,225,231)
#F1EBF2
(241,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D8784 color. Also use rgb(141,135,132) instead hex code.

Text Font Color

.myTextColor { color: #8D8784; }

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

This text font color is #8D8784.


Background Color

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

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

This div background color is #8D8784.


Border color

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

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

This div border color is #8D8784.


Opacity

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

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

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

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

This text has shadow with #8D8784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8784 on black background.


Color preview on white background

This text has color #8D8784 on white background.



Black color preview on #8D8784 background

This text has black color on #8D8784 background.


White color preview on #8D8784 background

This text has white color on #8D8784 background.