COLOR #8C721F

HEX: #8C721F RGB: (140,114,31)

Color info

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

RGB color model

#8C721F color RGB value is (140,114,31).

RGB: (140,114,31) (55%, 45%, 12%)

RGB channels and saturation

R 140 of 255 = 55%
G 114 of 255 = 45%
B 31 of 255 = 12%

140
114
31

R + G + B ~ 37%. #8C721F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 140 + 114 + 31 = 285 (100%)
R 140 of 285 ~ 49.12%
G 114 of 285 ~ 40%
B 31 of 285 ~ 10.88'%

%49.12
%40
%10.88

CMYK color model

#8C721F color CMYK value is (0,19,78,45).

  • cyan value is 0.00%
  • magenta value is 18.57%
  • yellow value is 77.86%
  • key color value is 45.10%

CMYK: (0,19,78,45)
C0M19Y78K45 (0%, 19%, 78%, 45%)
(0.00 / 0.19 / 0.78 / 0.45)

CMYK percentages

%0
%18.57
%77.86
%45.1

Codes

Color #8C721F in popluar color models

8C 72 1F
RGB 140 114 31
HSL 46° 63.74% 33.53%
HSB/HSV 46° 77.86% 54.90%
CMYK 0.00% 18.57% 77.86%
45.10%

Color #8C721F in popluar number systems.

HEX 8C 72 1F
Decimal 140 114 31
Binary 10001100 1110010 11111
Octal 214 162 37

Shades and tints

Shades of #8C721F

#8C721F
(140,114,31)
#80681D
(128,104,29)
#745E1B
(116,94,27)
#685419
(104,84,25)
#5C4A17
(92,74,23)
#504015
(80,64,21)
#443613
(68,54,19)
#382C11
(56,44,17)
#2C220F
(44,34,15)
#20180D
(32,24,13)
#140E0B
(20,14,11)
#000000
(0,0,0)

Tints of #8C721F

#8C721F
(140,114,31)
#967E33
(150,126,51)
#A08A47
(160,138,71)
#AA965B
(170,150,91)
#B4A26F
(180,162,111)
#BEAE83
(190,174,131)
#C8BA97
(200,186,151)
#D2C6AB
(210,198,171)
#DCD2BF
(220,210,191)
#E6DED3
(230,222,211)
#F0EAE7
(240,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C721F color. Also use rgb(140,114,31) instead hex code.

Text Font Color

.myTextColor { color: #8C721F; }

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

This text font color is #8C721F.

Background Color

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

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

This div background color is #8C721F.

Border color

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

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

This div border color is #8C721F.

Opacity

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

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

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

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

This text has shadow with #8C721F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C721F.

Preview

Color preview on black background

This text has color #8C721F on black background.


Color preview on white background

This text has color #8C721F on white background.


Black color preview on #8C721F background

This text has black color on #8C721F background.


White color preview on #8C721F background

This text has white color on #8C721F background.


Related colors

Complementary color

Complementary color for #hex is #738DE0.


I love getcolorcode.com

Triadic colors

1 #1F8C72 and #721F8C with #8C721F are triadic colors.

2 #1F728C and #728C1F with #8C721F are triadic colors.