COLOR #8B725C

HEX: #8B725C RGB: (139,114,92)

Color info

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

RGB color model

#8B725C color RGB value is (139,114,92).

RGB: (139,114,92) (55%, 45%, 36%)

RGB channels and saturation

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

139
114
92

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

Portions of RGB colors in percentages

R + G + B = 139 + 114 + 92 = 345 (100%)
R 139 of 345 ~ 40.29%
G 114 of 345 ~ 33.04%
B 92 of 345 ~ 26.67'%

%40.29
%33.04
%26.67

CMYK color model

#8B725C color CMYK value is (0,18,34,45).

  • cyan value is 0.00%
  • magenta value is 17.99%
  • yellow value is 33.81%
  • key color value is 45.49%

CMYK: (0,18,34,45)
C0M18Y34K45 (0%, 18%, 34%, 45%)
(0.00 / 0.18 / 0.34 / 0.45)

CMYK percentages

%0
%17.99
%33.81
%45.49

Codes

Color #8B725C in popluar color models

8B 72 5C
RGB 139 114 92
HSL 28° 20.35% 45.29%
HSB/HSV 28° 33.81% 54.51%
CMYK 0.00% 17.99% 33.81%
45.49%

Color #8B725C in popluar number systems.

HEX 8B 72 5C
Decimal 139 114 92
Binary 10001011 1110010 1011100
Octal 213 162 134

Shades and tints

Shades of #8B725C

#8B725C
(139,114,92)
#7F6854
(127,104,84)
#735E4C
(115,94,76)
#675444
(103,84,68)
#5B4A3C
(91,74,60)
#4F4034
(79,64,52)
#43362C
(67,54,44)
#372C24
(55,44,36)
#2B221C
(43,34,28)
#1F1814
(31,24,20)
#130E0C
(19,14,12)
#000000
(0,0,0)

Tints of #8B725C

#8B725C
(139,114,92)
#957E6A
(149,126,106)
#9F8A78
(159,138,120)
#A99686
(169,150,134)
#B3A294
(179,162,148)
#BDAEA2
(189,174,162)
#C7BAB0
(199,186,176)
#D1C6BE
(209,198,190)
#DBD2CC
(219,210,204)
#E5DEDA
(229,222,218)
#EFEAE8
(239,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B725C; }

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

This text font color is #8B725C.

Background Color

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

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

This div background color is #8B725C.

Border color

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

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

This div border color is #8B725C.

Opacity

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

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

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

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

This text has shadow with #8B725C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B725C.

Preview

Color preview on black background

This text has color #8B725C on black background.


Color preview on white background

This text has color #8B725C on white background.


Black color preview on #8B725C background

This text has black color on #8B725C background.


White color preview on #8B725C background

This text has white color on #8B725C background.


Related colors

Complementary color

Complementary color for #hex is #748DA3.


I love getcolorcode.com

Triadic colors

1 #5C8B72 and #725C8B with #8B725C are triadic colors.

2 #5C728B and #728B5C with #8B725C are triadic colors.