COLOR #8B4131

HEX: #8B4131
RGB: (139,65,49)

Color info

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

RGB color model

#8B4131 color RGB value is (139,65,49).

  • red value is 139;
  • green value is 65;
  • blue value is 49.
RGB:
(139,65,49)
(55%,25%,19%)

RGB channels and saturation

R 139 of 255 = 55%
G 65 of 255 = 25%
B 49 of 255 = 19%

139
65
49

R + G + B ~ 33%. #8B4131 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 65 + 49 = 253 (100%)
R 139 of 253 ~ 54.94%
G 65 of 253 ~ 25.69%
B 49 of 253 ~ 19.37%

%54.94
%25.69
%19.37

CMYK color model

#8B4131 color CMYK value is (0,53,65,45).

  • cyan value is 0.00%
  • magenta value is 53.24%
  • yellow value is 64.75%
  • key color value is 45.49%
CMYK:
(0,53,65,45)
C0M53Y65K45 
(0%,53%,65%,45%)
(0.00/0.53/0.65/0.45)	

CMYK percentages

%0
%53.24
%64.75
%45.49

Codes

Color #8B4131 in popluar color models

8B4131
RGB1396549
HSL11°47.87%36.86%
HSB/HSV11°64.75%54.51%
CMYK0.00%53.24%64.75%
45.49%

Color #8B4131 in popluar number systems.

HEX8B4131
Decimal1396549
Binary100010111000001110001
Octal21310161

Shades and tints

Shades of #8B4131

#8B4131
(139,65,49)
#7F3C2D
(127,60,45)
#733729
(115,55,41)
#673225
(103,50,37)
#5B2D21
(91,45,33)
#4F281D
(79,40,29)
#432319
(67,35,25)
#371E15
(55,30,21)
#2B1911
(43,25,17)
#1F140D
(31,20,13)
#130F09
(19,15,9)
#000000
(0,0,0)

Tints of #8B4131

#8B4131
(139,65,49)
#955243
(149,82,67)
#9F6355
(159,99,85)
#A97467
(169,116,103)
#B38579
(179,133,121)
#BD968B
(189,150,139)
#C7A79D
(199,167,157)
#D1B8AF
(209,184,175)
#DBC9C1
(219,201,193)
#E5DAD3
(229,218,211)
#EFEBE5
(239,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B4131 color. Also use rgb(139,65,49) instead hex code.

Text Font Color

.myTextColor { color: #8B4131; }

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

This text font color is #8B4131.


Background Color

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

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

This div background color is #8B4131.


Border color

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

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

This div border color is #8B4131.


Opacity

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

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

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

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

This text has shadow with #8B4131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B4131 on black background.


Color preview on white background

This text has color #8B4131 on white background.



Black color preview on #8B4131 background

This text has black color on #8B4131 background.


White color preview on #8B4131 background

This text has white color on #8B4131 background.