COLOR #8D9581

HEX: #8D9581 RGB: (141,149,129)

Color info

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

RGB color model

#8D9581 color RGB value is (141,149,129).

RGB: (141,149,129) (55%, 58%, 51%)

RGB channels and saturation

R 141 of 255 = 55%
G 149 of 255 = 58%
B 129 of 255 = 51%

141
149
129

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

Portions of RGB colors in percentages

R + G + B = 141 + 149 + 129 = 419 (100%)
R 141 of 419 ~ 33.65%
G 149 of 419 ~ 35.56%
B 129 of 419 ~ 30.79'%

%33.65
%35.56
%30.79

CMYK color model

#8D9581 color CMYK value is (5,0,13,42).

  • cyan value is 5.37%
  • magenta value is 0.00%
  • yellow value is 13.42%
  • key color value is 41.57%

CMYK: (5,0,13,42)
C5M0Y13K42 (5%, 0%, 13%, 42%)
(0.05 / 0.00 / 0.13 / 0.42)

CMYK percentages

%5.37
%0
%13.42
%41.57

Codes

Color #8D9581 in popluar color models

8D 95 81
RGB 141 149 129
HSL 84° 8.62% 54.51%
HSB/HSV 84° 13.42% 58.43%
CMYK 5.37% 0.00% 13.42%
41.57%

Color #8D9581 in popluar number systems.

HEX 8D 95 81
Decimal 141 149 129
Binary 10001101 10010101 10000001
Octal 215 225 201

Shades and tints

Shades of #8D9581

#8D9581
(141,149,129)
#818876
(129,136,118)
#757B6B
(117,123,107)
#696E60
(105,110,96)
#5D6155
(93,97,85)
#51544A
(81,84,74)
#45473F
(69,71,63)
#393A34
(57,58,52)
#2D2D29
(45,45,41)
#21201E
(33,32,30)
#151313
(21,19,19)
#000000
(0,0,0)

Tints of #8D9581

#8D9581
(141,149,129)
#979E8C
(151,158,140)
#A1A797
(161,167,151)
#ABB0A2
(171,176,162)
#B5B9AD
(181,185,173)
#BFC2B8
(191,194,184)
#C9CBC3
(201,203,195)
#D3D4CE
(211,212,206)
#DDDDD9
(221,221,217)
#E7E6E4
(231,230,228)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D9581 color. Also use rgb(141,149,129) instead hex code.

Text Font Color

.myTextColor { color: #8D9581; }

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

This text font color is #8D9581.

Background Color

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

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

This div background color is #8D9581.

Border color

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

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

This div border color is #8D9581.

Opacity

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

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

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

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

This text has shadow with #8D9581 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D9581.

Preview

Color preview on black background

This text has color #8D9581 on black background.


Color preview on white background

This text has color #8D9581 on white background.


Black color preview on #8D9581 background

This text has black color on #8D9581 background.


White color preview on #8D9581 background

This text has white color on #8D9581 background.


Related colors

Complementary color

Complementary color for #hex is #726A7E.


I love getcolorcode.com

Triadic colors

1 #818D95 and #95818D with #8D9581 are triadic colors.

2 #81958D and #958D81 with #8D9581 are triadic colors.