COLOR #8C7200

HEX: #8C7200
RGB: (140,114,0)

Color info

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

RGB color model

#8C7200 color RGB value is (140,114,0).

  • red value is 140;
  • green value is 114;
  • blue value is 0.
RGB:
(140,114,0)
(55%,45%,0%)

RGB channels and saturation

R 140 of 255 = 55%
G 114 of 255 = 45%
B 0 of 255 = 0%

140
114
0

R + G + B ~ 33%. #8C7200 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 114 + 0 = 254 (100%)
R 140 of 254 ~ 55.12%
G 114 of 254 ~ 44.88%
B 0 of 254 ~ 0%

%55.12
%44.88

CMYK color model

#8C7200 color CMYK value is (0,19,100,45).

  • cyan value is 0.00%
  • magenta value is 18.57%
  • yellow value is 100.00%
  • key color value is 45.10%
CMYK:
(0,19,100,45)
C0M19Y100K45 
(0%,19%,100%,45%)
(0.00/0.19/1.00/0.45)	

CMYK percentages

%0
%18.57
%100
%45.1

Codes

Color #8C7200 in popluar color models

8C7200
RGB1401140
HSL49°100.00%27.45%
HSB/HSV49°100.00%54.90%
CMYK0.00%18.57%100.00%
45.10%

Color #8C7200 in popluar number systems.

HEX8C7200
Decimal1401140
Binary1000110011100100
Octal2141620

Shades and tints

Shades of #8C7200

#8C7200
(140,114,0)
#806800
(128,104,0)
#745E00
(116,94,0)
#685400
(104,84,0)
#5C4A00
(92,74,0)
#504000
(80,64,0)
#443600
(68,54,0)
#382C00
(56,44,0)
#2C2200
(44,34,0)
#201800
(32,24,0)
#140E00
(20,14,0)
#000000
(0,0,0)

Tints of #8C7200

#8C7200
(140,114,0)
#967E17
(150,126,23)
#A08A2E
(160,138,46)
#AA9645
(170,150,69)
#B4A25C
(180,162,92)
#BEAE73
(190,174,115)
#C8BA8A
(200,186,138)
#D2C6A1
(210,198,161)
#DCD2B8
(220,210,184)
#E6DECF
(230,222,207)
#F0EAE6
(240,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C7200; }

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

This text font color is #8C7200.


Background Color

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

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

This div background color is #8C7200.


Border color

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

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

This div border color is #8C7200.


Opacity

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

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

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

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

This text has shadow with #8C7200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7200 on black background.


Color preview on white background

This text has color #8C7200 on white background.



Black color preview on #8C7200 background

This text has black color on #8C7200 background.


White color preview on #8C7200 background

This text has white color on #8C7200 background.