COLOR #8B5431

HEX: #8B5431 RGB: (139,84,49)

Color info

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

RGB color model

#8B5431 color RGB value is (139,84,49).

RGB: (139,84,49) (55%, 33%, 19%)

RGB channels and saturation

R 139 of 255 = 55%
G 84 of 255 = 33%
B 49 of 255 = 19%

139
84
49

R + G + B ~ 36%. #8B5431 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 139 + 84 + 49 = 272 (100%)
R 139 of 272 ~ 51.1%
G 84 of 272 ~ 30.88%
B 49 of 272 ~ 18.01'%

%51.1
%30.88
%18.01

CMYK color model

#8B5431 color CMYK value is (0,40,65,45).

  • cyan value is 0.00%
  • magenta value is 39.57%
  • yellow value is 64.75%
  • key color value is 45.49%

CMYK: (0,40,65,45)
C0M40Y65K45 (0%, 40%, 65%, 45%)
(0.00 / 0.40 / 0.65 / 0.45)

CMYK percentages

%0
%39.57
%64.75
%45.49

Codes

Color #8B5431 in popluar color models

8B 54 31
RGB 139 84 49
HSL 23° 47.87% 36.86%
HSB/HSV 23° 64.75% 54.51%
CMYK 0.00% 39.57% 64.75%
45.49%

Color #8B5431 in popluar number systems.

HEX 8B 54 31
Decimal 139 84 49
Binary 10001011 1010100 110001
Octal 213 124 61

Shades and tints

Shades of #8B5431

#8B5431
(139,84,49)
#7F4D2D
(127,77,45)
#734629
(115,70,41)
#673F25
(103,63,37)
#5B3821
(91,56,33)
#4F311D
(79,49,29)
#432A19
(67,42,25)
#372315
(55,35,21)
#2B1C11
(43,28,17)
#1F150D
(31,21,13)
#130E09
(19,14,9)
#000000
(0,0,0)

Tints of #8B5431

#8B5431
(139,84,49)
#956343
(149,99,67)
#9F7255
(159,114,85)
#A98167
(169,129,103)
#B39079
(179,144,121)
#BD9F8B
(189,159,139)
#C7AE9D
(199,174,157)
#D1BDAF
(209,189,175)
#DBCCC1
(219,204,193)
#E5DBD3
(229,219,211)
#EFEAE5
(239,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B5431; }

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

This text font color is #8B5431.

Background Color

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

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

This div background color is #8B5431.

Border color

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

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

This div border color is #8B5431.

Opacity

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

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

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

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

This text has shadow with #8B5431 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B5431.

Preview

Color preview on black background

This text has color #8B5431 on black background.


Color preview on white background

This text has color #8B5431 on white background.


Black color preview on #8B5431 background

This text has black color on #8B5431 background.


White color preview on #8B5431 background

This text has white color on #8B5431 background.


Related colors

Complementary color

Complementary color for #hex is #74ABCE.


I love getcolorcode.com

Triadic colors

1 #318B54 and #54318B with #8B5431 are triadic colors.

2 #31548B and #548B31 with #8B5431 are triadic colors.