COLOR #8C5141

HEX: #8C5141
RGB: (140,81,65)

Color info

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

RGB color model

#8C5141 color RGB value is (140,81,65).

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

RGB channels and saturation

R 140 of 255 = 55%
G 81 of 255 = 32%
B 65 of 255 = 25%

140
81
65

R + G + B ~ 37%. #8C5141 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 81 + 65 = 286 (100%)
R 140 of 286 ~ 48.95%
G 81 of 286 ~ 28.32%
B 65 of 286 ~ 22.73%

%48.95
%28.32
%22.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 42.14%
  • yellow value is 53.57%
  • key color value is 45.10%
CMYK:
(0,42,54,45)
C0M42Y54K45 
(0%,42%,54%,45%)
(0.00/0.42/0.54/0.45)	

CMYK percentages

%0
%42.14
%53.57
%45.1

Codes

Color #8C5141 in popluar color models

8C5141
RGB1408165
HSL13°36.59%40.20%
HSB/HSV13°53.57%54.90%
CMYK0.00%42.14%53.57%
45.10%

Color #8C5141 in popluar number systems.

HEX8C5141
Decimal1408165
Binary1000110010100011000001
Octal214121101

Shades and tints

Shades of #8C5141

#8C5141
(140,81,65)
#804A3C
(128,74,60)
#744337
(116,67,55)
#683C32
(104,60,50)
#5C352D
(92,53,45)
#502E28
(80,46,40)
#442723
(68,39,35)
#38201E
(56,32,30)
#2C1919
(44,25,25)
#201214
(32,18,20)
#140B0F
(20,11,15)
#000000
(0,0,0)

Tints of #8C5141

#8C5141
(140,81,65)
#966052
(150,96,82)
#A06F63
(160,111,99)
#AA7E74
(170,126,116)
#B48D85
(180,141,133)
#BE9C96
(190,156,150)
#C8ABA7
(200,171,167)
#D2BAB8
(210,186,184)
#DCC9C9
(220,201,201)
#E6D8DA
(230,216,218)
#F0E7EB
(240,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5141; }

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

This text font color is #8C5141.


Background Color

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

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

This div background color is #8C5141.


Border color

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

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

This div border color is #8C5141.


Opacity

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

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

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

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

This text has shadow with #8C5141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5141 on black background.


Color preview on white background

This text has color #8C5141 on white background.



Black color preview on #8C5141 background

This text has black color on #8C5141 background.


White color preview on #8C5141 background

This text has white color on #8C5141 background.