COLOR #8B4C4A

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

139
76
74

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

Portions of RGB colors in percentages

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

%48.1
%26.3
%25.61

CMYK color model

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

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

CMYK percentages

%0
%45.32
%46.76
%45.49

Codes

Color #8B4C4A in popluar color models

8B4C4A
RGB1397674
HSL30.52%41.76%
HSB/HSV46.76%54.51%
CMYK0.00%45.32%46.76%
45.49%

Color #8B4C4A in popluar number systems.

HEX8B4C4A
Decimal1397674
Binary1000101110011001001010
Octal213114112

Shades and tints

Shades of #8B4C4A

#8B4C4A
(139,76,74)
#7F4644
(127,70,68)
#73403E
(115,64,62)
#673A38
(103,58,56)
#5B3432
(91,52,50)
#4F2E2C
(79,46,44)
#432826
(67,40,38)
#372220
(55,34,32)
#2B1C1A
(43,28,26)
#1F1614
(31,22,20)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #8B4C4A

#8B4C4A
(139,76,74)
#955C5A
(149,92,90)
#9F6C6A
(159,108,106)
#A97C7A
(169,124,122)
#B38C8A
(179,140,138)
#BD9C9A
(189,156,154)
#C7ACAA
(199,172,170)
#D1BCBA
(209,188,186)
#DBCCCA
(219,204,202)
#E5DCDA
(229,220,218)
#EFECEA
(239,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B4C4A; }

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

This text font color is #8B4C4A.


Background Color

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

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

This div background color is #8B4C4A.


Border color

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

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

This div border color is #8B4C4A.


Opacity

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

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

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

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

This text has shadow with #8B4C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B4C4A on black background.


Color preview on white background

This text has color #8B4C4A on white background.



Black color preview on #8B4C4A background

This text has black color on #8B4C4A background.


White color preview on #8B4C4A background

This text has white color on #8B4C4A background.