COLOR #8B4551

HEX: #8B4551
RGB: (139,69,81)

Color info

#8B4551 contains mainly red and blue colors. Web safe color of #8B4551 is #993366 (or #936).

RGB color model

#8B4551 color RGB value is (139,69,81).

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

RGB channels and saturation

R 139 of 255 = 55%
G 69 of 255 = 27%
B 81 of 255 = 32%

139
69
81

R + G + B ~ 38%. #8B4551 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 69 + 81 = 289 (100%)
R 139 of 289 ~ 48.1%
G 69 of 289 ~ 23.88%
B 81 of 289 ~ 28.03%

%48.1
%23.88
%28.03

CMYK color model

#8B4551 color CMYK value is (0,50,42,45).

  • cyan value is 0.00%
  • magenta value is 50.36%
  • yellow value is 41.73%
  • key color value is 45.49%
CMYK:
(0,50,42,45)
C0M50Y42K45 
(0%,50%,42%,45%)
(0.00/0.50/0.42/0.45)	

CMYK percentages

%0
%50.36
%41.73
%45.49

Codes

Color #8B4551 in popluar color models

8B4551
RGB1396981
HSL350°33.65%40.78%
HSB/HSV350°50.36%54.51%
CMYK0.00%50.36%41.73%
45.49%

Color #8B4551 in popluar number systems.

HEX8B4551
Decimal1396981
Binary1000101110001011010001
Octal213105121

Shades and tints

Shades of #8B4551

#8B4551
(139,69,81)
#7F3F4A
(127,63,74)
#733943
(115,57,67)
#67333C
(103,51,60)
#5B2D35
(91,45,53)
#4F272E
(79,39,46)
#432127
(67,33,39)
#371B20
(55,27,32)
#2B1519
(43,21,25)
#1F0F12
(31,15,18)
#13090B
(19,9,11)
#000000
(0,0,0)

Tints of #8B4551

#8B4551
(139,69,81)
#955560
(149,85,96)
#9F656F
(159,101,111)
#A9757E
(169,117,126)
#B3858D
(179,133,141)
#BD959C
(189,149,156)
#C7A5AB
(199,165,171)
#D1B5BA
(209,181,186)
#DBC5C9
(219,197,201)
#E5D5D8
(229,213,216)
#EFE5E7
(239,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B4551; }

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

This text font color is #8B4551.


Background Color

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

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

This div background color is #8B4551.


Border color

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

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

This div border color is #8B4551.


Opacity

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

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

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

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

This text has shadow with #8B4551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B4551 on black background.


Color preview on white background

This text has color #8B4551 on white background.



Black color preview on #8B4551 background

This text has black color on #8B4551 background.


White color preview on #8B4551 background

This text has white color on #8B4551 background.