COLOR #8B6A2F

HEX: #8B6A2F RGB: (139,106,47)

Color info

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

RGB color model

#8B6A2F color RGB value is (139,106,47).

RGB: (139,106,47) (55%, 42%, 18%)

RGB channels and saturation

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

139
106
47

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

Portions of RGB colors in percentages

R + G + B = 139 + 106 + 47 = 292 (100%)
R 139 of 292 ~ 47.6%
G 106 of 292 ~ 36.3%
B 47 of 292 ~ 16.1'%

%47.6
%36.3
%16.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.74%
  • yellow value is 66.19%
  • key color value is 45.49%

CMYK: (0,24,66,45)
C0M24Y66K45 (0%, 24%, 66%, 45%)
(0.00 / 0.24 / 0.66 / 0.45)

CMYK percentages

%0
%23.74
%66.19
%45.49

Codes

Color #8B6A2F in popluar color models

8B 6A 2F
RGB 139 106 47
HSL 38° 49.46% 36.47%
HSB/HSV 38° 66.19% 54.51%
CMYK 0.00% 23.74% 66.19%
45.49%

Color #8B6A2F in popluar number systems.

HEX 8B 6A 2F
Decimal 139 106 47
Binary 10001011 1101010 101111
Octal 213 152 57

Shades and tints

Shades of #8B6A2F

#8B6A2F
(139,106,47)
#7F612B
(127,97,43)
#735827
(115,88,39)
#674F23
(103,79,35)
#5B461F
(91,70,31)
#4F3D1B
(79,61,27)
#433417
(67,52,23)
#372B13
(55,43,19)
#2B220F
(43,34,15)
#1F190B
(31,25,11)
#131007
(19,16,7)
#000000
(0,0,0)

Tints of #8B6A2F

#8B6A2F
(139,106,47)
#957741
(149,119,65)
#9F8453
(159,132,83)
#A99165
(169,145,101)
#B39E77
(179,158,119)
#BDAB89
(189,171,137)
#C7B89B
(199,184,155)
#D1C5AD
(209,197,173)
#DBD2BF
(219,210,191)
#E5DFD1
(229,223,209)
#EFECE3
(239,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B6A2F; }

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

This text font color is #8B6A2F.

Background Color

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

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

This div background color is #8B6A2F.

Border color

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

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

This div border color is #8B6A2F.

Opacity

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

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

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

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

This text has shadow with #8B6A2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B6A2F.

Preview

Color preview on black background

This text has color #8B6A2F on black background.


Color preview on white background

This text has color #8B6A2F on white background.


Black color preview on #8B6A2F background

This text has black color on #8B6A2F background.


White color preview on #8B6A2F background

This text has white color on #8B6A2F background.


Related colors

Complementary color

Complementary color for #hex is #7495D0.


I love getcolorcode.com

Triadic colors

1 #2F8B6A and #6A2F8B with #8B6A2F are triadic colors.

2 #2F6A8B and #6A8B2F with #8B6A2F are triadic colors.