COLOR #8B4743

HEX: #8B4743
RGB: (139,71,67)

Color info

#8B4743 contains mainly red color. Web safe color of #8B4743 is #993333 (or #933).

RGB color model

#8B4743 color RGB value is (139,71,67).

  • red value is 139;
  • green value is 71;
  • blue value is 67.
RGB:
(139,71,67)
(55%,28%,26%)

RGB channels and saturation

R 139 of 255 = 55%
G 71 of 255 = 28%
B 67 of 255 = 26%

139
71
67

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

Portions of RGB colors in percentages

R + G + B =
139 + 71 + 67 = 277 (100%)
R 139 of 277 ~ 50.18%
G 71 of 277 ~ 25.63%
B 67 of 277 ~ 24.19%

%50.18
%25.63
%24.19

CMYK color model

#8B4743 color CMYK value is (0,49,52,45).

  • cyan value is 0.00%
  • magenta value is 48.92%
  • yellow value is 51.80%
  • key color value is 45.49%
CMYK:
(0,49,52,45)
C0M49Y52K45 
(0%,49%,52%,45%)
(0.00/0.49/0.52/0.45)	

CMYK percentages

%0
%48.92
%51.8
%45.49

Codes

Color #8B4743 in popluar color models

8B4743
RGB1397167
HSL34.95%40.39%
HSB/HSV51.80%54.51%
CMYK0.00%48.92%51.80%
45.49%

Color #8B4743 in popluar number systems.

HEX8B4743
Decimal1397167
Binary1000101110001111000011
Octal213107103

Shades and tints

Shades of #8B4743

#8B4743
(139,71,67)
#7F413D
(127,65,61)
#733B37
(115,59,55)
#673531
(103,53,49)
#5B2F2B
(91,47,43)
#4F2925
(79,41,37)
#43231F
(67,35,31)
#371D19
(55,29,25)
#2B1713
(43,23,19)
#1F110D
(31,17,13)
#130B07
(19,11,7)
#000000
(0,0,0)

Tints of #8B4743

#8B4743
(139,71,67)
#955754
(149,87,84)
#9F6765
(159,103,101)
#A97776
(169,119,118)
#B38787
(179,135,135)
#BD9798
(189,151,152)
#C7A7A9
(199,167,169)
#D1B7BA
(209,183,186)
#DBC7CB
(219,199,203)
#E5D7DC
(229,215,220)
#EFE7ED
(239,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B4743 color. Also use rgb(139,71,67) instead hex code.

Text Font Color

.myTextColor { color: #8B4743; }

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

This text font color is #8B4743.


Background Color

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

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

This div background color is #8B4743.


Border color

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

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

This div border color is #8B4743.


Opacity

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

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

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

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

This text has shadow with #8B4743 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B4743 on black background.


Color preview on white background

This text has color #8B4743 on white background.



Black color preview on #8B4743 background

This text has black color on #8B4743 background.


White color preview on #8B4743 background

This text has white color on #8B4743 background.