COLOR #8C4E31

HEX: #8C4E31
RGB: (140,78,49)

Color info

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

RGB color model

#8C4E31 color RGB value is (140,78,49).

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

RGB channels and saturation

R 140 of 255 = 55%
G 78 of 255 = 31%
B 49 of 255 = 19%

140
78
49

R + G + B ~ 35%. #8C4E31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 78 + 49 = 267 (100%)
R 140 of 267 ~ 52.43%
G 78 of 267 ~ 29.21%
B 49 of 267 ~ 18.35%

%52.43
%29.21
%18.35

CMYK color model

#8C4E31 color CMYK value is (0,44,65,45).

  • cyan value is 0.00%
  • magenta value is 44.29%
  • yellow value is 65.00%
  • key color value is 45.10%
CMYK:
(0,44,65,45)
C0M44Y65K45 
(0%,44%,65%,45%)
(0.00/0.44/0.65/0.45)	

CMYK percentages

%0
%44.29
%65
%45.1

Codes

Color #8C4E31 in popluar color models

8C4E31
RGB1407849
HSL19°48.15%37.06%
HSB/HSV19°65.00%54.90%
CMYK0.00%44.29%65.00%
45.10%

Color #8C4E31 in popluar number systems.

HEX8C4E31
Decimal1407849
Binary100011001001110110001
Octal21411661

Shades and tints

Shades of #8C4E31

#8C4E31
(140,78,49)
#80472D
(128,71,45)
#744029
(116,64,41)
#683925
(104,57,37)
#5C3221
(92,50,33)
#502B1D
(80,43,29)
#442419
(68,36,25)
#381D15
(56,29,21)
#2C1611
(44,22,17)
#200F0D
(32,15,13)
#140809
(20,8,9)
#000000
(0,0,0)

Tints of #8C4E31

#8C4E31
(140,78,49)
#965E43
(150,94,67)
#A06E55
(160,110,85)
#AA7E67
(170,126,103)
#B48E79
(180,142,121)
#BE9E8B
(190,158,139)
#C8AE9D
(200,174,157)
#D2BEAF
(210,190,175)
#DCCEC1
(220,206,193)
#E6DED3
(230,222,211)
#F0EEE5
(240,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C4E31; }

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

This text font color is #8C4E31.


Background Color

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

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

This div background color is #8C4E31.


Border color

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

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

This div border color is #8C4E31.


Opacity

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

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

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

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

This text has shadow with #8C4E31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C4E31 on black background.


Color preview on white background

This text has color #8C4E31 on white background.



Black color preview on #8C4E31 background

This text has black color on #8C4E31 background.


White color preview on #8C4E31 background

This text has white color on #8C4E31 background.