COLOR #8D9971

HEX: #8D9971 RGB: (141,153,113)

Color info

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

RGB color model

#8D9971 color RGB value is (141,153,113).

RGB: (141,153,113) (55%, 60%, 44%)

RGB channels and saturation

R 141 of 255 = 55%
G 153 of 255 = 60%
B 113 of 255 = 44%

141
153
113

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

Portions of RGB colors in percentages

R + G + B = 141 + 153 + 113 = 407 (100%)
R 141 of 407 ~ 34.64%
G 153 of 407 ~ 37.59%
B 113 of 407 ~ 27.76'%

%34.64
%37.59
%27.76

CMYK color model

#8D9971 color CMYK value is (8,0,26,40).

  • cyan value is 7.84%
  • magenta value is 0.00%
  • yellow value is 26.14%
  • key color value is 40.00%

CMYK: (8,0,26,40)
C8M0Y26K40 (8%, 0%, 26%, 40%)
(0.08 / 0.00 / 0.26 / 0.40)

CMYK percentages

%7.84
%0
%26.14
%40

Codes

Color #8D9971 in popluar color models

8D 99 71
RGB 141 153 113
HSL 78° 16.39% 52.16%
HSB/HSV 78° 26.14% 60.00%
CMYK 7.84% 0.00% 26.14%
40.00%

Color #8D9971 in popluar number systems.

HEX 8D 99 71
Decimal 141 153 113
Binary 10001101 10011001 1110001
Octal 215 231 161

Shades and tints

Shades of #8D9971

#8D9971
(141,153,113)
#818C67
(129,140,103)
#757F5D
(117,127,93)
#697253
(105,114,83)
#5D6549
(93,101,73)
#51583F
(81,88,63)
#454B35
(69,75,53)
#393E2B
(57,62,43)
#2D3121
(45,49,33)
#212417
(33,36,23)
#15170D
(21,23,13)
#000000
(0,0,0)

Tints of #8D9971

#8D9971
(141,153,113)
#97A27D
(151,162,125)
#A1AB89
(161,171,137)
#ABB495
(171,180,149)
#B5BDA1
(181,189,161)
#BFC6AD
(191,198,173)
#C9CFB9
(201,207,185)
#D3D8C5
(211,216,197)
#DDE1D1
(221,225,209)
#E7EADD
(231,234,221)
#F1F3E9
(241,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D9971 color. Also use rgb(141,153,113) instead hex code.

Text Font Color

.myTextColor { color: #8D9971; }

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

This text font color is #8D9971.

Background Color

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

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

This div background color is #8D9971.

Border color

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

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

This div border color is #8D9971.

Opacity

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

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

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

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

This text has shadow with #8D9971 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D9971.

Preview

Color preview on black background

This text has color #8D9971 on black background.


Color preview on white background

This text has color #8D9971 on white background.


Black color preview on #8D9971 background

This text has black color on #8D9971 background.


White color preview on #8D9971 background

This text has white color on #8D9971 background.


Related colors

Complementary color

Complementary color for #hex is #72668E.


I love getcolorcode.com

Triadic colors

1 #718D99 and #99718D with #8D9971 are triadic colors.

2 #71998D and #998D71 with #8D9971 are triadic colors.