COLOR #8B6C07

HEX: #8B6C07
RGB: (139,108,7)

Color info

#8B6C07 contains mainly red and green colors. Web safe color of #8B6C07 is #996600 (or #960).

RGB color model

#8B6C07 color RGB value is (139,108,7).

  • red value is 139;
  • green value is 108;
  • blue value is 7.
RGB:
(139,108,7)
(55%,42%,3%)

RGB channels and saturation

R 139 of 255 = 55%
G 108 of 255 = 42%
B 7 of 255 = 3%

139
108
7

R + G + B ~ 33%. #8B6C07 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 108 + 7 = 254 (100%)
R 139 of 254 ~ 54.72%
G 108 of 254 ~ 42.52%
B 7 of 254 ~ 2.76%

%54.72
%42.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.30%
  • yellow value is 94.96%
  • key color value is 45.49%
CMYK:
(0,22,95,45)
C0M22Y95K45 
(0%,22%,95%,45%)
(0.00/0.22/0.95/0.45)	

CMYK percentages

%0
%22.3
%94.96
%45.49

Codes

Color #8B6C07 in popluar color models

8B6C07
RGB1391087
HSL46°90.41%28.63%
HSB/HSV46°94.96%54.51%
CMYK0.00%22.30%94.96%
45.49%

Color #8B6C07 in popluar number systems.

HEX8B6C07
Decimal1391087
Binary100010111101100111
Octal2131547

Shades and tints

Shades of #8B6C07

#8B6C07
(139,108,7)
#7F6307
(127,99,7)
#735A07
(115,90,7)
#675107
(103,81,7)
#5B4807
(91,72,7)
#4F3F07
(79,63,7)
#433607
(67,54,7)
#372D07
(55,45,7)
#2B2407
(43,36,7)
#1F1B07
(31,27,7)
#131207
(19,18,7)
#000000
(0,0,0)

Tints of #8B6C07

#8B6C07
(139,108,7)
#95791D
(149,121,29)
#9F8633
(159,134,51)
#A99349
(169,147,73)
#B3A05F
(179,160,95)
#BDAD75
(189,173,117)
#C7BA8B
(199,186,139)
#D1C7A1
(209,199,161)
#DBD4B7
(219,212,183)
#E5E1CD
(229,225,205)
#EFEEE3
(239,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6C07 color. Also use rgb(139,108,7) instead hex code.

Text Font Color

.myTextColor { color: #8B6C07; }

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

This text font color is #8B6C07.


Background Color

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

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

This div background color is #8B6C07.


Border color

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

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

This div border color is #8B6C07.


Opacity

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

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

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

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

This text has shadow with #8B6C07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6C07 on black background.


Color preview on white background

This text has color #8B6C07 on white background.



Black color preview on #8B6C07 background

This text has black color on #8B6C07 background.


White color preview on #8B6C07 background

This text has white color on #8B6C07 background.