COLOR #8B706A

HEX: #8B706A
RGB: (139,112,106)

Color info

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

RGB color model

#8B706A color RGB value is (139,112,106).

  • red value is 139;
  • green value is 112;
  • blue value is 106.
RGB:
(139,112,106)
(55%,44%,42%)

RGB channels and saturation

R 139 of 255 = 55%
G 112 of 255 = 44%
B 106 of 255 = 42%

139
112
106

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

Portions of RGB colors in percentages

R + G + B =
139 + 112 + 106 = 357 (100%)
R 139 of 357 ~ 38.94%
G 112 of 357 ~ 31.37%
B 106 of 357 ~ 29.69%

%38.94
%31.37
%29.69

CMYK color model

#8B706A color CMYK value is (0,19,24,45).

  • cyan value is 0.00%
  • magenta value is 19.42%
  • yellow value is 23.74%
  • key color value is 45.49%
CMYK:
(0,19,24,45)
C0M19Y24K45 
(0%,19%,24%,45%)
(0.00/0.19/0.24/0.45)	

CMYK percentages

%0
%19.42
%23.74
%45.49

Codes

Color #8B706A in popluar color models

8B706A
RGB139112106
HSL11°13.47%48.04%
HSB/HSV11°23.74%54.51%
CMYK0.00%19.42%23.74%
45.49%

Color #8B706A in popluar number systems.

HEX8B706A
Decimal139112106
Binary1000101111100001101010
Octal213160152

Shades and tints

Shades of #8B706A

#8B706A
(139,112,106)
#7F6661
(127,102,97)
#735C58
(115,92,88)
#67524F
(103,82,79)
#5B4846
(91,72,70)
#4F3E3D
(79,62,61)
#433434
(67,52,52)
#372A2B
(55,42,43)
#2B2022
(43,32,34)
#1F1619
(31,22,25)
#130C10
(19,12,16)
#000000
(0,0,0)

Tints of #8B706A

#8B706A
(139,112,106)
#957D77
(149,125,119)
#9F8A84
(159,138,132)
#A99791
(169,151,145)
#B3A49E
(179,164,158)
#BDB1AB
(189,177,171)
#C7BEB8
(199,190,184)
#D1CBC5
(209,203,197)
#DBD8D2
(219,216,210)
#E5E5DF
(229,229,223)
#EFF2EC
(239,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B706A; }

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

This text font color is #8B706A.


Background Color

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

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

This div background color is #8B706A.


Border color

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

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

This div border color is #8B706A.


Opacity

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

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

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

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

This text has shadow with #8B706A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B706A on black background.


Color preview on white background

This text has color #8B706A on white background.



Black color preview on #8B706A background

This text has black color on #8B706A background.


White color preview on #8B706A background

This text has white color on #8B706A background.