COLOR #8C791E

HEX: #8C791E RGB: (140,121,30)

Color info

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

RGB color model

#8C791E color RGB value is (140,121,30).

RGB: (140,121,30) (55%, 47%, 12%)

RGB channels and saturation

R 140 of 255 = 55%
G 121 of 255 = 47%
B 30 of 255 = 12%

140
121
30

R + G + B ~ 38%. #8C791E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 140 + 121 + 30 = 291 (100%)
R 140 of 291 ~ 48.11%
G 121 of 291 ~ 41.58%
B 30 of 291 ~ 10.31'%

%48.11
%41.58
%10.31

CMYK color model

#8C791E color CMYK value is (0,14,79,45).

  • cyan value is 0.00%
  • magenta value is 13.57%
  • yellow value is 78.57%
  • key color value is 45.10%
CMYK: (0,14,79,45) C0M14Y79K45 (0%,14%,79%,45%) (0.00/0.14/0.79/0.45) 

CMYK percentages

%0
%13.57
%78.57
%45.1

Codes

Color #8C791E in popluar color models

8C 79 1E
RGB 140 121 30
HSL 50° 64.71% 33.33%
HSB/HSV 50° 78.57% 54.90%
CMYK 0.00% 13.57% 78.57%
45.10%

Color #8C791E in popluar number systems.

HEX 8C 79 1E
Decimal 140 121 30
Binary 10001100 1111001 11110
Octal 214 171 36

Shades and tints

Shades of #8C791E

#8C791E
(140,121,30)
#806E1C
(128,110,28)
#74631A
(116,99,26)
#685818
(104,88,24)
#5C4D16
(92,77,22)
#504214
(80,66,20)
#443712
(68,55,18)
#382C10
(56,44,16)
#2C210E
(44,33,14)
#20160C
(32,22,12)
#140B0A
(20,11,10)
#000000
(0,0,0)

Tints of #8C791E

#8C791E
(140,121,30)
#968532
(150,133,50)
#A09146
(160,145,70)
#AA9D5A
(170,157,90)
#B4A96E
(180,169,110)
#BEB582
(190,181,130)
#C8C196
(200,193,150)
#D2CDAA
(210,205,170)
#DCD9BE
(220,217,190)
#E6E5D2
(230,229,210)
#F0F1E6
(240,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C791E; }

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

This text font color is #8C791E.

Background Color

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

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

This div background color is #8C791E.

Border color

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

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

This div border color is #8C791E.

Opacity

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

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

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

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

This text has shadow with #8C791E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C791E.

Preview

Color preview on black background

This text has color #8C791E on black background.


Color preview on white background

This text has color #8C791E on white background.


Black color preview on #8C791E background

This text has black color on #8C791E background.


White color preview on #8C791E background

This text has white color on #8C791E background.


Related colors

Complementary color

Complementary color for #hex is #7386E1.


I love getcolorcode.com

Triadic colors

1 #1E8C79 and #791E8C with #8C791E are triadic colors.

2 #1E798C and #798C1E with #8C791E are triadic colors.