COLOR #8B4A3E

HEX: #8B4A3E
RGB: (139,74,62)

Color info

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

RGB color model

#8B4A3E color RGB value is (139,74,62).

  • red value is 139;
  • green value is 74;
  • blue value is 62.
RGB:
(139,74,62)
(55%,29%,24%)

RGB channels and saturation

R 139 of 255 = 55%
G 74 of 255 = 29%
B 62 of 255 = 24%

139
74
62

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

Portions of RGB colors in percentages

R + G + B =
139 + 74 + 62 = 275 (100%)
R 139 of 275 ~ 50.55%
G 74 of 275 ~ 26.91%
B 62 of 275 ~ 22.55%

%50.55
%26.91
%22.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 46.76%
  • yellow value is 55.40%
  • key color value is 45.49%
CMYK:
(0,47,55,45)
C0M47Y55K45 
(0%,47%,55%,45%)
(0.00/0.47/0.55/0.45)	

CMYK percentages

%0
%46.76
%55.4
%45.49

Codes

Color #8B4A3E in popluar color models

8B4A3E
RGB1397462
HSL38.31%39.41%
HSB/HSV55.40%54.51%
CMYK0.00%46.76%55.40%
45.49%

Color #8B4A3E in popluar number systems.

HEX8B4A3E
Decimal1397462
Binary100010111001010111110
Octal21311276

Shades and tints

Shades of #8B4A3E

#8B4A3E
(139,74,62)
#7F4439
(127,68,57)
#733E34
(115,62,52)
#67382F
(103,56,47)
#5B322A
(91,50,42)
#4F2C25
(79,44,37)
#432620
(67,38,32)
#37201B
(55,32,27)
#2B1A16
(43,26,22)
#1F1411
(31,20,17)
#130E0C
(19,14,12)
#000000
(0,0,0)

Tints of #8B4A3E

#8B4A3E
(139,74,62)
#955A4F
(149,90,79)
#9F6A60
(159,106,96)
#A97A71
(169,122,113)
#B38A82
(179,138,130)
#BD9A93
(189,154,147)
#C7AAA4
(199,170,164)
#D1BAB5
(209,186,181)
#DBCAC6
(219,202,198)
#E5DAD7
(229,218,215)
#EFEAE8
(239,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B4A3E color. Also use rgb(139,74,62) instead hex code.

Text Font Color

.myTextColor { color: #8B4A3E; }

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

This text font color is #8B4A3E.


Background Color

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

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

This div background color is #8B4A3E.


Border color

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

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

This div border color is #8B4A3E.


Opacity

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

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

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

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

This text has shadow with #8B4A3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B4A3E on black background.


Color preview on white background

This text has color #8B4A3E on white background.



Black color preview on #8B4A3E background

This text has black color on #8B4A3E background.


White color preview on #8B4A3E background

This text has white color on #8B4A3E background.