COLOR #8C744B

HEX: #8C744B
RGB: (140,116,75)

Color info

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

RGB color model

#8C744B color RGB value is (140,116,75).

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

RGB channels and saturation

R 140 of 255 = 55%
G 116 of 255 = 45%
B 75 of 255 = 29%

140
116
75

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

Portions of RGB colors in percentages

R + G + B =
140 + 116 + 75 = 331 (100%)
R 140 of 331 ~ 42.3%
G 116 of 331 ~ 35.05%
B 75 of 331 ~ 22.66%

%42.3
%35.05
%22.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 46.43%
  • key color value is 45.10%
CMYK:
(0,17,46,45)
C0M17Y46K45 
(0%,17%,46%,45%)
(0.00/0.17/0.46/0.45)	

CMYK percentages

%0
%17.14
%46.43
%45.1

Codes

Color #8C744B in popluar color models

8C744B
RGB14011675
HSL38°30.23%42.16%
HSB/HSV38°46.43%54.90%
CMYK0.00%17.14%46.43%
45.10%

Color #8C744B in popluar number systems.

HEX8C744B
Decimal14011675
Binary1000110011101001001011
Octal214164113

Shades and tints

Shades of #8C744B

#8C744B
(140,116,75)
#806A45
(128,106,69)
#74603F
(116,96,63)
#685639
(104,86,57)
#5C4C33
(92,76,51)
#50422D
(80,66,45)
#443827
(68,56,39)
#382E21
(56,46,33)
#2C241B
(44,36,27)
#201A15
(32,26,21)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #8C744B

#8C744B
(140,116,75)
#96805B
(150,128,91)
#A08C6B
(160,140,107)
#AA987B
(170,152,123)
#B4A48B
(180,164,139)
#BEB09B
(190,176,155)
#C8BCAB
(200,188,171)
#D2C8BB
(210,200,187)
#DCD4CB
(220,212,203)
#E6E0DB
(230,224,219)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C744B; }

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

This text font color is #8C744B.


Background Color

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

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

This div background color is #8C744B.


Border color

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

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

This div border color is #8C744B.


Opacity

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

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

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

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

This text has shadow with #8C744B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C744B on black background.


Color preview on white background

This text has color #8C744B on white background.



Black color preview on #8C744B background

This text has black color on #8C744B background.


White color preview on #8C744B background

This text has white color on #8C744B background.