COLOR #8D8F73

HEX: #8D8F73
RGB: (141,143,115)

Color info

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

RGB color model

#8D8F73 color RGB value is (141,143,115).

  • red value is 141;
  • green value is 143;
  • blue value is 115.
RGB:
(141,143,115)
(55%,56%,45%)

RGB channels and saturation

R 141 of 255 = 55%
G 143 of 255 = 56%
B 115 of 255 = 45%

141
143
115

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

Portions of RGB colors in percentages

R + G + B =
141 + 143 + 115 = 399 (100%)
R 141 of 399 ~ 35.34%
G 143 of 399 ~ 35.84%
B 115 of 399 ~ 28.82%

%35.34
%35.84
%28.82

CMYK color model

#8D8F73 color CMYK value is (1,0,20,44).

  • cyan value is 1.40%
  • magenta value is 0.00%
  • yellow value is 19.58%
  • key color value is 43.92%
CMYK:
(1,0,20,44)
C1M0Y20K44 
(1%,0%,20%,44%)
(0.01/0.00/0.20/0.44)	

CMYK percentages

%1.4
%0
%19.58
%43.92

Codes

Color #8D8F73 in popluar color models

8D8F73
RGB141143115
HSL64°11.11%50.59%
HSB/HSV64°19.58%56.08%
CMYK1.40%0.00%19.58%
43.92%

Color #8D8F73 in popluar number systems.

HEX8D8F73
Decimal141143115
Binary10001101100011111110011
Octal215217163

Shades and tints

Shades of #8D8F73

#8D8F73
(141,143,115)
#818269
(129,130,105)
#75755F
(117,117,95)
#696855
(105,104,85)
#5D5B4B
(93,91,75)
#514E41
(81,78,65)
#454137
(69,65,55)
#39342D
(57,52,45)
#2D2723
(45,39,35)
#211A19
(33,26,25)
#150D0F
(21,13,15)
#000000
(0,0,0)

Tints of #8D8F73

#8D8F73
(141,143,115)
#97997F
(151,153,127)
#A1A38B
(161,163,139)
#ABAD97
(171,173,151)
#B5B7A3
(181,183,163)
#BFC1AF
(191,193,175)
#C9CBBB
(201,203,187)
#D3D5C7
(211,213,199)
#DDDFD3
(221,223,211)
#E7E9DF
(231,233,223)
#F1F3EB
(241,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8F73; }

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

This text font color is #8D8F73.


Background Color

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

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

This div background color is #8D8F73.


Border color

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

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

This div border color is #8D8F73.


Opacity

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

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

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

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

This text has shadow with #8D8F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8F73 on black background.


Color preview on white background

This text has color #8D8F73 on white background.



Black color preview on #8D8F73 background

This text has black color on #8D8F73 background.


White color preview on #8D8F73 background

This text has white color on #8D8F73 background.