COLOR #8D8372

HEX: #8D8372
RGB: (141,131,114)

Color info

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

RGB color model

#8D8372 color RGB value is (141,131,114).

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

RGB channels and saturation

R 141 of 255 = 55%
G 131 of 255 = 51%
B 114 of 255 = 45%

141
131
114

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

Portions of RGB colors in percentages

R + G + B =
141 + 131 + 114 = 386 (100%)
R 141 of 386 ~ 36.53%
G 131 of 386 ~ 33.94%
B 114 of 386 ~ 29.53%

%36.53
%33.94
%29.53

CMYK color model

#8D8372 color CMYK value is (0,7,19,45).

  • cyan value is 0.00%
  • magenta value is 7.09%
  • yellow value is 19.15%
  • key color value is 44.71%
CMYK:
(0,7,19,45)
C0M7Y19K45 
(0%,7%,19%,45%)
(0.00/0.07/0.19/0.45)	

CMYK percentages

%0
%7.09
%19.15
%44.71

Codes

Color #8D8372 in popluar color models

8D8372
RGB141131114
HSL38°10.59%50.00%
HSB/HSV38°19.15%55.29%
CMYK0.00%7.09%19.15%
44.71%

Color #8D8372 in popluar number systems.

HEX8D8372
Decimal141131114
Binary10001101100000111110010
Octal215203162

Shades and tints

Shades of #8D8372

#8D8372
(141,131,114)
#817868
(129,120,104)
#756D5E
(117,109,94)
#696254
(105,98,84)
#5D574A
(93,87,74)
#514C40
(81,76,64)
#454136
(69,65,54)
#39362C
(57,54,44)
#2D2B22
(45,43,34)
#212018
(33,32,24)
#15150E
(21,21,14)
#000000
(0,0,0)

Tints of #8D8372

#8D8372
(141,131,114)
#978E7E
(151,142,126)
#A1998A
(161,153,138)
#ABA496
(171,164,150)
#B5AFA2
(181,175,162)
#BFBAAE
(191,186,174)
#C9C5BA
(201,197,186)
#D3D0C6
(211,208,198)
#DDDBD2
(221,219,210)
#E7E6DE
(231,230,222)
#F1F1EA
(241,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8372; }

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

This text font color is #8D8372.


Background Color

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

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

This div background color is #8D8372.


Border color

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

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

This div border color is #8D8372.


Opacity

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

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

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

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

This text has shadow with #8D8372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D8372 on black background.


Color preview on white background

This text has color #8D8372 on white background.



Black color preview on #8D8372 background

This text has black color on #8D8372 background.


White color preview on #8D8372 background

This text has white color on #8D8372 background.