COLOR #8B3C24

HEX: #8B3C24
RGB: (139,60,36)

Color info

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

RGB color model

#8B3C24 color RGB value is (139,60,36).

  • red value is 139;
  • green value is 60;
  • blue value is 36.
RGB:
(139,60,36)
(55%,24%,14%)

RGB channels and saturation

R 139 of 255 = 55%
G 60 of 255 = 24%
B 36 of 255 = 14%

139
60
36

R + G + B ~ 31%. #8B3C24 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 60 + 36 = 235 (100%)
R 139 of 235 ~ 59.15%
G 60 of 235 ~ 25.53%
B 36 of 235 ~ 15.32%

%59.15
%25.53
%15.32

CMYK color model

#8B3C24 color CMYK value is (0,57,74,45).

  • cyan value is 0.00%
  • magenta value is 56.83%
  • yellow value is 74.10%
  • key color value is 45.49%
CMYK:
(0,57,74,45)
C0M57Y74K45 
(0%,57%,74%,45%)
(0.00/0.57/0.74/0.45)	

CMYK percentages

%0
%56.83
%74.1
%45.49

Codes

Color #8B3C24 in popluar color models

8B3C24
RGB1396036
HSL14°58.86%34.31%
HSB/HSV14°74.10%54.51%
CMYK0.00%56.83%74.10%
45.49%

Color #8B3C24 in popluar number systems.

HEX8B3C24
Decimal1396036
Binary10001011111100100100
Octal2137444

Shades and tints

Shades of #8B3C24

#8B3C24
(139,60,36)
#7F3721
(127,55,33)
#73321E
(115,50,30)
#672D1B
(103,45,27)
#5B2818
(91,40,24)
#4F2315
(79,35,21)
#431E12
(67,30,18)
#37190F
(55,25,15)
#2B140C
(43,20,12)
#1F0F09
(31,15,9)
#130A06
(19,10,6)
#000000
(0,0,0)

Tints of #8B3C24

#8B3C24
(139,60,36)
#954D37
(149,77,55)
#9F5E4A
(159,94,74)
#A96F5D
(169,111,93)
#B38070
(179,128,112)
#BD9183
(189,145,131)
#C7A296
(199,162,150)
#D1B3A9
(209,179,169)
#DBC4BC
(219,196,188)
#E5D5CF
(229,213,207)
#EFE6E2
(239,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B3C24 color. Also use rgb(139,60,36) instead hex code.

Text Font Color

.myTextColor { color: #8B3C24; }

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

This text font color is #8B3C24.


Background Color

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

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

This div background color is #8B3C24.


Border color

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

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

This div border color is #8B3C24.


Opacity

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

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

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

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

This text has shadow with #8B3C24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B3C24 on black background.


Color preview on white background

This text has color #8B3C24 on white background.



Black color preview on #8B3C24 background

This text has black color on #8B3C24 background.


White color preview on #8B3C24 background

This text has white color on #8B3C24 background.