COLOR #8C792E

HEX: #8C792E
RGB: (140,121,46)

Color info

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

RGB color model

#8C792E color RGB value is (140,121,46).

  • red value is 140;
  • green value is 121;
  • blue value is 46.
RGB:
(140,121,46)
(55%,47%,18%)

RGB channels and saturation

R 140 of 255 = 55%
G 121 of 255 = 47%
B 46 of 255 = 18%

140
121
46

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

Portions of RGB colors in percentages

R + G + B =
140 + 121 + 46 = 307 (100%)
R 140 of 307 ~ 45.6%
G 121 of 307 ~ 39.41%
B 46 of 307 ~ 14.98%

%45.6
%39.41
%14.98

CMYK color model

#8C792E color CMYK value is (0,14,67,45).

  • cyan value is 0.00%
  • magenta value is 13.57%
  • yellow value is 67.14%
  • key color value is 45.10%
CMYK:
(0,14,67,45)
C0M14Y67K45 
(0%,14%,67%,45%)
(0.00/0.14/0.67/0.45)	

CMYK percentages

%0
%13.57
%67.14
%45.1

Codes

Color #8C792E in popluar color models

8C792E
RGB14012146
HSL48°50.54%36.47%
HSB/HSV48°67.14%54.90%
CMYK0.00%13.57%67.14%
45.10%

Color #8C792E in popluar number systems.

HEX8C792E
Decimal14012146
Binary100011001111001101110
Octal21417156

Shades and tints

Shades of #8C792E

#8C792E
(140,121,46)
#806E2A
(128,110,42)
#746326
(116,99,38)
#685822
(104,88,34)
#5C4D1E
(92,77,30)
#50421A
(80,66,26)
#443716
(68,55,22)
#382C12
(56,44,18)
#2C210E
(44,33,14)
#20160A
(32,22,10)
#140B06
(20,11,6)
#000000
(0,0,0)

Tints of #8C792E

#8C792E
(140,121,46)
#968541
(150,133,65)
#A09154
(160,145,84)
#AA9D67
(170,157,103)
#B4A97A
(180,169,122)
#BEB58D
(190,181,141)
#C8C1A0
(200,193,160)
#D2CDB3
(210,205,179)
#DCD9C6
(220,217,198)
#E6E5D9
(230,229,217)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C792E color. Also use rgb(140,121,46) instead hex code.

Text Font Color

.myTextColor { color: #8C792E; }

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

This text font color is #8C792E.


Background Color

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

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

This div background color is #8C792E.


Border color

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

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

This div border color is #8C792E.


Opacity

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

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

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

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

This text has shadow with #8C792E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C792E on black background.


Color preview on white background

This text has color #8C792E on white background.



Black color preview on #8C792E background

This text has black color on #8C792E background.


White color preview on #8C792E background

This text has white color on #8C792E background.