COLOR #8C4E3F

HEX: #8C4E3F
RGB: (140,78,63)

Color info

#8C4E3F contains mainly red color. Web safe color of #8C4E3F is #996633 (or #963).

RGB color model

#8C4E3F color RGB value is (140,78,63).

  • red value is 140;
  • green value is 78;
  • blue value is 63.
RGB:
(140,78,63)
(55%,31%,25%)

RGB channels and saturation

R 140 of 255 = 55%
G 78 of 255 = 31%
B 63 of 255 = 25%

140
78
63

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

Portions of RGB colors in percentages

R + G + B =
140 + 78 + 63 = 281 (100%)
R 140 of 281 ~ 49.82%
G 78 of 281 ~ 27.76%
B 63 of 281 ~ 22.42%

%49.82
%27.76
%22.42

CMYK color model

#8C4E3F color CMYK value is (0,44,55,45).

  • cyan value is 0.00%
  • magenta value is 44.29%
  • yellow value is 55.00%
  • key color value is 45.10%
CMYK:
(0,44,55,45)
C0M44Y55K45 
(0%,44%,55%,45%)
(0.00/0.44/0.55/0.45)	

CMYK percentages

%0
%44.29
%55
%45.1

Codes

Color #8C4E3F in popluar color models

8C4E3F
RGB1407863
HSL12°37.93%39.80%
HSB/HSV12°55.00%54.90%
CMYK0.00%44.29%55.00%
45.10%

Color #8C4E3F in popluar number systems.

HEX8C4E3F
Decimal1407863
Binary100011001001110111111
Octal21411677

Shades and tints

Shades of #8C4E3F

#8C4E3F
(140,78,63)
#80473A
(128,71,58)
#744035
(116,64,53)
#683930
(104,57,48)
#5C322B
(92,50,43)
#502B26
(80,43,38)
#442421
(68,36,33)
#381D1C
(56,29,28)
#2C1617
(44,22,23)
#200F12
(32,15,18)
#14080D
(20,8,13)
#000000
(0,0,0)

Tints of #8C4E3F

#8C4E3F
(140,78,63)
#965E50
(150,94,80)
#A06E61
(160,110,97)
#AA7E72
(170,126,114)
#B48E83
(180,142,131)
#BE9E94
(190,158,148)
#C8AEA5
(200,174,165)
#D2BEB6
(210,190,182)
#DCCEC7
(220,206,199)
#E6DED8
(230,222,216)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C4E3F color. Also use rgb(140,78,63) instead hex code.

Text Font Color

.myTextColor { color: #8C4E3F; }

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

This text font color is #8C4E3F.


Background Color

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

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

This div background color is #8C4E3F.


Border color

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

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

This div border color is #8C4E3F.


Opacity

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

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

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

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

This text has shadow with #8C4E3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C4E3F on black background.


Color preview on white background

This text has color #8C4E3F on white background.



Black color preview on #8C4E3F background

This text has black color on #8C4E3F background.


White color preview on #8C4E3F background

This text has white color on #8C4E3F background.