COLOR #8C4D1F

HEX: #8C4D1F RGB: (140,77,31)

Color info

#8C4D1F contains mainly red color. Web safe color of #8C4D1F is #993333 (or #933).

RGB color model

#8C4D1F color RGB value is (140,77,31).

RGB: (140,77,31) (55%, 30%, 12%)

RGB channels and saturation

R 140 of 255 = 55%
G 77 of 255 = 30%
B 31 of 255 = 12%

140
77
31

R + G + B ~ 32%. #8C4D1F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 140 + 77 + 31 = 248 (100%)
R 140 of 248 ~ 56.45%
G 77 of 248 ~ 31.05%
B 31 of 248 ~ 12.5'%

%56.45
%31.05
%12.5

CMYK color model

#8C4D1F color CMYK value is (0,45,78,45).

  • cyan value is 0.00%
  • magenta value is 45.00%
  • yellow value is 77.86%
  • key color value is 45.10%

CMYK: (0,45,78,45)
C0M45Y78K45 (0%, 45%, 78%, 45%)
(0.00 / 0.45 / 0.78 / 0.45)

CMYK percentages

%0
%45
%77.86
%45.1

Codes

Color #8C4D1F in popluar color models

8C 4D 1F
RGB 140 77 31
HSL 25° 63.74% 33.53%
HSB/HSV 25° 77.86% 54.90%
CMYK 0.00% 45.00% 77.86%
45.10%

Color #8C4D1F in popluar number systems.

HEX 8C 4D 1F
Decimal 140 77 31
Binary 10001100 1001101 11111
Octal 214 115 37

Shades and tints

Shades of #8C4D1F

#8C4D1F
(140,77,31)
#80461D
(128,70,29)
#743F1B
(116,63,27)
#683819
(104,56,25)
#5C3117
(92,49,23)
#502A15
(80,42,21)
#442313
(68,35,19)
#381C11
(56,28,17)
#2C150F
(44,21,15)
#200E0D
(32,14,13)
#14070B
(20,7,11)
#000000
(0,0,0)

Tints of #8C4D1F

#8C4D1F
(140,77,31)
#965D33
(150,93,51)
#A06D47
(160,109,71)
#AA7D5B
(170,125,91)
#B48D6F
(180,141,111)
#BE9D83
(190,157,131)
#C8AD97
(200,173,151)
#D2BDAB
(210,189,171)
#DCCDBF
(220,205,191)
#E6DDD3
(230,221,211)
#F0EDE7
(240,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C4D1F color. Also use rgb(140,77,31) instead hex code.

Text Font Color

.myTextColor { color: #8C4D1F; }

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

This text font color is #8C4D1F.

Background Color

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

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

This div background color is #8C4D1F.

Border color

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

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

This div border color is #8C4D1F.

Opacity

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

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

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

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

This text has shadow with #8C4D1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C4D1F.

Preview

Color preview on black background

This text has color #8C4D1F on black background.


Color preview on white background

This text has color #8C4D1F on white background.


Black color preview on #8C4D1F background

This text has black color on #8C4D1F background.


White color preview on #8C4D1F background

This text has white color on #8C4D1F background.


Related colors

Complementary color

Complementary color for #hex is #73B2E0.


I love getcolorcode.com

Triadic colors

1 #1F8C4D and #4D1F8C with #8C4D1F are triadic colors.

2 #1F4D8C and #4D8C1F with #8C4D1F are triadic colors.