COLOR #8D726A

HEX: #8D726A
RGB: (141,114,106)

Color info

#8D726A contains red, green and blue colors in about the same proportion. Web safe color of #8D726A is #996666 (or #966).

RGB color model

#8D726A color RGB value is (141,114,106).

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

RGB channels and saturation

R 141 of 255 = 55%
G 114 of 255 = 45%
B 106 of 255 = 42%

141
114
106

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

Portions of RGB colors in percentages

R + G + B =
141 + 114 + 106 = 361 (100%)
R 141 of 361 ~ 39.06%
G 114 of 361 ~ 31.58%
B 106 of 361 ~ 29.36%

%39.06
%31.58
%29.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.15%
  • yellow value is 24.82%
  • key color value is 44.71%
CMYK:
(0,19,25,45)
C0M19Y25K45 
(0%,19%,25%,45%)
(0.00/0.19/0.25/0.45)	

CMYK percentages

%0
%19.15
%24.82
%44.71

Codes

Color #8D726A in popluar color models

8D726A
RGB141114106
HSL14°14.17%48.43%
HSB/HSV14°24.82%55.29%
CMYK0.00%19.15%24.82%
44.71%

Color #8D726A in popluar number systems.

HEX8D726A
Decimal141114106
Binary1000110111100101101010
Octal215162152

Shades and tints

Shades of #8D726A

#8D726A
(141,114,106)
#816861
(129,104,97)
#755E58
(117,94,88)
#69544F
(105,84,79)
#5D4A46
(93,74,70)
#51403D
(81,64,61)
#453634
(69,54,52)
#392C2B
(57,44,43)
#2D2222
(45,34,34)
#211819
(33,24,25)
#150E10
(21,14,16)
#000000
(0,0,0)

Tints of #8D726A

#8D726A
(141,114,106)
#977E77
(151,126,119)
#A18A84
(161,138,132)
#AB9691
(171,150,145)
#B5A29E
(181,162,158)
#BFAEAB
(191,174,171)
#C9BAB8
(201,186,184)
#D3C6C5
(211,198,197)
#DDD2D2
(221,210,210)
#E7DEDF
(231,222,223)
#F1EAEC
(241,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D726A; }

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

This text font color is #8D726A.


Background Color

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

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

This div background color is #8D726A.


Border color

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

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

This div border color is #8D726A.


Opacity

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

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

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

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

This text has shadow with #8D726A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D726A on black background.


Color preview on white background

This text has color #8D726A on white background.



Black color preview on #8D726A background

This text has black color on #8D726A background.


White color preview on #8D726A background

This text has white color on #8D726A background.