COLOR #8B4D3F

HEX: #8B4D3F
RGB: (139,77,63)

Color info

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

RGB color model

#8B4D3F color RGB value is (139,77,63).

  • red value is 139;
  • green value is 77;
  • blue value is 63.
RGB:
(139,77,63)
(55%,30%,25%)

RGB channels and saturation

R 139 of 255 = 55%
G 77 of 255 = 30%
B 63 of 255 = 25%

139
77
63

R + G + B ~ 37%. #8B4D3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 77 + 63 = 279 (100%)
R 139 of 279 ~ 49.82%
G 77 of 279 ~ 27.6%
B 63 of 279 ~ 22.58%

%49.82
%27.6
%22.58

CMYK color model

#8B4D3F color CMYK value is (0,45,55,45).

  • cyan value is 0.00%
  • magenta value is 44.60%
  • yellow value is 54.68%
  • key color value is 45.49%
CMYK:
(0,45,55,45)
C0M45Y55K45 
(0%,45%,55%,45%)
(0.00/0.45/0.55/0.45)	

CMYK percentages

%0
%44.6
%54.68
%45.49

Codes

Color #8B4D3F in popluar color models

8B4D3F
RGB1397763
HSL11°37.62%39.61%
HSB/HSV11°54.68%54.51%
CMYK0.00%44.60%54.68%
45.49%

Color #8B4D3F in popluar number systems.

HEX8B4D3F
Decimal1397763
Binary100010111001101111111
Octal21311577

Shades and tints

Shades of #8B4D3F

#8B4D3F
(139,77,63)
#7F463A
(127,70,58)
#733F35
(115,63,53)
#673830
(103,56,48)
#5B312B
(91,49,43)
#4F2A26
(79,42,38)
#432321
(67,35,33)
#371C1C
(55,28,28)
#2B1517
(43,21,23)
#1F0E12
(31,14,18)
#13070D
(19,7,13)
#000000
(0,0,0)

Tints of #8B4D3F

#8B4D3F
(139,77,63)
#955D50
(149,93,80)
#9F6D61
(159,109,97)
#A97D72
(169,125,114)
#B38D83
(179,141,131)
#BD9D94
(189,157,148)
#C7ADA5
(199,173,165)
#D1BDB6
(209,189,182)
#DBCDC7
(219,205,199)
#E5DDD8
(229,221,216)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B4D3F color. Also use rgb(139,77,63) instead hex code.

Text Font Color

.myTextColor { color: #8B4D3F; }

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

This text font color is #8B4D3F.


Background Color

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

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

This div background color is #8B4D3F.


Border color

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

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

This div border color is #8B4D3F.


Opacity

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

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

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

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

This text has shadow with #8B4D3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B4D3F on black background.


Color preview on white background

This text has color #8B4D3F on white background.



Black color preview on #8B4D3F background

This text has black color on #8B4D3F background.


White color preview on #8B4D3F background

This text has white color on #8B4D3F background.