COLOR #8B4A4C

HEX: #8B4A4C
RGB: (139,74,76)

Color info

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

RGB color model

#8B4A4C color RGB value is (139,74,76).

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

RGB channels and saturation

R 139 of 255 = 55%
G 74 of 255 = 29%
B 76 of 255 = 30%

139
74
76

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

Portions of RGB colors in percentages

R + G + B =
139 + 74 + 76 = 289 (100%)
R 139 of 289 ~ 48.1%
G 74 of 289 ~ 25.61%
B 76 of 289 ~ 26.3%

%48.1
%25.61
%26.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 46.76%
  • yellow value is 45.32%
  • key color value is 45.49%
CMYK:
(0,47,45,45)
C0M47Y45K45 
(0%,47%,45%,45%)
(0.00/0.47/0.45/0.45)	

CMYK percentages

%0
%46.76
%45.32
%45.49

Codes

Color #8B4A4C in popluar color models

8B4A4C
RGB1397476
HSL358°30.52%41.76%
HSB/HSV358°46.76%54.51%
CMYK0.00%46.76%45.32%
45.49%

Color #8B4A4C in popluar number systems.

HEX8B4A4C
Decimal1397476
Binary1000101110010101001100
Octal213112114

Shades and tints

Shades of #8B4A4C

#8B4A4C
(139,74,76)
#7F4446
(127,68,70)
#733E40
(115,62,64)
#67383A
(103,56,58)
#5B3234
(91,50,52)
#4F2C2E
(79,44,46)
#432628
(67,38,40)
#372022
(55,32,34)
#2B1A1C
(43,26,28)
#1F1416
(31,20,22)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #8B4A4C

#8B4A4C
(139,74,76)
#955A5C
(149,90,92)
#9F6A6C
(159,106,108)
#A97A7C
(169,122,124)
#B38A8C
(179,138,140)
#BD9A9C
(189,154,156)
#C7AAAC
(199,170,172)
#D1BABC
(209,186,188)
#DBCACC
(219,202,204)
#E5DADC
(229,218,220)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B4A4C; }

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

This text font color is #8B4A4C.


Background Color

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

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

This div background color is #8B4A4C.


Border color

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

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

This div border color is #8B4A4C.


Opacity

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

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

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

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

This text has shadow with #8B4A4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B4A4C on black background.


Color preview on white background

This text has color #8B4A4C on white background.



Black color preview on #8B4A4C background

This text has black color on #8B4A4C background.


White color preview on #8B4A4C background

This text has white color on #8B4A4C background.