COLOR #8D8F72

HEX: #8D8F72
RGB: (141,143,114)

Color info

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

RGB color model

#8D8F72 color RGB value is (141,143,114).

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

RGB channels and saturation

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

141
143
114

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

Portions of RGB colors in percentages

R + G + B =
141 + 143 + 114 = 398 (100%)
R 141 of 398 ~ 35.43%
G 143 of 398 ~ 35.93%
B 114 of 398 ~ 28.64%

%35.43
%35.93
%28.64

CMYK color model

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

  • cyan value is 1.40%
  • magenta value is 0.00%
  • yellow value is 20.28%
  • 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
%20.28
%43.92

Codes

Color #8D8F72 in popluar color models

8D8F72
RGB141143114
HSL64°11.46%50.39%
HSB/HSV64°20.28%56.08%
CMYK1.40%0.00%20.28%
43.92%

Color #8D8F72 in popluar number systems.

HEX8D8F72
Decimal141143114
Binary10001101100011111110010
Octal215217162

Shades and tints

Shades of #8D8F72

#8D8F72
(141,143,114)
#818268
(129,130,104)
#75755E
(117,117,94)
#696854
(105,104,84)
#5D5B4A
(93,91,74)
#514E40
(81,78,64)
#454136
(69,65,54)
#39342C
(57,52,44)
#2D2722
(45,39,34)
#211A18
(33,26,24)
#150D0E
(21,13,14)
#000000
(0,0,0)

Tints of #8D8F72

#8D8F72
(141,143,114)
#97997E
(151,153,126)
#A1A38A
(161,163,138)
#ABAD96
(171,173,150)
#B5B7A2
(181,183,162)
#BFC1AE
(191,193,174)
#C9CBBA
(201,203,186)
#D3D5C6
(211,213,198)
#DDDFD2
(221,223,210)
#E7E9DE
(231,233,222)
#F1F3EA
(241,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8F72; }

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

This text font color is #8D8F72.


Background Color

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

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

This div background color is #8D8F72.


Border color

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

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

This div border color is #8D8F72.


Opacity

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

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

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

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

This text has shadow with #8D8F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8F72 on black background.


Color preview on white background

This text has color #8D8F72 on white background.



Black color preview on #8D8F72 background

This text has black color on #8D8F72 background.


White color preview on #8D8F72 background

This text has white color on #8D8F72 background.