COLOR #8B4544

HEX: #8B4544
RGB: (139,69,68)

Color info

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

RGB color model

#8B4544 color RGB value is (139,69,68).

  • red value is 139;
  • green value is 69;
  • blue value is 68.
RGB:
(139,69,68)
(55%,27%,27%)

RGB channels and saturation

R 139 of 255 = 55%
G 69 of 255 = 27%
B 68 of 255 = 27%

139
69
68

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

Portions of RGB colors in percentages

R + G + B =
139 + 69 + 68 = 276 (100%)
R 139 of 276 ~ 50.36%
G 69 of 276 ~ 25%
B 68 of 276 ~ 24.64%

%50.36
%25
%24.64

CMYK color model

#8B4544 color CMYK value is (0,50,51,45).

  • cyan value is 0.00%
  • magenta value is 50.36%
  • yellow value is 51.08%
  • key color value is 45.49%
CMYK:
(0,50,51,45)
C0M50Y51K45 
(0%,50%,51%,45%)
(0.00/0.50/0.51/0.45)	

CMYK percentages

%0
%50.36
%51.08
%45.49

Codes

Color #8B4544 in popluar color models

8B4544
RGB1396968
HSL34.30%40.59%
HSB/HSV51.08%54.51%
CMYK0.00%50.36%51.08%
45.49%

Color #8B4544 in popluar number systems.

HEX8B4544
Decimal1396968
Binary1000101110001011000100
Octal213105104

Shades and tints

Shades of #8B4544

#8B4544
(139,69,68)
#7F3F3E
(127,63,62)
#733938
(115,57,56)
#673332
(103,51,50)
#5B2D2C
(91,45,44)
#4F2726
(79,39,38)
#432120
(67,33,32)
#371B1A
(55,27,26)
#2B1514
(43,21,20)
#1F0F0E
(31,15,14)
#130908
(19,9,8)
#000000
(0,0,0)

Tints of #8B4544

#8B4544
(139,69,68)
#955555
(149,85,85)
#9F6566
(159,101,102)
#A97577
(169,117,119)
#B38588
(179,133,136)
#BD9599
(189,149,153)
#C7A5AA
(199,165,170)
#D1B5BB
(209,181,187)
#DBC5CC
(219,197,204)
#E5D5DD
(229,213,221)
#EFE5EE
(239,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B4544 color. Also use rgb(139,69,68) instead hex code.

Text Font Color

.myTextColor { color: #8B4544; }

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

This text font color is #8B4544.


Background Color

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

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

This div background color is #8B4544.


Border color

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

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

This div border color is #8B4544.


Opacity

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

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

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

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

This text has shadow with #8B4544 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B4544 on black background.


Color preview on white background

This text has color #8B4544 on white background.



Black color preview on #8B4544 background

This text has black color on #8B4544 background.


White color preview on #8B4544 background

This text has white color on #8B4544 background.