COLOR #8D725B

HEX: #8D725B RGB: (141,114,91)

Color info

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

RGB color model

#8D725B color RGB value is (141,114,91).

RGB: (141,114,91) (55%, 45%, 36%)

RGB channels and saturation

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

141
114
91

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

Portions of RGB colors in percentages

R + G + B = 141 + 114 + 91 = 346 (100%)
R 141 of 346 ~ 40.75%
G 114 of 346 ~ 32.95%
B 91 of 346 ~ 26.3'%

%40.75
%32.95
%26.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.15%
  • yellow value is 35.46%
  • 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
%35.46
%44.71

Codes

Color #8D725B in popluar color models

8D 72 5B
RGB 141 114 91
HSL 28° 21.55% 45.49%
HSB/HSV 28° 35.46% 55.29%
CMYK 0.00% 19.15% 35.46%
44.71%

Color #8D725B in popluar number systems.

HEX 8D 72 5B
Decimal 141 114 91
Binary 10001101 1110010 1011011
Octal 215 162 133

Shades and tints

Shades of #8D725B

#8D725B
(141,114,91)
#816853
(129,104,83)
#755E4B
(117,94,75)
#695443
(105,84,67)
#5D4A3B
(93,74,59)
#514033
(81,64,51)
#45362B
(69,54,43)
#392C23
(57,44,35)
#2D221B
(45,34,27)
#211813
(33,24,19)
#150E0B
(21,14,11)
#000000
(0,0,0)

Tints of #8D725B

#8D725B
(141,114,91)
#977E69
(151,126,105)
#A18A77
(161,138,119)
#AB9685
(171,150,133)
#B5A293
(181,162,147)
#BFAEA1
(191,174,161)
#C9BAAF
(201,186,175)
#D3C6BD
(211,198,189)
#DDD2CB
(221,210,203)
#E7DED9
(231,222,217)
#F1EAE7
(241,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D725B; }

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

This text font color is #8D725B.

Background Color

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

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

This div background color is #8D725B.

Border color

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

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

This div border color is #8D725B.

Opacity

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

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

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

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

This text has shadow with #8D725B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D725B.

Preview

Color preview on black background

This text has color #8D725B on black background.


Color preview on white background

This text has color #8D725B on white background.


Black color preview on #8D725B background

This text has black color on #8D725B background.


White color preview on #8D725B background

This text has white color on #8D725B background.


Related colors

Complementary color

Complementary color for #hex is #728DA4.


I love getcolorcode.com

Triadic colors

1 #5B8D72 and #725B8D with #8D725B are triadic colors.

2 #5B728D and #728D5B with #8D725B are triadic colors.