COLOR #8B6323

HEX: #8B6323 RGB: (139,99,35)

Color info

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

RGB color model

#8B6323 color RGB value is (139,99,35).

RGB: (139,99,35) (55%, 39%, 14%)

RGB channels and saturation

R 139 of 255 = 55%
G 99 of 255 = 39%
B 35 of 255 = 14%

139
99
35

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

Portions of RGB colors in percentages

R + G + B = 139 + 99 + 35 = 273 (100%)
R 139 of 273 ~ 50.92%
G 99 of 273 ~ 36.26%
B 35 of 273 ~ 12.82'%

%50.92
%36.26
%12.82

CMYK color model

#8B6323 color CMYK value is (0,29,75,45).

  • cyan value is 0.00%
  • magenta value is 28.78%
  • yellow value is 74.82%
  • key color value is 45.49%

CMYK: (0,29,75,45)
C0M29Y75K45 (0%, 29%, 75%, 45%)
(0.00 / 0.29 / 0.75 / 0.45)

CMYK percentages

%0
%28.78
%74.82
%45.49

Codes

Color #8B6323 in popluar color models

8B 63 23
RGB 139 99 35
HSL 37° 59.77% 34.12%
HSB/HSV 37° 74.82% 54.51%
CMYK 0.00% 28.78% 74.82%
45.49%

Color #8B6323 in popluar number systems.

HEX 8B 63 23
Decimal 139 99 35
Binary 10001011 1100011 100011
Octal 213 143 43

Shades and tints

Shades of #8B6323

#8B6323
(139,99,35)
#7F5A20
(127,90,32)
#73511D
(115,81,29)
#67481A
(103,72,26)
#5B3F17
(91,63,23)
#4F3614
(79,54,20)
#432D11
(67,45,17)
#37240E
(55,36,14)
#2B1B0B
(43,27,11)
#1F1208
(31,18,8)
#130905
(19,9,5)
#000000
(0,0,0)

Tints of #8B6323

#8B6323
(139,99,35)
#957137
(149,113,55)
#9F7F4B
(159,127,75)
#A98D5F
(169,141,95)
#B39B73
(179,155,115)
#BDA987
(189,169,135)
#C7B79B
(199,183,155)
#D1C5AF
(209,197,175)
#DBD3C3
(219,211,195)
#E5E1D7
(229,225,215)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6323 color. Also use rgb(139,99,35) instead hex code.

Text Font Color

.myTextColor { color: #8B6323; }

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

This text font color is #8B6323.

Background Color

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

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

This div background color is #8B6323.

Border color

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

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

This div border color is #8B6323.

Opacity

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

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

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

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

This text has shadow with #8B6323 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B6323.

Preview

Color preview on black background

This text has color #8B6323 on black background.


Color preview on white background

This text has color #8B6323 on white background.


Black color preview on #8B6323 background

This text has black color on #8B6323 background.


White color preview on #8B6323 background

This text has white color on #8B6323 background.


Related colors

Complementary color

Complementary color for #hex is #749CDC.


I love getcolorcode.com

Triadic colors

1 #238B63 and #63238B with #8B6323 are triadic colors.

2 #23638B and #638B23 with #8B6323 are triadic colors.