COLOR #8B705F

HEX: #8B705F RGB: (139,112,95)

Color info

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

RGB color model

#8B705F color RGB value is (139,112,95).

RGB: (139,112,95) (55%, 44%, 37%)

RGB channels and saturation

R 139 of 255 = 55%
G 112 of 255 = 44%
B 95 of 255 = 37%

139
112
95

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

Portions of RGB colors in percentages

R + G + B = 139 + 112 + 95 = 346 (100%)
R 139 of 346 ~ 40.17%
G 112 of 346 ~ 32.37%
B 95 of 346 ~ 27.46'%

%40.17
%32.37
%27.46

CMYK color model

#8B705F color CMYK value is (0,19,32,45).

  • cyan value is 0.00%
  • magenta value is 19.42%
  • yellow value is 31.65%
  • key color value is 45.49%
CMYK: (0,19,32,45) C0M19Y32K45 (0%,19%,32%,45%) (0.00/0.19/0.32/0.45) 

CMYK percentages

%0
%19.42
%31.65
%45.49

Codes

Color #8B705F in popluar color models

8B 70 5F
RGB 139 112 95
HSL 23° 18.80% 45.88%
HSB/HSV 23° 31.65% 54.51%
CMYK 0.00% 19.42% 31.65%
45.49%

Color #8B705F in popluar number systems.

HEX 8B 70 5F
Decimal 139 112 95
Binary 10001011 1110000 1011111
Octal 213 160 137

Shades and tints

Shades of #8B705F

#8B705F
(139,112,95)
#7F6657
(127,102,87)
#735C4F
(115,92,79)
#675247
(103,82,71)
#5B483F
(91,72,63)
#4F3E37
(79,62,55)
#43342F
(67,52,47)
#372A27
(55,42,39)
#2B201F
(43,32,31)
#1F1617
(31,22,23)
#130C0F
(19,12,15)
#000000
(0,0,0)

Tints of #8B705F

#8B705F
(139,112,95)
#957D6D
(149,125,109)
#9F8A7B
(159,138,123)
#A99789
(169,151,137)
#B3A497
(179,164,151)
#BDB1A5
(189,177,165)
#C7BEB3
(199,190,179)
#D1CBC1
(209,203,193)
#DBD8CF
(219,216,207)
#E5E5DD
(229,229,221)
#EFF2EB
(239,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B705F; }

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

This text font color is #8B705F.

Background Color

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

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

This div background color is #8B705F.

Border color

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

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

This div border color is #8B705F.

Opacity

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

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

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

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

This text has shadow with #8B705F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B705F.

Preview

Color preview on black background

This text has color #8B705F on black background.


Color preview on white background

This text has color #8B705F on white background.


Black color preview on #8B705F background

This text has black color on #8B705F background.


White color preview on #8B705F background

This text has white color on #8B705F background.


Related colors

Complementary color

Complementary color for #hex is #748FA0.


I love getcolorcode.com

Triadic colors

1 #5F8B70 and #705F8B with #8B705F are triadic colors.

2 #5F708B and #708B5F with #8B705F are triadic colors.