COLOR #8B6431

HEX: #8B6431
RGB: (139,100,49)

Color info

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

RGB color model

#8B6431 color RGB value is (139,100,49).

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

RGB channels and saturation

R 139 of 255 = 55%
G 100 of 255 = 39%
B 49 of 255 = 19%

139
100
49

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

Portions of RGB colors in percentages

R + G + B =
139 + 100 + 49 = 288 (100%)
R 139 of 288 ~ 48.26%
G 100 of 288 ~ 34.72%
B 49 of 288 ~ 17.01%

%48.26
%34.72
%17.01

CMYK color model

#8B6431 color CMYK value is (0,28,65,45).

  • cyan value is 0.00%
  • magenta value is 28.06%
  • yellow value is 64.75%
  • key color value is 45.49%
CMYK:
(0,28,65,45)
C0M28Y65K45 
(0%,28%,65%,45%)
(0.00/0.28/0.65/0.45)	

CMYK percentages

%0
%28.06
%64.75
%45.49

Codes

Color #8B6431 in popluar color models

8B6431
RGB13910049
HSL34°47.87%36.86%
HSB/HSV34°64.75%54.51%
CMYK0.00%28.06%64.75%
45.49%

Color #8B6431 in popluar number systems.

HEX8B6431
Decimal13910049
Binary100010111100100110001
Octal21314461

Shades and tints

Shades of #8B6431

#8B6431
(139,100,49)
#7F5B2D
(127,91,45)
#735229
(115,82,41)
#674925
(103,73,37)
#5B4021
(91,64,33)
#4F371D
(79,55,29)
#432E19
(67,46,25)
#372515
(55,37,21)
#2B1C11
(43,28,17)
#1F130D
(31,19,13)
#130A09
(19,10,9)
#000000
(0,0,0)

Tints of #8B6431

#8B6431
(139,100,49)
#957243
(149,114,67)
#9F8055
(159,128,85)
#A98E67
(169,142,103)
#B39C79
(179,156,121)
#BDAA8B
(189,170,139)
#C7B89D
(199,184,157)
#D1C6AF
(209,198,175)
#DBD4C1
(219,212,193)
#E5E2D3
(229,226,211)
#EFF0E5
(239,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B6431; }

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

This text font color is #8B6431.


Background Color

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

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

This div background color is #8B6431.


Border color

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

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

This div border color is #8B6431.


Opacity

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

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

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

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

This text has shadow with #8B6431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6431 on black background.


Color preview on white background

This text has color #8B6431 on white background.



Black color preview on #8B6431 background

This text has black color on #8B6431 background.


White color preview on #8B6431 background

This text has white color on #8B6431 background.