COLOR #8C7F16

HEX: #8C7F16
RGB: (140,127,22)

Color info

#8C7F16 contains mainly red and green colors. Web safe color of #8C7F16 is #996600 (or #960).

RGB color model

#8C7F16 color RGB value is (140,127,22).

  • red value is 140;
  • green value is 127;
  • blue value is 22.
RGB:
(140,127,22)
(55%,50%,9%)

RGB channels and saturation

R 140 of 255 = 55%
G 127 of 255 = 50%
B 22 of 255 = 9%

140
127
22

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

Portions of RGB colors in percentages

R + G + B =
140 + 127 + 22 = 289 (100%)
R 140 of 289 ~ 48.44%
G 127 of 289 ~ 43.94%
B 22 of 289 ~ 7.61%

%48.44
%43.94

CMYK color model

#8C7F16 color CMYK value is (0,9,84,45).

  • cyan value is 0.00%
  • magenta value is 9.29%
  • yellow value is 84.29%
  • key color value is 45.10%
CMYK:
(0,9,84,45)
C0M9Y84K45 
(0%,9%,84%,45%)
(0.00/0.09/0.84/0.45)	

CMYK percentages

%0
%9.29
%84.29
%45.1

Codes

Color #8C7F16 in popluar color models

8C7F16
RGB14012722
HSL53°72.84%31.76%
HSB/HSV53°84.29%54.90%
CMYK0.00%9.29%84.29%
45.10%

Color #8C7F16 in popluar number systems.

HEX8C7F16
Decimal14012722
Binary10001100111111110110
Octal21417726

Shades and tints

Shades of #8C7F16

#8C7F16
(140,127,22)
#807414
(128,116,20)
#746912
(116,105,18)
#685E10
(104,94,16)
#5C530E
(92,83,14)
#50480C
(80,72,12)
#443D0A
(68,61,10)
#383208
(56,50,8)
#2C2706
(44,39,6)
#201C04
(32,28,4)
#141102
(20,17,2)
#000000
(0,0,0)

Tints of #8C7F16

#8C7F16
(140,127,22)
#968A2B
(150,138,43)
#A09540
(160,149,64)
#AAA055
(170,160,85)
#B4AB6A
(180,171,106)
#BEB67F
(190,182,127)
#C8C194
(200,193,148)
#D2CCA9
(210,204,169)
#DCD7BE
(220,215,190)
#E6E2D3
(230,226,211)
#F0EDE8
(240,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7F16 color. Also use rgb(140,127,22) instead hex code.

Text Font Color

.myTextColor { color: #8C7F16; }

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

This text font color is #8C7F16.


Background Color

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

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

This div background color is #8C7F16.


Border color

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

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

This div border color is #8C7F16.


Opacity

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

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

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

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

This text has shadow with #8C7F16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7F16 on black background.


Color preview on white background

This text has color #8C7F16 on white background.



Black color preview on #8C7F16 background

This text has black color on #8C7F16 background.


White color preview on #8C7F16 background

This text has white color on #8C7F16 background.