COLOR #8D8272

HEX: #8D8272 RGB: (141,130,114)

Color info

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

RGB color model

#8D8272 color RGB value is (141,130,114).

RGB: (141,130,114) (55%, 51%, 45%)

RGB channels and saturation

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

141
130
114

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

Portions of RGB colors in percentages

R + G + B = 141 + 130 + 114 = 385 (100%)
R 141 of 385 ~ 36.62%
G 130 of 385 ~ 33.77%
B 114 of 385 ~ 29.61'%

%36.62
%33.77
%29.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.80%
  • yellow value is 19.15%
  • key color value is 44.71%
CMYK: (0,8,19,45) C0M8Y19K45 (0%,8%,19%,45%) (0.00/0.08/0.19/0.45) 

CMYK percentages

%0
%7.8
%19.15
%44.71

Codes

Color #8D8272 in popluar color models

8D 82 72
RGB 141 130 114
HSL 36° 10.59% 50.00%
HSB/HSV 36° 19.15% 55.29%
CMYK 0.00% 7.80% 19.15%
44.71%

Color #8D8272 in popluar number systems.

HEX 8D 82 72
Decimal 141 130 114
Binary 10001101 10000010 1110010
Octal 215 202 162

Shades and tints

Shades of #8D8272

#8D8272
(141,130,114)
#817768
(129,119,104)
#756C5E
(117,108,94)
#696154
(105,97,84)
#5D564A
(93,86,74)
#514B40
(81,75,64)
#454036
(69,64,54)
#39352C
(57,53,44)
#2D2A22
(45,42,34)
#211F18
(33,31,24)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #8D8272

#8D8272
(141,130,114)
#978D7E
(151,141,126)
#A1988A
(161,152,138)
#ABA396
(171,163,150)
#B5AEA2
(181,174,162)
#BFB9AE
(191,185,174)
#C9C4BA
(201,196,186)
#D3CFC6
(211,207,198)
#DDDAD2
(221,218,210)
#E7E5DE
(231,229,222)
#F1F0EA
(241,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D8272; }

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

This text font color is #8D8272.

Background Color

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

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

This div background color is #8D8272.

Border color

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

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

This div border color is #8D8272.

Opacity

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

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

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

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

This text has shadow with #8D8272 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D8272.

Preview

Color preview on black background

This text has color #8D8272 on black background.


Color preview on white background

This text has color #8D8272 on white background.


Black color preview on #8D8272 background

This text has black color on #8D8272 background.


White color preview on #8D8272 background

This text has white color on #8D8272 background.


Related colors

Complementary color

Complementary color for #hex is #727D8D.


I love getcolorcode.com

Triadic colors

1 #728D82 and #82728D with #8D8272 are triadic colors.

2 #72828D and #828D72 with #8D8272 are triadic colors.