COLOR #8D8B6C

HEX: #8D8B6C RGB: (141,139,108)

Color info

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

RGB color model

#8D8B6C color RGB value is (141,139,108).

RGB: (141,139,108) (55%, 55%, 42%)

RGB channels and saturation

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

141
139
108

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

Portions of RGB colors in percentages

R + G + B = 141 + 139 + 108 = 388 (100%)
R 141 of 388 ~ 36.34%
G 139 of 388 ~ 35.82%
B 108 of 388 ~ 27.84'%

%36.34
%35.82
%27.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.42%
  • 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
%1.42
%23.4
%44.71

Codes

Color #8D8B6C in popluar color models

8D 8B 6C
RGB 141 139 108
HSL 56° 13.25% 48.82%
HSB/HSV 56° 23.40% 55.29%
CMYK 0.00% 1.42% 23.40%
44.71%

Color #8D8B6C in popluar number systems.

HEX 8D 8B 6C
Decimal 141 139 108
Binary 10001101 10001011 1101100
Octal 215 213 154

Shades and tints

Shades of #8D8B6C

#8D8B6C
(141,139,108)
#817F63
(129,127,99)
#75735A
(117,115,90)
#696751
(105,103,81)
#5D5B48
(93,91,72)
#514F3F
(81,79,63)
#454336
(69,67,54)
#39372D
(57,55,45)
#2D2B24
(45,43,36)
#211F1B
(33,31,27)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #8D8B6C

#8D8B6C
(141,139,108)
#979579
(151,149,121)
#A19F86
(161,159,134)
#ABA993
(171,169,147)
#B5B3A0
(181,179,160)
#BFBDAD
(191,189,173)
#C9C7BA
(201,199,186)
#D3D1C7
(211,209,199)
#DDDBD4
(221,219,212)
#E7E5E1
(231,229,225)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8B6C; }

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

This text font color is #8D8B6C.

Background Color

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

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

This div background color is #8D8B6C.

Border color

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

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

This div border color is #8D8B6C.

Opacity

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

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

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

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

This text has shadow with #8D8B6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D8B6C.

Preview

Color preview on black background

This text has color #8D8B6C on black background.


Color preview on white background

This text has color #8D8B6C on white background.


Black color preview on #8D8B6C background

This text has black color on #8D8B6C background.


White color preview on #8D8B6C background

This text has white color on #8D8B6C background.


Related colors

Complementary color

Complementary color for #hex is #727493.


I love getcolorcode.com

Triadic colors

1 #6C8D8B and #8B6C8D with #8D8B6C are triadic colors.

2 #6C8B8D and #8B8D6C with #8D8B6C are triadic colors.