COLOR #8D725C

HEX: #8D725C
RGB: (141,114,92)

Color info

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

RGB color model

#8D725C color RGB value is (141,114,92).

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

RGB channels and saturation

R 141 of 255 = 55%
G 114 of 255 = 45%
B 92 of 255 = 36%

141
114
92

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

Portions of RGB colors in percentages

R + G + B =
141 + 114 + 92 = 347 (100%)
R 141 of 347 ~ 40.63%
G 114 of 347 ~ 32.85%
B 92 of 347 ~ 26.51%

%40.63
%32.85
%26.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.15%
  • yellow value is 34.75%
  • key color value is 44.71%
CMYK:
(0,19,35,45)
C0M19Y35K45 
(0%,19%,35%,45%)
(0.00/0.19/0.35/0.45)	

CMYK percentages

%0
%19.15
%34.75
%44.71

Codes

Color #8D725C in popluar color models

8D725C
RGB14111492
HSL27°21.03%45.69%
HSB/HSV27°34.75%55.29%
CMYK0.00%19.15%34.75%
44.71%

Color #8D725C in popluar number systems.

HEX8D725C
Decimal14111492
Binary1000110111100101011100
Octal215162134

Shades and tints

Shades of #8D725C

#8D725C
(141,114,92)
#816854
(129,104,84)
#755E4C
(117,94,76)
#695444
(105,84,68)
#5D4A3C
(93,74,60)
#514034
(81,64,52)
#45362C
(69,54,44)
#392C24
(57,44,36)
#2D221C
(45,34,28)
#211814
(33,24,20)
#150E0C
(21,14,12)
#000000
(0,0,0)

Tints of #8D725C

#8D725C
(141,114,92)
#977E6A
(151,126,106)
#A18A78
(161,138,120)
#AB9686
(171,150,134)
#B5A294
(181,162,148)
#BFAEA2
(191,174,162)
#C9BAB0
(201,186,176)
#D3C6BE
(211,198,190)
#DDD2CC
(221,210,204)
#E7DEDA
(231,222,218)
#F1EAE8
(241,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D725C; }

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

This text font color is #8D725C.


Background Color

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

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

This div background color is #8D725C.


Border color

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

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

This div border color is #8D725C.


Opacity

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

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

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

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

This text has shadow with #8D725C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D725C on black background.


Color preview on white background

This text has color #8D725C on white background.



Black color preview on #8D725C background

This text has black color on #8D725C background.


White color preview on #8D725C background

This text has white color on #8D725C background.