COLOR #8C7724

HEX: #8C7724
RGB: (140,119,36)

Color info

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

RGB color model

#8C7724 color RGB value is (140,119,36).

  • red value is 140;
  • green value is 119;
  • blue value is 36.
RGB:
(140,119,36)
(55%,47%,14%)

RGB channels and saturation

R 140 of 255 = 55%
G 119 of 255 = 47%
B 36 of 255 = 14%

140
119
36

R + G + B ~ 39%. #8C7724 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 119 + 36 = 295 (100%)
R 140 of 295 ~ 47.46%
G 119 of 295 ~ 40.34%
B 36 of 295 ~ 12.2%

%47.46
%40.34
%12.2

CMYK color model

#8C7724 color CMYK value is (0,15,74,45).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 74.29%
  • key color value is 45.10%
CMYK:
(0,15,74,45)
C0M15Y74K45 
(0%,15%,74%,45%)
(0.00/0.15/0.74/0.45)	

CMYK percentages

%0
%15
%74.29
%45.1

Codes

Color #8C7724 in popluar color models

8C7724
RGB14011936
HSL48°59.09%34.51%
HSB/HSV48°74.29%54.90%
CMYK0.00%15.00%74.29%
45.10%

Color #8C7724 in popluar number systems.

HEX8C7724
Decimal14011936
Binary100011001110111100100
Octal21416744

Shades and tints

Shades of #8C7724

#8C7724
(140,119,36)
#806D21
(128,109,33)
#74631E
(116,99,30)
#68591B
(104,89,27)
#5C4F18
(92,79,24)
#504515
(80,69,21)
#443B12
(68,59,18)
#38310F
(56,49,15)
#2C270C
(44,39,12)
#201D09
(32,29,9)
#141306
(20,19,6)
#000000
(0,0,0)

Tints of #8C7724

#8C7724
(140,119,36)
#968337
(150,131,55)
#A08F4A
(160,143,74)
#AA9B5D
(170,155,93)
#B4A770
(180,167,112)
#BEB383
(190,179,131)
#C8BF96
(200,191,150)
#D2CBA9
(210,203,169)
#DCD7BC
(220,215,188)
#E6E3CF
(230,227,207)
#F0EFE2
(240,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7724 color. Also use rgb(140,119,36) instead hex code.

Text Font Color

.myTextColor { color: #8C7724; }

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

This text font color is #8C7724.


Background Color

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

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

This div background color is #8C7724.


Border color

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

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

This div border color is #8C7724.


Opacity

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

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

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

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

This text has shadow with #8C7724 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7724 on black background.


Color preview on white background

This text has color #8C7724 on white background.



Black color preview on #8C7724 background

This text has black color on #8C7724 background.


White color preview on #8C7724 background

This text has white color on #8C7724 background.