COLOR #8B716F

HEX: #8B716F RGB: (139,113,111)

Color info

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

RGB color model

#8B716F color RGB value is (139,113,111).

RGB: (139,113,111) (55%, 44%, 44%)

RGB channels and saturation

R 139 of 255 = 55%
G 113 of 255 = 44%
B 111 of 255 = 44%

139
113
111

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

Portions of RGB colors in percentages

R + G + B = 139 + 113 + 111 = 363 (100%)
R 139 of 363 ~ 38.29%
G 113 of 363 ~ 31.13%
B 111 of 363 ~ 30.58'%

%38.29
%31.13
%30.58

CMYK color model

#8B716F color CMYK value is (0,19,20,45).

  • cyan value is 0.00%
  • magenta value is 18.71%
  • yellow value is 20.14%
  • key color value is 45.49%

CMYK: (0,19,20,45)
C0M19Y20K45 (0%, 19%, 20%, 45%)
(0.00 / 0.19 / 0.20 / 0.45)

CMYK percentages

%0
%18.71
%20.14
%45.49

Codes

Color #8B716F in popluar color models

8B 71 6F
RGB 139 113 111
HSL 11.20% 49.02%
HSB/HSV 20.14% 54.51%
CMYK 0.00% 18.71% 20.14%
45.49%

Color #8B716F in popluar number systems.

HEX 8B 71 6F
Decimal 139 113 111
Binary 10001011 1110001 1101111
Octal 213 161 157

Shades and tints

Shades of #8B716F

#8B716F
(139,113,111)
#7F6765
(127,103,101)
#735D5B
(115,93,91)
#675351
(103,83,81)
#5B4947
(91,73,71)
#4F3F3D
(79,63,61)
#433533
(67,53,51)
#372B29
(55,43,41)
#2B211F
(43,33,31)
#1F1715
(31,23,21)
#130D0B
(19,13,11)
#000000
(0,0,0)

Tints of #8B716F

#8B716F
(139,113,111)
#957D7C
(149,125,124)
#9F8989
(159,137,137)
#A99596
(169,149,150)
#B3A1A3
(179,161,163)
#BDADB0
(189,173,176)
#C7B9BD
(199,185,189)
#D1C5CA
(209,197,202)
#DBD1D7
(219,209,215)
#E5DDE4
(229,221,228)
#EFE9F1
(239,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B716F color. Also use rgb(139,113,111) instead hex code.

Text Font Color

.myTextColor { color: #8B716F; }

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

This text font color is #8B716F.

Background Color

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

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

This div background color is #8B716F.

Border color

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

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

This div border color is #8B716F.

Opacity

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

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

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

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

This text has shadow with #8B716F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B716F.

Preview

Color preview on black background

This text has color #8B716F on black background.


Color preview on white background

This text has color #8B716F on white background.


Black color preview on #8B716F background

This text has black color on #8B716F background.


White color preview on #8B716F background

This text has white color on #8B716F background.


Related colors

Complementary color

Complementary color for #hex is #748E90.


I love getcolorcode.com

Triadic colors

1 #6F8B71 and #716F8B with #8B716F are triadic colors.

2 #6F718B and #718B6F with #8B716F are triadic colors.