COLOR #8C5140

HEX: #8C5140
RGB: (140,81,64)

Color info

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

RGB color model

#8C5140 color RGB value is (140,81,64).

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

RGB channels and saturation

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

140
81
64

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

Portions of RGB colors in percentages

R + G + B =
140 + 81 + 64 = 285 (100%)
R 140 of 285 ~ 49.12%
G 81 of 285 ~ 28.42%
B 64 of 285 ~ 22.46%

%49.12
%28.42
%22.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 42.14%
  • yellow value is 54.29%
  • 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
%54.29
%45.1

Codes

Color #8C5140 in popluar color models

8C5140
RGB1408164
HSL13°37.25%40.00%
HSB/HSV13°54.29%54.90%
CMYK0.00%42.14%54.29%
45.10%

Color #8C5140 in popluar number systems.

HEX8C5140
Decimal1408164
Binary1000110010100011000000
Octal214121100

Shades and tints

Shades of #8C5140

#8C5140
(140,81,64)
#804A3B
(128,74,59)
#744336
(116,67,54)
#683C31
(104,60,49)
#5C352C
(92,53,44)
#502E27
(80,46,39)
#442722
(68,39,34)
#38201D
(56,32,29)
#2C1918
(44,25,24)
#201213
(32,18,19)
#140B0E
(20,11,14)
#000000
(0,0,0)

Tints of #8C5140

#8C5140
(140,81,64)
#966051
(150,96,81)
#A06F62
(160,111,98)
#AA7E73
(170,126,115)
#B48D84
(180,141,132)
#BE9C95
(190,156,149)
#C8ABA6
(200,171,166)
#D2BAB7
(210,186,183)
#DCC9C8
(220,201,200)
#E6D8D9
(230,216,217)
#F0E7EA
(240,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5140; }

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

This text font color is #8C5140.


Background Color

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

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

This div background color is #8C5140.


Border color

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

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

This div border color is #8C5140.


Opacity

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

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

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

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

This text has shadow with #8C5140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5140 on black background.


Color preview on white background

This text has color #8C5140 on white background.



Black color preview on #8C5140 background

This text has black color on #8C5140 background.


White color preview on #8C5140 background

This text has white color on #8C5140 background.