COLOR #8B5324

HEX: #8B5324
RGB: (139,83,36)

Color info

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

RGB color model

#8B5324 color RGB value is (139,83,36).

  • red value is 139;
  • green value is 83;
  • blue value is 36.
RGB:
(139,83,36)
(55%,33%,14%)

RGB channels and saturation

R 139 of 255 = 55%
G 83 of 255 = 33%
B 36 of 255 = 14%

139
83
36

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

Portions of RGB colors in percentages

R + G + B =
139 + 83 + 36 = 258 (100%)
R 139 of 258 ~ 53.88%
G 83 of 258 ~ 32.17%
B 36 of 258 ~ 13.95%

%53.88
%32.17
%13.95

CMYK color model

#8B5324 color CMYK value is (0,40,74,45).

  • cyan value is 0.00%
  • magenta value is 40.29%
  • yellow value is 74.10%
  • key color value is 45.49%
CMYK:
(0,40,74,45)
C0M40Y74K45 
(0%,40%,74%,45%)
(0.00/0.40/0.74/0.45)	

CMYK percentages

%0
%40.29
%74.1
%45.49

Codes

Color #8B5324 in popluar color models

8B5324
RGB1398336
HSL27°58.86%34.31%
HSB/HSV27°74.10%54.51%
CMYK0.00%40.29%74.10%
45.49%

Color #8B5324 in popluar number systems.

HEX8B5324
Decimal1398336
Binary100010111010011100100
Octal21312344

Shades and tints

Shades of #8B5324

#8B5324
(139,83,36)
#7F4C21
(127,76,33)
#73451E
(115,69,30)
#673E1B
(103,62,27)
#5B3718
(91,55,24)
#4F3015
(79,48,21)
#432912
(67,41,18)
#37220F
(55,34,15)
#2B1B0C
(43,27,12)
#1F1409
(31,20,9)
#130D06
(19,13,6)
#000000
(0,0,0)

Tints of #8B5324

#8B5324
(139,83,36)
#956237
(149,98,55)
#9F714A
(159,113,74)
#A9805D
(169,128,93)
#B38F70
(179,143,112)
#BD9E83
(189,158,131)
#C7AD96
(199,173,150)
#D1BCA9
(209,188,169)
#DBCBBC
(219,203,188)
#E5DACF
(229,218,207)
#EFE9E2
(239,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B5324 color. Also use rgb(139,83,36) instead hex code.

Text Font Color

.myTextColor { color: #8B5324; }

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

This text font color is #8B5324.


Background Color

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

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

This div background color is #8B5324.


Border color

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

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

This div border color is #8B5324.


Opacity

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

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

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

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

This text has shadow with #8B5324 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5324 on black background.


Color preview on white background

This text has color #8B5324 on white background.



Black color preview on #8B5324 background

This text has black color on #8B5324 background.


White color preview on #8B5324 background

This text has white color on #8B5324 background.