COLOR #8C704C

HEX: #8C704C RGB: (140,112,76)

Color info

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

RGB color model

#8C704C color RGB value is (140,112,76).

RGB: (140,112,76) (55%, 44%, 30%)

RGB channels and saturation

R 140 of 255 = 55%
G 112 of 255 = 44%
B 76 of 255 = 30%

140
112
76

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

Portions of RGB colors in percentages

R + G + B = 140 + 112 + 76 = 328 (100%)
R 140 of 328 ~ 42.68%
G 112 of 328 ~ 34.15%
B 76 of 328 ~ 23.17'%

%42.68
%34.15
%23.17

CMYK color model

#8C704C color CMYK value is (0,20,46,45).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 45.71%
  • key color value is 45.10%

CMYK: (0,20,46,45)
C0M20Y46K45 (0%, 20%, 46%, 45%)
(0.00 / 0.20 / 0.46 / 0.45)

CMYK percentages

%0
%20
%45.71
%45.1

Codes

Color #8C704C in popluar color models

8C 70 4C
RGB 140 112 76
HSL 34° 29.63% 42.35%
HSB/HSV 34° 45.71% 54.90%
CMYK 0.00% 20.00% 45.71%
45.10%

Color #8C704C in popluar number systems.

HEX 8C 70 4C
Decimal 140 112 76
Binary 10001100 1110000 1001100
Octal 214 160 114

Shades and tints

Shades of #8C704C

#8C704C
(140,112,76)
#806646
(128,102,70)
#745C40
(116,92,64)
#68523A
(104,82,58)
#5C4834
(92,72,52)
#503E2E
(80,62,46)
#443428
(68,52,40)
#382A22
(56,42,34)
#2C201C
(44,32,28)
#201616
(32,22,22)
#140C10
(20,12,16)
#000000
(0,0,0)

Tints of #8C704C

#8C704C
(140,112,76)
#967D5C
(150,125,92)
#A08A6C
(160,138,108)
#AA977C
(170,151,124)
#B4A48C
(180,164,140)
#BEB19C
(190,177,156)
#C8BEAC
(200,190,172)
#D2CBBC
(210,203,188)
#DCD8CC
(220,216,204)
#E6E5DC
(230,229,220)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C704C color. Also use rgb(140,112,76) instead hex code.

Text Font Color

.myTextColor { color: #8C704C; }

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

This text font color is #8C704C.

Background Color

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

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

This div background color is #8C704C.

Border color

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

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

This div border color is #8C704C.

Opacity

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

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

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

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

This text has shadow with #8C704C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C704C.

Preview

Color preview on black background

This text has color #8C704C on black background.


Color preview on white background

This text has color #8C704C on white background.


Black color preview on #8C704C background

This text has black color on #8C704C background.


White color preview on #8C704C background

This text has white color on #8C704C background.


Related colors

Complementary color

Complementary color for #hex is #738FB3.


I love getcolorcode.com

Triadic colors

1 #4C8C70 and #704C8C with #8C704C are triadic colors.

2 #4C708C and #708C4C with #8C704C are triadic colors.