COLOR #8B7060

HEX: #8B7060 RGB: (139,112,96)

Color info

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

RGB color model

#8B7060 color RGB value is (139,112,96).

RGB: (139,112,96) (55%, 44%, 38%)

RGB channels and saturation

R 139 of 255 = 55%
G 112 of 255 = 44%
B 96 of 255 = 38%

139
112
96

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

Portions of RGB colors in percentages

R + G + B = 139 + 112 + 96 = 347 (100%)
R 139 of 347 ~ 40.06%
G 112 of 347 ~ 32.28%
B 96 of 347 ~ 27.67'%

%40.06
%32.28
%27.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.42%
  • yellow value is 30.94%
  • key color value is 45.49%

CMYK: (0,19,31,45)
C0M19Y31K45 (0%, 19%, 31%, 45%)
(0.00 / 0.19 / 0.31 / 0.45)

CMYK percentages

%0
%19.42
%30.94
%45.49

Codes

Color #8B7060 in popluar color models

8B 70 60
RGB 139 112 96
HSL 22° 18.30% 46.08%
HSB/HSV 22° 30.94% 54.51%
CMYK 0.00% 19.42% 30.94%
45.49%

Color #8B7060 in popluar number systems.

HEX 8B 70 60
Decimal 139 112 96
Binary 10001011 1110000 1100000
Octal 213 160 140

Shades and tints

Shades of #8B7060

#8B7060
(139,112,96)
#7F6658
(127,102,88)
#735C50
(115,92,80)
#675248
(103,82,72)
#5B4840
(91,72,64)
#4F3E38
(79,62,56)
#433430
(67,52,48)
#372A28
(55,42,40)
#2B2020
(43,32,32)
#1F1618
(31,22,24)
#130C10
(19,12,16)
#000000
(0,0,0)

Tints of #8B7060

#8B7060
(139,112,96)
#957D6E
(149,125,110)
#9F8A7C
(159,138,124)
#A9978A
(169,151,138)
#B3A498
(179,164,152)
#BDB1A6
(189,177,166)
#C7BEB4
(199,190,180)
#D1CBC2
(209,203,194)
#DBD8D0
(219,216,208)
#E5E5DE
(229,229,222)
#EFF2EC
(239,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B7060 color. Also use rgb(139,112,96) instead hex code.

Text Font Color

.myTextColor { color: #8B7060; }

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

This text font color is #8B7060.

Background Color

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

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

This div background color is #8B7060.

Border color

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

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

This div border color is #8B7060.

Opacity

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

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

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

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

This text has shadow with #8B7060 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B7060.

Preview

Color preview on black background

This text has color #8B7060 on black background.


Color preview on white background

This text has color #8B7060 on white background.


Black color preview on #8B7060 background

This text has black color on #8B7060 background.


White color preview on #8B7060 background

This text has white color on #8B7060 background.


Related colors

Complementary color

Complementary color for #hex is #748F9F.


I love getcolorcode.com

Triadic colors

1 #608B70 and #70608B with #8B7060 are triadic colors.

2 #60708B and #708B60 with #8B7060 are triadic colors.