COLOR #8B3916

HEX: #8B3916 RGB: (139,57,22)

Color info

#8B3916 contains mainly red color. Web safe color of #8B3916 is #993300 (or #930).

RGB color model

#8B3916 color RGB value is (139,57,22).

RGB: (139,57,22) (55%, 22%, 9%)

RGB channels and saturation

R 139 of 255 = 55%
G 57 of 255 = 22%
B 22 of 255 = 9%

139
57
22

R + G + B ~ 29%. #8B3916 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 139 + 57 + 22 = 218 (100%)
R 139 of 218 ~ 63.76%
G 57 of 218 ~ 26.15%
B 22 of 218 ~ 10.09'%

%63.76
%26.15

CMYK color model

#8B3916 color CMYK value is (0,59,84,45).

  • cyan value is 0.00%
  • magenta value is 58.99%
  • yellow value is 84.17%
  • key color value is 45.49%

CMYK: (0,59,84,45)
C0M59Y84K45 (0%, 59%, 84%, 45%)
(0.00 / 0.59 / 0.84 / 0.45)

CMYK percentages

%0
%58.99
%84.17
%45.49

Codes

Color #8B3916 in popluar color models

8B 39 16
RGB 139 57 22
HSL 18° 72.67% 31.57%
HSB/HSV 18° 84.17% 54.51%
CMYK 0.00% 58.99% 84.17%
45.49%

Color #8B3916 in popluar number systems.

HEX 8B 39 16
Decimal 139 57 22
Binary 10001011 111001 10110
Octal 213 71 26

Shades and tints

Shades of #8B3916

#8B3916
(139,57,22)
#7F3414
(127,52,20)
#732F12
(115,47,18)
#672A10
(103,42,16)
#5B250E
(91,37,14)
#4F200C
(79,32,12)
#431B0A
(67,27,10)
#371608
(55,22,8)
#2B1106
(43,17,6)
#1F0C04
(31,12,4)
#130702
(19,7,2)
#000000
(0,0,0)

Tints of #8B3916

#8B3916
(139,57,22)
#954B2B
(149,75,43)
#9F5D40
(159,93,64)
#A96F55
(169,111,85)
#B3816A
(179,129,106)
#BD937F
(189,147,127)
#C7A594
(199,165,148)
#D1B7A9
(209,183,169)
#DBC9BE
(219,201,190)
#E5DBD3
(229,219,211)
#EFEDE8
(239,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B3916 color. Also use rgb(139,57,22) instead hex code.

Text Font Color

.myTextColor { color: #8B3916; }

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

This text font color is #8B3916.

Background Color

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

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

This div background color is #8B3916.

Border color

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

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

This div border color is #8B3916.

Opacity

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

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

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

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

This text has shadow with #8B3916 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B3916.

Preview

Color preview on black background

This text has color #8B3916 on black background.


Color preview on white background

This text has color #8B3916 on white background.


Black color preview on #8B3916 background

This text has black color on #8B3916 background.


White color preview on #8B3916 background

This text has white color on #8B3916 background.


Related colors

Complementary color

Complementary color for #hex is #74C6E9.


I love getcolorcode.com

Triadic colors

1 #168B39 and #39168B with #8B3916 are triadic colors.

2 #16398B and #398B16 with #8B3916 are triadic colors.