COLOR #8C6D3F

HEX: #8C6D3F RGB: (140,109,63)

Color info

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

RGB color model

#8C6D3F color RGB value is (140,109,63).

RGB: (140,109,63) (55%, 43%, 25%)

RGB channels and saturation

R 140 of 255 = 55%
G 109 of 255 = 43%
B 63 of 255 = 25%

140
109
63

R + G + B ~ 41%. #8C6D3F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 140 + 109 + 63 = 312 (100%)
R 140 of 312 ~ 44.87%
G 109 of 312 ~ 34.94%
B 63 of 312 ~ 20.19'%

%44.87
%34.94
%20.19

CMYK color model

#8C6D3F color CMYK value is (0,22,55,45).

  • cyan value is 0.00%
  • magenta value is 22.14%
  • yellow value is 55.00%
  • key color value is 45.10%
CMYK: (0,22,55,45) C0M22Y55K45 (0%,22%,55%,45%) (0.00/0.22/0.55/0.45) 

CMYK percentages

%0
%22.14
%55
%45.1

Codes

Color #8C6D3F in popluar color models

8C 6D 3F
RGB 140 109 63
HSL 36° 37.93% 39.80%
HSB/HSV 36° 55.00% 54.90%
CMYK 0.00% 22.14% 55.00%
45.10%

Color #8C6D3F in popluar number systems.

HEX 8C 6D 3F
Decimal 140 109 63
Binary 10001100 1101101 111111
Octal 214 155 77

Shades and tints

Shades of #8C6D3F

#8C6D3F
(140,109,63)
#80643A
(128,100,58)
#745B35
(116,91,53)
#685230
(104,82,48)
#5C492B
(92,73,43)
#504026
(80,64,38)
#443721
(68,55,33)
#382E1C
(56,46,28)
#2C2517
(44,37,23)
#201C12
(32,28,18)
#14130D
(20,19,13)
#000000
(0,0,0)

Tints of #8C6D3F

#8C6D3F
(140,109,63)
#967A50
(150,122,80)
#A08761
(160,135,97)
#AA9472
(170,148,114)
#B4A183
(180,161,131)
#BEAE94
(190,174,148)
#C8BBA5
(200,187,165)
#D2C8B6
(210,200,182)
#DCD5C7
(220,213,199)
#E6E2D8
(230,226,216)
#F0EFE9
(240,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C6D3F; }

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

This text font color is #8C6D3F.

Background Color

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

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

This div background color is #8C6D3F.

Border color

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

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

This div border color is #8C6D3F.

Opacity

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

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

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

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

This text has shadow with #8C6D3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C6D3F.

Preview

Color preview on black background

This text has color #8C6D3F on black background.


Color preview on white background

This text has color #8C6D3F on white background.


Black color preview on #8C6D3F background

This text has black color on #8C6D3F background.


White color preview on #8C6D3F background

This text has white color on #8C6D3F background.


Related colors

Complementary color

Complementary color for #hex is #7392C0.


I love getcolorcode.com

Triadic colors

1 #3F8C6D and #6D3F8C with #8C6D3F are triadic colors.

2 #3F6D8C and #6D8C3F with #8C6D3F are triadic colors.