COLOR #8C793C

HEX: #8C793C
RGB: (140,121,60)

Color info

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

RGB color model

#8C793C color RGB value is (140,121,60).

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

RGB channels and saturation

R 140 of 255 = 55%
G 121 of 255 = 47%
B 60 of 255 = 24%

140
121
60

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

Portions of RGB colors in percentages

R + G + B =
140 + 121 + 60 = 321 (100%)
R 140 of 321 ~ 43.61%
G 121 of 321 ~ 37.69%
B 60 of 321 ~ 18.69%

%43.61
%37.69
%18.69

CMYK color model

#8C793C color CMYK value is (0,14,57,45).

  • cyan value is 0.00%
  • magenta value is 13.57%
  • yellow value is 57.14%
  • key color value is 45.10%
CMYK:
(0,14,57,45)
C0M14Y57K45 
(0%,14%,57%,45%)
(0.00/0.14/0.57/0.45)	

CMYK percentages

%0
%13.57
%57.14
%45.1

Codes

Color #8C793C in popluar color models

8C793C
RGB14012160
HSL46°40.00%39.22%
HSB/HSV46°57.14%54.90%
CMYK0.00%13.57%57.14%
45.10%

Color #8C793C in popluar number systems.

HEX8C793C
Decimal14012160
Binary100011001111001111100
Octal21417174

Shades and tints

Shades of #8C793C

#8C793C
(140,121,60)
#806E37
(128,110,55)
#746332
(116,99,50)
#68582D
(104,88,45)
#5C4D28
(92,77,40)
#504223
(80,66,35)
#44371E
(68,55,30)
#382C19
(56,44,25)
#2C2114
(44,33,20)
#20160F
(32,22,15)
#140B0A
(20,11,10)
#000000
(0,0,0)

Tints of #8C793C

#8C793C
(140,121,60)
#96854D
(150,133,77)
#A0915E
(160,145,94)
#AA9D6F
(170,157,111)
#B4A980
(180,169,128)
#BEB591
(190,181,145)
#C8C1A2
(200,193,162)
#D2CDB3
(210,205,179)
#DCD9C4
(220,217,196)
#E6E5D5
(230,229,213)
#F0F1E6
(240,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C793C; }

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

This text font color is #8C793C.


Background Color

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

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

This div background color is #8C793C.


Border color

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

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

This div border color is #8C793C.


Opacity

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

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

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

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

This text has shadow with #8C793C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C793C on black background.


Color preview on white background

This text has color #8C793C on white background.



Black color preview on #8C793C background

This text has black color on #8C793C background.


White color preview on #8C793C background

This text has white color on #8C793C background.