COLOR #8B4617

HEX: #8B4617
RGB: (139,70,23)

Color info

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

RGB color model

#8B4617 color RGB value is (139,70,23).

  • red value is 139;
  • green value is 70;
  • blue value is 23.
RGB:
(139,70,23)
(55%,27%,9%)

RGB channels and saturation

R 139 of 255 = 55%
G 70 of 255 = 27%
B 23 of 255 = 9%

139
70
23

R + G + B ~ 30%. #8B4617 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 70 + 23 = 232 (100%)
R 139 of 232 ~ 59.91%
G 70 of 232 ~ 30.17%
B 23 of 232 ~ 9.91%

%59.91
%30.17
%9.91

CMYK color model

#8B4617 color CMYK value is (0,50,83,45).

  • cyan value is 0.00%
  • magenta value is 49.64%
  • yellow value is 83.45%
  • key color value is 45.49%
CMYK:
(0,50,83,45)
C0M50Y83K45 
(0%,50%,83%,45%)
(0.00/0.50/0.83/0.45)	

CMYK percentages

%0
%49.64
%83.45
%45.49

Codes

Color #8B4617 in popluar color models

8B4617
RGB1397023
HSL24°71.60%31.76%
HSB/HSV24°83.45%54.51%
CMYK0.00%49.64%83.45%
45.49%

Color #8B4617 in popluar number systems.

HEX8B4617
Decimal1397023
Binary10001011100011010111
Octal21310627

Shades and tints

Shades of #8B4617

#8B4617
(139,70,23)
#7F4015
(127,64,21)
#733A13
(115,58,19)
#673411
(103,52,17)
#5B2E0F
(91,46,15)
#4F280D
(79,40,13)
#43220B
(67,34,11)
#371C09
(55,28,9)
#2B1607
(43,22,7)
#1F1005
(31,16,5)
#130A03
(19,10,3)
#000000
(0,0,0)

Tints of #8B4617

#8B4617
(139,70,23)
#95562C
(149,86,44)
#9F6641
(159,102,65)
#A97656
(169,118,86)
#B3866B
(179,134,107)
#BD9680
(189,150,128)
#C7A695
(199,166,149)
#D1B6AA
(209,182,170)
#DBC6BF
(219,198,191)
#E5D6D4
(229,214,212)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B4617 color. Also use rgb(139,70,23) instead hex code.

Text Font Color

.myTextColor { color: #8B4617; }

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

This text font color is #8B4617.


Background Color

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

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

This div background color is #8B4617.


Border color

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

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

This div border color is #8B4617.


Opacity

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

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

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

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

This text has shadow with #8B4617 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B4617 on black background.


Color preview on white background

This text has color #8B4617 on white background.



Black color preview on #8B4617 background

This text has black color on #8B4617 background.


White color preview on #8B4617 background

This text has white color on #8B4617 background.