COLOR #8B4C51

HEX: #8B4C51
RGB: (139,76,81)

Color info

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

RGB color model

#8B4C51 color RGB value is (139,76,81).

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

RGB channels and saturation

R 139 of 255 = 55%
G 76 of 255 = 30%
B 81 of 255 = 32%

139
76
81

R + G + B ~ 39%. #8B4C51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 76 + 81 = 296 (100%)
R 139 of 296 ~ 46.96%
G 76 of 296 ~ 25.68%
B 81 of 296 ~ 27.36%

%46.96
%25.68
%27.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 45.32%
  • yellow value is 41.73%
  • key color value is 45.49%
CMYK:
(0,45,42,45)
C0M45Y42K45 
(0%,45%,42%,45%)
(0.00/0.45/0.42/0.45)	

CMYK percentages

%0
%45.32
%41.73
%45.49

Codes

Color #8B4C51 in popluar color models

8B4C51
RGB1397681
HSL355°29.30%42.16%
HSB/HSV355°45.32%54.51%
CMYK0.00%45.32%41.73%
45.49%

Color #8B4C51 in popluar number systems.

HEX8B4C51
Decimal1397681
Binary1000101110011001010001
Octal213114121

Shades and tints

Shades of #8B4C51

#8B4C51
(139,76,81)
#7F464A
(127,70,74)
#734043
(115,64,67)
#673A3C
(103,58,60)
#5B3435
(91,52,53)
#4F2E2E
(79,46,46)
#432827
(67,40,39)
#372220
(55,34,32)
#2B1C19
(43,28,25)
#1F1612
(31,22,18)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #8B4C51

#8B4C51
(139,76,81)
#955C60
(149,92,96)
#9F6C6F
(159,108,111)
#A97C7E
(169,124,126)
#B38C8D
(179,140,141)
#BD9C9C
(189,156,156)
#C7ACAB
(199,172,171)
#D1BCBA
(209,188,186)
#DBCCC9
(219,204,201)
#E5DCD8
(229,220,216)
#EFECE7
(239,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B4C51; }

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

This text font color is #8B4C51.


Background Color

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

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

This div background color is #8B4C51.


Border color

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

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

This div border color is #8B4C51.


Opacity

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

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

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

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

This text has shadow with #8B4C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B4C51 on black background.


Color preview on white background

This text has color #8B4C51 on white background.



Black color preview on #8B4C51 background

This text has black color on #8B4C51 background.


White color preview on #8B4C51 background

This text has white color on #8B4C51 background.