COLOR #8B716A

HEX: #8B716A RGB: (139,113,106)

Color info

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

RGB color model

#8B716A color RGB value is (139,113,106).

RGB: (139,113,106) (55%, 44%, 42%)

RGB channels and saturation

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

139
113
106

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

Portions of RGB colors in percentages

R + G + B = 139 + 113 + 106 = 358 (100%)
R 139 of 358 ~ 38.83%
G 113 of 358 ~ 31.56%
B 106 of 358 ~ 29.61'%

%38.83
%31.56
%29.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.71%
  • 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
%18.71
%23.74
%45.49

Codes

Color #8B716A in popluar color models

8B 71 6A
RGB 139 113 106
HSL 13° 13.47% 48.04%
HSB/HSV 13° 23.74% 54.51%
CMYK 0.00% 18.71% 23.74%
45.49%

Color #8B716A in popluar number systems.

HEX 8B 71 6A
Decimal 139 113 106
Binary 10001011 1110001 1101010
Octal 213 161 152

Shades and tints

Shades of #8B716A

#8B716A
(139,113,106)
#7F6761
(127,103,97)
#735D58
(115,93,88)
#67534F
(103,83,79)
#5B4946
(91,73,70)
#4F3F3D
(79,63,61)
#433534
(67,53,52)
#372B2B
(55,43,43)
#2B2122
(43,33,34)
#1F1719
(31,23,25)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #8B716A

#8B716A
(139,113,106)
#957D77
(149,125,119)
#9F8984
(159,137,132)
#A99591
(169,149,145)
#B3A19E
(179,161,158)
#BDADAB
(189,173,171)
#C7B9B8
(199,185,184)
#D1C5C5
(209,197,197)
#DBD1D2
(219,209,210)
#E5DDDF
(229,221,223)
#EFE9EC
(239,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B716A; }

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

This text font color is #8B716A.

Background Color

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

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

This div background color is #8B716A.

Border color

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

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

This div border color is #8B716A.

Opacity

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

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

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

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

This text has shadow with #8B716A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B716A.

Preview

Color preview on black background

This text has color #8B716A on black background.


Color preview on white background

This text has color #8B716A on white background.


Black color preview on #8B716A background

This text has black color on #8B716A background.


White color preview on #8B716A background

This text has white color on #8B716A background.


Related colors

Complementary color

Complementary color for #hex is #748E95.


I love getcolorcode.com

Triadic colors

1 #6A8B71 and #716A8B with #8B716A are triadic colors.

2 #6A718B and #718B6A with #8B716A are triadic colors.