COLOR #8D8C6C

HEX: #8D8C6C
RGB: (141,140,108)

Color info

#8D8C6C contains red, green and blue colors in about the same proportion. Web safe color of #8D8C6C is #999966 (or #996).

RGB color model

#8D8C6C color RGB value is (141,140,108).

  • red value is 141;
  • green value is 140;
  • blue value is 108.
RGB:
(141,140,108)
(55%,55%,42%)

RGB channels and saturation

R 141 of 255 = 55%
G 140 of 255 = 55%
B 108 of 255 = 42%

141
140
108

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

Portions of RGB colors in percentages

R + G + B =
141 + 140 + 108 = 389 (100%)
R 141 of 389 ~ 36.25%
G 140 of 389 ~ 35.99%
B 108 of 389 ~ 27.76%

%36.25
%35.99
%27.76

CMYK color model

#8D8C6C color CMYK value is (0,1,23,45).

  • cyan value is 0.00%
  • magenta value is 0.71%
  • yellow value is 23.40%
  • key color value is 44.71%
CMYK:
(0,1,23,45)
C0M1Y23K45 
(0%,1%,23%,45%)
(0.00/0.01/0.23/0.45)	

CMYK percentages

%0
%0.71
%23.4
%44.71

Codes

Color #8D8C6C in popluar color models

8D8C6C
RGB141140108
HSL58°13.25%48.82%
HSB/HSV58°23.40%55.29%
CMYK0.00%0.71%23.40%
44.71%

Color #8D8C6C in popluar number systems.

HEX8D8C6C
Decimal141140108
Binary10001101100011001101100
Octal215214154

Shades and tints

Shades of #8D8C6C

#8D8C6C
(141,140,108)
#818063
(129,128,99)
#75745A
(117,116,90)
#696851
(105,104,81)
#5D5C48
(93,92,72)
#51503F
(81,80,63)
#454436
(69,68,54)
#39382D
(57,56,45)
#2D2C24
(45,44,36)
#21201B
(33,32,27)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #8D8C6C

#8D8C6C
(141,140,108)
#979679
(151,150,121)
#A1A086
(161,160,134)
#ABAA93
(171,170,147)
#B5B4A0
(181,180,160)
#BFBEAD
(191,190,173)
#C9C8BA
(201,200,186)
#D3D2C7
(211,210,199)
#DDDCD4
(221,220,212)
#E7E6E1
(231,230,225)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D8C6C color. Also use rgb(141,140,108) instead hex code.

Text Font Color

.myTextColor { color: #8D8C6C; }

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

This text font color is #8D8C6C.


Background Color

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

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

This div background color is #8D8C6C.


Border color

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

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

This div border color is #8D8C6C.


Opacity

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

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

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

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

This text has shadow with #8D8C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8C6C on black background.


Color preview on white background

This text has color #8D8C6C on white background.



Black color preview on #8D8C6C background

This text has black color on #8D8C6C background.


White color preview on #8D8C6C background

This text has white color on #8D8C6C background.