COLOR #8B6A2D

HEX: #8B6A2D
RGB: (139,106,45)

Color info

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

RGB color model

#8B6A2D color RGB value is (139,106,45).

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

RGB channels and saturation

R 139 of 255 = 55%
G 106 of 255 = 42%
B 45 of 255 = 18%

139
106
45

R + G + B ~ 38%. #8B6A2D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 106 + 45 = 290 (100%)
R 139 of 290 ~ 47.93%
G 106 of 290 ~ 36.55%
B 45 of 290 ~ 15.52%

%47.93
%36.55
%15.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.74%
  • yellow value is 67.63%
  • key color value is 45.49%
CMYK:
(0,24,68,45)
C0M24Y68K45 
(0%,24%,68%,45%)
(0.00/0.24/0.68/0.45)	

CMYK percentages

%0
%23.74
%67.63
%45.49

Codes

Color #8B6A2D in popluar color models

8B6A2D
RGB13910645
HSL39°51.09%36.08%
HSB/HSV39°67.63%54.51%
CMYK0.00%23.74%67.63%
45.49%

Color #8B6A2D in popluar number systems.

HEX8B6A2D
Decimal13910645
Binary100010111101010101101
Octal21315255

Shades and tints

Shades of #8B6A2D

#8B6A2D
(139,106,45)
#7F6129
(127,97,41)
#735825
(115,88,37)
#674F21
(103,79,33)
#5B461D
(91,70,29)
#4F3D19
(79,61,25)
#433415
(67,52,21)
#372B11
(55,43,17)
#2B220D
(43,34,13)
#1F1909
(31,25,9)
#131005
(19,16,5)
#000000
(0,0,0)

Tints of #8B6A2D

#8B6A2D
(139,106,45)
#957740
(149,119,64)
#9F8453
(159,132,83)
#A99166
(169,145,102)
#B39E79
(179,158,121)
#BDAB8C
(189,171,140)
#C7B89F
(199,184,159)
#D1C5B2
(209,197,178)
#DBD2C5
(219,210,197)
#E5DFD8
(229,223,216)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B6A2D; }

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

This text font color is #8B6A2D.


Background Color

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

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

This div background color is #8B6A2D.


Border color

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

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

This div border color is #8B6A2D.


Opacity

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

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

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

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

This text has shadow with #8B6A2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6A2D on black background.


Color preview on white background

This text has color #8B6A2D on white background.



Black color preview on #8B6A2D background

This text has black color on #8B6A2D background.


White color preview on #8B6A2D background

This text has white color on #8B6A2D background.