COLOR #8B6643

HEX: #8B6643
RGB: (139,102,67)

Color info

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

RGB color model

#8B6643 color RGB value is (139,102,67).

  • red value is 139;
  • green value is 102;
  • blue value is 67.
RGB:
(139,102,67)
(55%,40%,26%)

RGB channels and saturation

R 139 of 255 = 55%
G 102 of 255 = 40%
B 67 of 255 = 26%

139
102
67

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

Portions of RGB colors in percentages

R + G + B =
139 + 102 + 67 = 308 (100%)
R 139 of 308 ~ 45.13%
G 102 of 308 ~ 33.12%
B 67 of 308 ~ 21.75%

%45.13
%33.12
%21.75

CMYK color model

#8B6643 color CMYK value is (0,27,52,45).

  • cyan value is 0.00%
  • magenta value is 26.62%
  • yellow value is 51.80%
  • key color value is 45.49%
CMYK:
(0,27,52,45)
C0M27Y52K45 
(0%,27%,52%,45%)
(0.00/0.27/0.52/0.45)	

CMYK percentages

%0
%26.62
%51.8
%45.49

Codes

Color #8B6643 in popluar color models

8B6643
RGB13910267
HSL29°34.95%40.39%
HSB/HSV29°51.80%54.51%
CMYK0.00%26.62%51.80%
45.49%

Color #8B6643 in popluar number systems.

HEX8B6643
Decimal13910267
Binary1000101111001101000011
Octal213146103

Shades and tints

Shades of #8B6643

#8B6643
(139,102,67)
#7F5D3D
(127,93,61)
#735437
(115,84,55)
#674B31
(103,75,49)
#5B422B
(91,66,43)
#4F3925
(79,57,37)
#43301F
(67,48,31)
#372719
(55,39,25)
#2B1E13
(43,30,19)
#1F150D
(31,21,13)
#130C07
(19,12,7)
#000000
(0,0,0)

Tints of #8B6643

#8B6643
(139,102,67)
#957354
(149,115,84)
#9F8065
(159,128,101)
#A98D76
(169,141,118)
#B39A87
(179,154,135)
#BDA798
(189,167,152)
#C7B4A9
(199,180,169)
#D1C1BA
(209,193,186)
#DBCECB
(219,206,203)
#E5DBDC
(229,219,220)
#EFE8ED
(239,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6643 color. Also use rgb(139,102,67) instead hex code.

Text Font Color

.myTextColor { color: #8B6643; }

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

This text font color is #8B6643.


Background Color

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

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

This div background color is #8B6643.


Border color

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

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

This div border color is #8B6643.


Opacity

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

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

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

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

This text has shadow with #8B6643 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6643 on black background.


Color preview on white background

This text has color #8B6643 on white background.



Black color preview on #8B6643 background

This text has black color on #8B6643 background.


White color preview on #8B6643 background

This text has white color on #8B6643 background.