COLOR #8B6420

HEX: #8B6420
RGB: (139,100,32)

Color info

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

RGB color model

#8B6420 color RGB value is (139,100,32).

  • red value is 139;
  • green value is 100;
  • blue value is 32.
RGB:
(139,100,32)
(55%,39%,13%)

RGB channels and saturation

R 139 of 255 = 55%
G 100 of 255 = 39%
B 32 of 255 = 13%

139
100
32

R + G + B ~ 36%. #8B6420 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 100 + 32 = 271 (100%)
R 139 of 271 ~ 51.29%
G 100 of 271 ~ 36.9%
B 32 of 271 ~ 11.81%

%51.29
%36.9
%11.81

CMYK color model

#8B6420 color CMYK value is (0,28,77,45).

  • cyan value is 0.00%
  • magenta value is 28.06%
  • yellow value is 76.98%
  • key color value is 45.49%
CMYK:
(0,28,77,45)
C0M28Y77K45 
(0%,28%,77%,45%)
(0.00/0.28/0.77/0.45)	

CMYK percentages

%0
%28.06
%76.98
%45.49

Codes

Color #8B6420 in popluar color models

8B6420
RGB13910032
HSL38°62.57%33.53%
HSB/HSV38°76.98%54.51%
CMYK0.00%28.06%76.98%
45.49%

Color #8B6420 in popluar number systems.

HEX8B6420
Decimal13910032
Binary100010111100100100000
Octal21314440

Shades and tints

Shades of #8B6420

#8B6420
(139,100,32)
#7F5B1E
(127,91,30)
#73521C
(115,82,28)
#67491A
(103,73,26)
#5B4018
(91,64,24)
#4F3716
(79,55,22)
#432E14
(67,46,20)
#372512
(55,37,18)
#2B1C10
(43,28,16)
#1F130E
(31,19,14)
#130A0C
(19,10,12)
#000000
(0,0,0)

Tints of #8B6420

#8B6420
(139,100,32)
#957234
(149,114,52)
#9F8048
(159,128,72)
#A98E5C
(169,142,92)
#B39C70
(179,156,112)
#BDAA84
(189,170,132)
#C7B898
(199,184,152)
#D1C6AC
(209,198,172)
#DBD4C0
(219,212,192)
#E5E2D4
(229,226,212)
#EFF0E8
(239,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6420 color. Also use rgb(139,100,32) instead hex code.

Text Font Color

.myTextColor { color: #8B6420; }

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

This text font color is #8B6420.


Background Color

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

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

This div background color is #8B6420.


Border color

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

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

This div border color is #8B6420.


Opacity

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

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

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

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

This text has shadow with #8B6420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6420 on black background.


Color preview on white background

This text has color #8B6420 on white background.



Black color preview on #8B6420 background

This text has black color on #8B6420 background.


White color preview on #8B6420 background

This text has white color on #8B6420 background.