COLOR #8C5149

HEX: #8C5149
RGB: (140,81,73)

Color info

#8C5149 contains mainly red and green colors. Web safe color of #8C5149 is #996633 (or #963).

RGB color model

#8C5149 color RGB value is (140,81,73).

  • red value is 140;
  • green value is 81;
  • blue value is 73.
RGB:
(140,81,73)
(55%,32%,29%)

RGB channels and saturation

R 140 of 255 = 55%
G 81 of 255 = 32%
B 73 of 255 = 29%

140
81
73

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

Portions of RGB colors in percentages

R + G + B =
140 + 81 + 73 = 294 (100%)
R 140 of 294 ~ 47.62%
G 81 of 294 ~ 27.55%
B 73 of 294 ~ 24.83%

%47.62
%27.55
%24.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 42.14%
  • yellow value is 47.86%
  • key color value is 45.10%
CMYK:
(0,42,48,45)
C0M42Y48K45 
(0%,42%,48%,45%)
(0.00/0.42/0.48/0.45)	

CMYK percentages

%0
%42.14
%47.86
%45.1

Codes

Color #8C5149 in popluar color models

8C5149
RGB1408173
HSL31.46%41.76%
HSB/HSV47.86%54.90%
CMYK0.00%42.14%47.86%
45.10%

Color #8C5149 in popluar number systems.

HEX8C5149
Decimal1408173
Binary1000110010100011001001
Octal214121111

Shades and tints

Shades of #8C5149

#8C5149
(140,81,73)
#804A43
(128,74,67)
#74433D
(116,67,61)
#683C37
(104,60,55)
#5C3531
(92,53,49)
#502E2B
(80,46,43)
#442725
(68,39,37)
#38201F
(56,32,31)
#2C1919
(44,25,25)
#201213
(32,18,19)
#140B0D
(20,11,13)
#000000
(0,0,0)

Tints of #8C5149

#8C5149
(140,81,73)
#966059
(150,96,89)
#A06F69
(160,111,105)
#AA7E79
(170,126,121)
#B48D89
(180,141,137)
#BE9C99
(190,156,153)
#C8ABA9
(200,171,169)
#D2BAB9
(210,186,185)
#DCC9C9
(220,201,201)
#E6D8D9
(230,216,217)
#F0E7E9
(240,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C5149 color. Also use rgb(140,81,73) instead hex code.

Text Font Color

.myTextColor { color: #8C5149; }

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

This text font color is #8C5149.


Background Color

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

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

This div background color is #8C5149.


Border color

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

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

This div border color is #8C5149.


Opacity

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

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

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

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

This text has shadow with #8C5149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5149 on black background.


Color preview on white background

This text has color #8C5149 on white background.



Black color preview on #8C5149 background

This text has black color on #8C5149 background.


White color preview on #8C5149 background

This text has white color on #8C5149 background.