COLOR #8D8773

HEX: #8D8773 RGB: (141,135,115)

Color info

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

RGB color model

#8D8773 color RGB value is (141,135,115).

RGB: (141,135,115) (55%, 53%, 45%)

RGB channels and saturation

R 141 of 255 = 55%
G 135 of 255 = 53%
B 115 of 255 = 45%

141
135
115

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

Portions of RGB colors in percentages

R + G + B = 141 + 135 + 115 = 391 (100%)
R 141 of 391 ~ 36.06%
G 135 of 391 ~ 34.53%
B 115 of 391 ~ 29.41'%

%36.06
%34.53
%29.41

CMYK color model

#8D8773 color CMYK value is (0,4,18,45).

  • cyan value is 0.00%
  • magenta value is 4.26%
  • yellow value is 18.44%
  • key color value is 44.71%

CMYK: (0,4,18,45)
C0M4Y18K45 (0%, 4%, 18%, 45%)
(0.00 / 0.04 / 0.18 / 0.45)

CMYK percentages

%0
%4.26
%18.44
%44.71

Codes

Color #8D8773 in popluar color models

8D 87 73
RGB 141 135 115
HSL 46° 10.24% 50.20%
HSB/HSV 46° 18.44% 55.29%
CMYK 0.00% 4.26% 18.44%
44.71%

Color #8D8773 in popluar number systems.

HEX 8D 87 73
Decimal 141 135 115
Binary 10001101 10000111 1110011
Octal 215 207 163

Shades and tints

Shades of #8D8773

#8D8773
(141,135,115)
#817B69
(129,123,105)
#756F5F
(117,111,95)
#696355
(105,99,85)
#5D574B
(93,87,75)
#514B41
(81,75,65)
#453F37
(69,63,55)
#39332D
(57,51,45)
#2D2723
(45,39,35)
#211B19
(33,27,25)
#150F0F
(21,15,15)
#000000
(0,0,0)

Tints of #8D8773

#8D8773
(141,135,115)
#97917F
(151,145,127)
#A19B8B
(161,155,139)
#ABA597
(171,165,151)
#B5AFA3
(181,175,163)
#BFB9AF
(191,185,175)
#C9C3BB
(201,195,187)
#D3CDC7
(211,205,199)
#DDD7D3
(221,215,211)
#E7E1DF
(231,225,223)
#F1EBEB
(241,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D8773 color. Also use rgb(141,135,115) instead hex code.

Text Font Color

.myTextColor { color: #8D8773; }

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

This text font color is #8D8773.

Background Color

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

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

This div background color is #8D8773.

Border color

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

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

This div border color is #8D8773.

Opacity

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

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

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

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

This text has shadow with #8D8773 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D8773.

Preview

Color preview on black background

This text has color #8D8773 on black background.


Color preview on white background

This text has color #8D8773 on white background.


Black color preview on #8D8773 background

This text has black color on #8D8773 background.


White color preview on #8D8773 background

This text has white color on #8D8773 background.


Related colors

Complementary color

Complementary color for #hex is #72788C.


I love getcolorcode.com

Triadic colors

1 #738D87 and #87738D with #8D8773 are triadic colors.

2 #73878D and #878D73 with #8D8773 are triadic colors.