COLOR #8C744D

HEX: #8C744D
RGB: (140,116,77)

Color info

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

RGB color model

#8C744D color RGB value is (140,116,77).

  • red value is 140;
  • green value is 116;
  • blue value is 77.
RGB:
(140,116,77)
(55%,45%,30%)

RGB channels and saturation

R 140 of 255 = 55%
G 116 of 255 = 45%
B 77 of 255 = 30%

140
116
77

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

Portions of RGB colors in percentages

R + G + B =
140 + 116 + 77 = 333 (100%)
R 140 of 333 ~ 42.04%
G 116 of 333 ~ 34.83%
B 77 of 333 ~ 23.12%

%42.04
%34.83
%23.12

CMYK color model

#8C744D color CMYK value is (0,17,45,45).

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 45.00%
  • key color value is 45.10%
CMYK:
(0,17,45,45)
C0M17Y45K45 
(0%,17%,45%,45%)
(0.00/0.17/0.45/0.45)	

CMYK percentages

%0
%17.14
%45
%45.1

Codes

Color #8C744D in popluar color models

8C744D
RGB14011677
HSL37°29.03%42.55%
HSB/HSV37°45.00%54.90%
CMYK0.00%17.14%45.00%
45.10%

Color #8C744D in popluar number systems.

HEX8C744D
Decimal14011677
Binary1000110011101001001101
Octal214164115

Shades and tints

Shades of #8C744D

#8C744D
(140,116,77)
#806A46
(128,106,70)
#74603F
(116,96,63)
#685638
(104,86,56)
#5C4C31
(92,76,49)
#50422A
(80,66,42)
#443823
(68,56,35)
#382E1C
(56,46,28)
#2C2415
(44,36,21)
#201A0E
(32,26,14)
#141007
(20,16,7)
#000000
(0,0,0)

Tints of #8C744D

#8C744D
(140,116,77)
#96805D
(150,128,93)
#A08C6D
(160,140,109)
#AA987D
(170,152,125)
#B4A48D
(180,164,141)
#BEB09D
(190,176,157)
#C8BCAD
(200,188,173)
#D2C8BD
(210,200,189)
#DCD4CD
(220,212,205)
#E6E0DD
(230,224,221)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C744D; }

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

This text font color is #8C744D.


Background Color

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

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

This div background color is #8C744D.


Border color

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

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

This div border color is #8C744D.


Opacity

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

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

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

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

This text has shadow with #8C744D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C744D on black background.


Color preview on white background

This text has color #8C744D on white background.



Black color preview on #8C744D background

This text has black color on #8C744D background.


White color preview on #8C744D background

This text has white color on #8C744D background.