COLOR #8B5426

HEX: #8B5426
RGB: (139,84,38)

Color info

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

RGB color model

#8B5426 color RGB value is (139,84,38).

  • red value is 139;
  • green value is 84;
  • blue value is 38.
RGB:
(139,84,38)
(55%,33%,15%)

RGB channels and saturation

R 139 of 255 = 55%
G 84 of 255 = 33%
B 38 of 255 = 15%

139
84
38

R + G + B ~ 34%. #8B5426 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 84 + 38 = 261 (100%)
R 139 of 261 ~ 53.26%
G 84 of 261 ~ 32.18%
B 38 of 261 ~ 14.56%

%53.26
%32.18
%14.56

CMYK color model

#8B5426 color CMYK value is (0,40,73,45).

  • cyan value is 0.00%
  • magenta value is 39.57%
  • yellow value is 72.66%
  • key color value is 45.49%
CMYK:
(0,40,73,45)
C0M40Y73K45 
(0%,40%,73%,45%)
(0.00/0.40/0.73/0.45)	

CMYK percentages

%0
%39.57
%72.66
%45.49

Codes

Color #8B5426 in popluar color models

8B5426
RGB1398438
HSL27°57.06%34.71%
HSB/HSV27°72.66%54.51%
CMYK0.00%39.57%72.66%
45.49%

Color #8B5426 in popluar number systems.

HEX8B5426
Decimal1398438
Binary100010111010100100110
Octal21312446

Shades and tints

Shades of #8B5426

#8B5426
(139,84,38)
#7F4D23
(127,77,35)
#734620
(115,70,32)
#673F1D
(103,63,29)
#5B381A
(91,56,26)
#4F3117
(79,49,23)
#432A14
(67,42,20)
#372311
(55,35,17)
#2B1C0E
(43,28,14)
#1F150B
(31,21,11)
#130E08
(19,14,8)
#000000
(0,0,0)

Tints of #8B5426

#8B5426
(139,84,38)
#956339
(149,99,57)
#9F724C
(159,114,76)
#A9815F
(169,129,95)
#B39072
(179,144,114)
#BD9F85
(189,159,133)
#C7AE98
(199,174,152)
#D1BDAB
(209,189,171)
#DBCCBE
(219,204,190)
#E5DBD1
(229,219,209)
#EFEAE4
(239,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B5426; }

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

This text font color is #8B5426.


Background Color

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

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

This div background color is #8B5426.


Border color

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

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

This div border color is #8B5426.


Opacity

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

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

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

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

This text has shadow with #8B5426 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5426 on black background.


Color preview on white background

This text has color #8B5426 on white background.



Black color preview on #8B5426 background

This text has black color on #8B5426 background.


White color preview on #8B5426 background

This text has white color on #8B5426 background.