COLOR #8C6B07

HEX: #8C6B07 RGB: (140,107,7)

Color info

#8C6B07 contains mainly red and green colors. Web safe color of #8C6B07 is #996600 (or #960).

RGB color model

#8C6B07 color RGB value is (140,107,7).

RGB: (140,107,7) (55%, 42%, 3%)

RGB channels and saturation

R 140 of 255 = 55%
G 107 of 255 = 42%
B 7 of 255 = 3%

140
107
7

R + G + B ~ 33%. #8C6B07 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 140 + 107 + 7 = 254 (100%)
R 140 of 254 ~ 55.12%
G 107 of 254 ~ 42.13%
B 7 of 254 ~ 2.76'%

%55.12
%42.13

CMYK color model

#8C6B07 color CMYK value is (0,24,95,45).

  • cyan value is 0.00%
  • magenta value is 23.57%
  • yellow value is 95.00%
  • key color value is 45.10%

CMYK: (0,24,95,45)
C0M24Y95K45 (0%, 24%, 95%, 45%)
(0.00 / 0.24 / 0.95 / 0.45)

CMYK percentages

%0
%23.57
%95
%45.1

Codes

Color #8C6B07 in popluar color models

8C 6B 07
RGB 140 107 7
HSL 45° 90.48% 28.82%
HSB/HSV 45° 95.00% 54.90%
CMYK 0.00% 23.57% 95.00%
45.10%

Color #8C6B07 in popluar number systems.

HEX 8C 6B 07
Decimal 140 107 7
Binary 10001100 1101011 111
Octal 214 153 7

Shades and tints

Shades of #8C6B07

#8C6B07
(140,107,7)
#806207
(128,98,7)
#745907
(116,89,7)
#685007
(104,80,7)
#5C4707
(92,71,7)
#503E07
(80,62,7)
#443507
(68,53,7)
#382C07
(56,44,7)
#2C2307
(44,35,7)
#201A07
(32,26,7)
#141107
(20,17,7)
#000000
(0,0,0)

Tints of #8C6B07

#8C6B07
(140,107,7)
#96781D
(150,120,29)
#A08533
(160,133,51)
#AA9249
(170,146,73)
#B49F5F
(180,159,95)
#BEAC75
(190,172,117)
#C8B98B
(200,185,139)
#D2C6A1
(210,198,161)
#DCD3B7
(220,211,183)
#E6E0CD
(230,224,205)
#F0EDE3
(240,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6B07 color. Also use rgb(140,107,7) instead hex code.

Text Font Color

.myTextColor { color: #8C6B07; }

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

This text font color is #8C6B07.

Background Color

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

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

This div background color is #8C6B07.

Border color

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

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

This div border color is #8C6B07.

Opacity

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

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

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

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

This text has shadow with #8C6B07 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C6B07.

Preview

Color preview on black background

This text has color #8C6B07 on black background.


Color preview on white background

This text has color #8C6B07 on white background.


Black color preview on #8C6B07 background

This text has black color on #8C6B07 background.


White color preview on #8C6B07 background

This text has white color on #8C6B07 background.


Related colors

Complementary color

Complementary color for #hex is #7394F8.


I love getcolorcode.com

Triadic colors

1 #078C6B and #6B078C with #8C6B07 are triadic colors.

2 #076B8C and #6B8C07 with #8C6B07 are triadic colors.