COLOR #8D8961

HEX: #8D8961 RGB: (141,137,97)

Color info

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

RGB color model

#8D8961 color RGB value is (141,137,97).

RGB: (141,137,97) (55%, 54%, 38%)

RGB channels and saturation

R 141 of 255 = 55%
G 137 of 255 = 54%
B 97 of 255 = 38%

141
137
97

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

Portions of RGB colors in percentages

R + G + B = 141 + 137 + 97 = 375 (100%)
R 141 of 375 ~ 37.6%
G 137 of 375 ~ 36.53%
B 97 of 375 ~ 25.87'%

%37.6
%36.53
%25.87

CMYK color model

#8D8961 color CMYK value is (0,3,31,45).

  • cyan value is 0.00%
  • magenta value is 2.84%
  • yellow value is 31.21%
  • key color value is 44.71%

CMYK: (0,3,31,45)
C0M3Y31K45 (0%, 3%, 31%, 45%)
(0.00 / 0.03 / 0.31 / 0.45)

CMYK percentages

%0
%2.84
%31.21
%44.71

Codes

Color #8D8961 in popluar color models

8D 89 61
RGB 141 137 97
HSL 55° 18.49% 46.67%
HSB/HSV 55° 31.21% 55.29%
CMYK 0.00% 2.84% 31.21%
44.71%

Color #8D8961 in popluar number systems.

HEX 8D 89 61
Decimal 141 137 97
Binary 10001101 10001001 1100001
Octal 215 211 141

Shades and tints

Shades of #8D8961

#8D8961
(141,137,97)
#817D59
(129,125,89)
#757151
(117,113,81)
#696549
(105,101,73)
#5D5941
(93,89,65)
#514D39
(81,77,57)
#454131
(69,65,49)
#393529
(57,53,41)
#2D2921
(45,41,33)
#211D19
(33,29,25)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #8D8961

#8D8961
(141,137,97)
#97936F
(151,147,111)
#A19D7D
(161,157,125)
#ABA78B
(171,167,139)
#B5B199
(181,177,153)
#BFBBA7
(191,187,167)
#C9C5B5
(201,197,181)
#D3CFC3
(211,207,195)
#DDD9D1
(221,217,209)
#E7E3DF
(231,227,223)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D8961 color. Also use rgb(141,137,97) instead hex code.

Text Font Color

.myTextColor { color: #8D8961; }

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

This text font color is #8D8961.

Background Color

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

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

This div background color is #8D8961.

Border color

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

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

This div border color is #8D8961.

Opacity

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

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

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

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

This text has shadow with #8D8961 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D8961.

Preview

Color preview on black background

This text has color #8D8961 on black background.


Color preview on white background

This text has color #8D8961 on white background.


Black color preview on #8D8961 background

This text has black color on #8D8961 background.


White color preview on #8D8961 background

This text has white color on #8D8961 background.


Related colors

Complementary color

Complementary color for #hex is #72769E.


I love getcolorcode.com

Triadic colors

1 #618D89 and #89618D with #8D8961 are triadic colors.

2 #61898D and #898D61 with #8D8961 are triadic colors.