COLOR #8B806D

HEX: #8B806D RGB: (139,128,109)

Color info

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

RGB color model

#8B806D color RGB value is (139,128,109).

RGB: (139,128,109) (55%, 50%, 43%)

RGB channels and saturation

R 139 of 255 = 55%
G 128 of 255 = 50%
B 109 of 255 = 43%

139
128
109

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

Portions of RGB colors in percentages

R + G + B = 139 + 128 + 109 = 376 (100%)
R 139 of 376 ~ 36.97%
G 128 of 376 ~ 34.04%
B 109 of 376 ~ 28.99'%

%36.97
%34.04
%28.99

CMYK color model

#8B806D color CMYK value is (0,8,22,45).

  • cyan value is 0.00%
  • magenta value is 7.91%
  • yellow value is 21.58%
  • key color value is 45.49%

CMYK: (0,8,22,45)
C0M8Y22K45 (0%, 8%, 22%, 45%)
(0.00 / 0.08 / 0.22 / 0.45)

CMYK percentages

%0
%7.91
%21.58
%45.49

Codes

Color #8B806D in popluar color models

8B 80 6D
RGB 139 128 109
HSL 38° 12.10% 48.63%
HSB/HSV 38° 21.58% 54.51%
CMYK 0.00% 7.91% 21.58%
45.49%

Color #8B806D in popluar number systems.

HEX 8B 80 6D
Decimal 139 128 109
Binary 10001011 10000000 1101101
Octal 213 200 155

Shades and tints

Shades of #8B806D

#8B806D
(139,128,109)
#7F7564
(127,117,100)
#736A5B
(115,106,91)
#675F52
(103,95,82)
#5B5449
(91,84,73)
#4F4940
(79,73,64)
#433E37
(67,62,55)
#37332E
(55,51,46)
#2B2825
(43,40,37)
#1F1D1C
(31,29,28)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #8B806D

#8B806D
(139,128,109)
#958B7A
(149,139,122)
#9F9687
(159,150,135)
#A9A194
(169,161,148)
#B3ACA1
(179,172,161)
#BDB7AE
(189,183,174)
#C7C2BB
(199,194,187)
#D1CDC8
(209,205,200)
#DBD8D5
(219,216,213)
#E5E3E2
(229,227,226)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B806D color. Also use rgb(139,128,109) instead hex code.

Text Font Color

.myTextColor { color: #8B806D; }

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

This text font color is #8B806D.

Background Color

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

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

This div background color is #8B806D.

Border color

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

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

This div border color is #8B806D.

Opacity

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

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

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

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

This text has shadow with #8B806D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B806D.

Preview

Color preview on black background

This text has color #8B806D on black background.


Color preview on white background

This text has color #8B806D on white background.


Black color preview on #8B806D background

This text has black color on #8B806D background.


White color preview on #8B806D background

This text has white color on #8B806D background.


Related colors

Complementary color

Complementary color for #hex is #747F92.


I love getcolorcode.com

Triadic colors

1 #6D8B80 and #806D8B with #8B806D are triadic colors.

2 #6D808B and #808B6D with #8B806D are triadic colors.