COLOR #8B4932

HEX: #8B4932 RGB: (139,73,50)

Color info

#8B4932 contains mainly red color. Web safe color of #8B4932 is #993333 (or #933).

RGB color model

#8B4932 color RGB value is (139,73,50).

RGB: (139,73,50) (55%, 29%, 20%)

RGB channels and saturation

R 139 of 255 = 55%
G 73 of 255 = 29%
B 50 of 255 = 20%

139
73
50

R + G + B ~ 35%. #8B4932 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 139 + 73 + 50 = 262 (100%)
R 139 of 262 ~ 53.05%
G 73 of 262 ~ 27.86%
B 50 of 262 ~ 19.08'%

%53.05
%27.86
%19.08

CMYK color model

#8B4932 color CMYK value is (0,47,64,45).

  • cyan value is 0.00%
  • magenta value is 47.48%
  • yellow value is 64.03%
  • key color value is 45.49%

CMYK: (0,47,64,45)
C0M47Y64K45 (0%, 47%, 64%, 45%)
(0.00 / 0.47 / 0.64 / 0.45)

CMYK percentages

%0
%47.48
%64.03
%45.49

Codes

Color #8B4932 in popluar color models

8B 49 32
RGB 139 73 50
HSL 16° 47.09% 37.06%
HSB/HSV 16° 64.03% 54.51%
CMYK 0.00% 47.48% 64.03%
45.49%

Color #8B4932 in popluar number systems.

HEX 8B 49 32
Decimal 139 73 50
Binary 10001011 1001001 110010
Octal 213 111 62

Shades and tints

Shades of #8B4932

#8B4932
(139,73,50)
#7F432E
(127,67,46)
#733D2A
(115,61,42)
#673726
(103,55,38)
#5B3122
(91,49,34)
#4F2B1E
(79,43,30)
#43251A
(67,37,26)
#371F16
(55,31,22)
#2B1912
(43,25,18)
#1F130E
(31,19,14)
#130D0A
(19,13,10)
#000000
(0,0,0)

Tints of #8B4932

#8B4932
(139,73,50)
#955944
(149,89,68)
#9F6956
(159,105,86)
#A97968
(169,121,104)
#B3897A
(179,137,122)
#BD998C
(189,153,140)
#C7A99E
(199,169,158)
#D1B9B0
(209,185,176)
#DBC9C2
(219,201,194)
#E5D9D4
(229,217,212)
#EFE9E6
(239,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B4932 color. Also use rgb(139,73,50) instead hex code.

Text Font Color

.myTextColor { color: #8B4932; }

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

This text font color is #8B4932.

Background Color

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

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

This div background color is #8B4932.

Border color

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

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

This div border color is #8B4932.

Opacity

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

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

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

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

This text has shadow with #8B4932 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B4932.

Preview

Color preview on black background

This text has color #8B4932 on black background.


Color preview on white background

This text has color #8B4932 on white background.


Black color preview on #8B4932 background

This text has black color on #8B4932 background.


White color preview on #8B4932 background

This text has white color on #8B4932 background.


Related colors

Complementary color

Complementary color for #hex is #74B6CD.


I love getcolorcode.com

Triadic colors

1 #328B49 and #49328B with #8B4932 are triadic colors.

2 #32498B and #498B32 with #8B4932 are triadic colors.