COLOR #8C702D

HEX: #8C702D
RGB: (140,112,45)

Color info

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

RGB color model

#8C702D color RGB value is (140,112,45).

  • red value is 140;
  • green value is 112;
  • blue value is 45.
RGB:
(140,112,45)
(55%,44%,18%)

RGB channels and saturation

R 140 of 255 = 55%
G 112 of 255 = 44%
B 45 of 255 = 18%

140
112
45

R + G + B ~ 39%. #8C702D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 112 + 45 = 297 (100%)
R 140 of 297 ~ 47.14%
G 112 of 297 ~ 37.71%
B 45 of 297 ~ 15.15%

%47.14
%37.71
%15.15

CMYK color model

#8C702D color CMYK value is (0,20,68,45).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 67.86%
  • key color value is 45.10%
CMYK:
(0,20,68,45)
C0M20Y68K45 
(0%,20%,68%,45%)
(0.00/0.20/0.68/0.45)	

CMYK percentages

%0
%20
%67.86
%45.1

Codes

Color #8C702D in popluar color models

8C702D
RGB14011245
HSL42°51.35%36.27%
HSB/HSV42°67.86%54.90%
CMYK0.00%20.00%67.86%
45.10%

Color #8C702D in popluar number systems.

HEX8C702D
Decimal14011245
Binary100011001110000101101
Octal21416055

Shades and tints

Shades of #8C702D

#8C702D
(140,112,45)
#806629
(128,102,41)
#745C25
(116,92,37)
#685221
(104,82,33)
#5C481D
(92,72,29)
#503E19
(80,62,25)
#443415
(68,52,21)
#382A11
(56,42,17)
#2C200D
(44,32,13)
#201609
(32,22,9)
#140C05
(20,12,5)
#000000
(0,0,0)

Tints of #8C702D

#8C702D
(140,112,45)
#967D40
(150,125,64)
#A08A53
(160,138,83)
#AA9766
(170,151,102)
#B4A479
(180,164,121)
#BEB18C
(190,177,140)
#C8BE9F
(200,190,159)
#D2CBB2
(210,203,178)
#DCD8C5
(220,216,197)
#E6E5D8
(230,229,216)
#F0F2EB
(240,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C702D color. Also use rgb(140,112,45) instead hex code.

Text Font Color

.myTextColor { color: #8C702D; }

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

This text font color is #8C702D.


Background Color

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

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

This div background color is #8C702D.


Border color

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

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

This div border color is #8C702D.


Opacity

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

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

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

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

This text has shadow with #8C702D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C702D on black background.


Color preview on white background

This text has color #8C702D on white background.



Black color preview on #8C702D background

This text has black color on #8C702D background.


White color preview on #8C702D background

This text has white color on #8C702D background.