COLOR #8C5C1D

HEX: #8C5C1D RGB: (140,92,29)

Color info

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

RGB color model

#8C5C1D color RGB value is (140,92,29).

RGB: (140,92,29) (55%, 36%, 11%)

RGB channels and saturation

R 140 of 255 = 55%
G 92 of 255 = 36%
B 29 of 255 = 11%

140
92
29

R + G + B ~ 34%. #8C5C1D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 140 + 92 + 29 = 261 (100%)
R 140 of 261 ~ 53.64%
G 92 of 261 ~ 35.25%
B 29 of 261 ~ 11.11'%

%53.64
%35.25
%11.11

CMYK color model

#8C5C1D color CMYK value is (0,34,79,45).

  • cyan value is 0.00%
  • magenta value is 34.29%
  • yellow value is 79.29%
  • key color value is 45.10%

CMYK: (0,34,79,45)
C0M34Y79K45 (0%, 34%, 79%, 45%)
(0.00 / 0.34 / 0.79 / 0.45)

CMYK percentages

%0
%34.29
%79.29
%45.1

Codes

Color #8C5C1D in popluar color models

8C 5C 1D
RGB 140 92 29
HSL 34° 65.68% 33.14%
HSB/HSV 34° 79.29% 54.90%
CMYK 0.00% 34.29% 79.29%
45.10%

Color #8C5C1D in popluar number systems.

HEX 8C 5C 1D
Decimal 140 92 29
Binary 10001100 1011100 11101
Octal 214 134 35

Shades and tints

Shades of #8C5C1D

#8C5C1D
(140,92,29)
#80541B
(128,84,27)
#744C19
(116,76,25)
#684417
(104,68,23)
#5C3C15
(92,60,21)
#503413
(80,52,19)
#442C11
(68,44,17)
#38240F
(56,36,15)
#2C1C0D
(44,28,13)
#20140B
(32,20,11)
#140C09
(20,12,9)
#000000
(0,0,0)

Tints of #8C5C1D

#8C5C1D
(140,92,29)
#966A31
(150,106,49)
#A07845
(160,120,69)
#AA8659
(170,134,89)
#B4946D
(180,148,109)
#BEA281
(190,162,129)
#C8B095
(200,176,149)
#D2BEA9
(210,190,169)
#DCCCBD
(220,204,189)
#E6DAD1
(230,218,209)
#F0E8E5
(240,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C5C1D color. Also use rgb(140,92,29) instead hex code.

Text Font Color

.myTextColor { color: #8C5C1D; }

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

This text font color is #8C5C1D.

Background Color

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

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

This div background color is #8C5C1D.

Border color

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

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

This div border color is #8C5C1D.

Opacity

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

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

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

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

This text has shadow with #8C5C1D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C5C1D.

Preview

Color preview on black background

This text has color #8C5C1D on black background.


Color preview on white background

This text has color #8C5C1D on white background.


Black color preview on #8C5C1D background

This text has black color on #8C5C1D background.


White color preview on #8C5C1D background

This text has white color on #8C5C1D background.


Related colors

Complementary color

Complementary color for #hex is #73A3E2.


I love getcolorcode.com

Triadic colors

1 #1D8C5C and #5C1D8C with #8C5C1D are triadic colors.

2 #1D5C8C and #5C8C1D with #8C5C1D are triadic colors.