COLOR #8B6A4D

HEX: #8B6A4D
RGB: (139,106,77)

Color info

#8B6A4D contains mainly red and green colors. Web safe color of #8B6A4D is #996633 (or #963).

RGB color model

#8B6A4D color RGB value is (139,106,77).

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

RGB channels and saturation

R 139 of 255 = 55%
G 106 of 255 = 42%
B 77 of 255 = 30%

139
106
77

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

Portions of RGB colors in percentages

R + G + B =
139 + 106 + 77 = 322 (100%)
R 139 of 322 ~ 43.17%
G 106 of 322 ~ 32.92%
B 77 of 322 ~ 23.91%

%43.17
%32.92
%23.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.74%
  • yellow value is 44.60%
  • key color value is 45.49%
CMYK:
(0,24,45,45)
C0M24Y45K45 
(0%,24%,45%,45%)
(0.00/0.24/0.45/0.45)	

CMYK percentages

%0
%23.74
%44.6
%45.49

Codes

Color #8B6A4D in popluar color models

8B6A4D
RGB13910677
HSL28°28.70%42.35%
HSB/HSV28°44.60%54.51%
CMYK0.00%23.74%44.60%
45.49%

Color #8B6A4D in popluar number systems.

HEX8B6A4D
Decimal13910677
Binary1000101111010101001101
Octal213152115

Shades and tints

Shades of #8B6A4D

#8B6A4D
(139,106,77)
#7F6146
(127,97,70)
#73583F
(115,88,63)
#674F38
(103,79,56)
#5B4631
(91,70,49)
#4F3D2A
(79,61,42)
#433423
(67,52,35)
#372B1C
(55,43,28)
#2B2215
(43,34,21)
#1F190E
(31,25,14)
#131007
(19,16,7)
#000000
(0,0,0)

Tints of #8B6A4D

#8B6A4D
(139,106,77)
#95775D
(149,119,93)
#9F846D
(159,132,109)
#A9917D
(169,145,125)
#B39E8D
(179,158,141)
#BDAB9D
(189,171,157)
#C7B8AD
(199,184,173)
#D1C5BD
(209,197,189)
#DBD2CD
(219,210,205)
#E5DFDD
(229,223,221)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B6A4D; }

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

This text font color is #8B6A4D.


Background Color

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

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

This div background color is #8B6A4D.


Border color

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

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

This div border color is #8B6A4D.


Opacity

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

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

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

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

This text has shadow with #8B6A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6A4D on black background.


Color preview on white background

This text has color #8B6A4D on white background.



Black color preview on #8B6A4D background

This text has black color on #8B6A4D background.


White color preview on #8B6A4D background

This text has white color on #8B6A4D background.