COLOR #8C7F02

HEX: #8C7F02 RGB: (140,127,2)

Color info

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

RGB color model

#8C7F02 color RGB value is (140,127,2).

RGB: (140,127,2) (55%, 50%, 1%)

RGB channels and saturation

R 140 of 255 = 55%
G 127 of 255 = 50%
B 2 of 255 = 1%

140
127
2

R + G + B ~ 35%. #8C7F02 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 140 + 127 + 2 = 269 (100%)
R 140 of 269 ~ 52.04%
G 127 of 269 ~ 47.21%
B 2 of 269 ~ 0.74'%

%52.04
%47.21

CMYK color model

#8C7F02 color CMYK value is (0,9,99,45).

  • cyan value is 0.00%
  • magenta value is 9.29%
  • yellow value is 98.57%
  • key color value is 45.10%

CMYK: (0,9,99,45)
C0M9Y99K45 (0%, 9%, 99%, 45%)
(0.00 / 0.09 / 0.99 / 0.45)

CMYK percentages

%0
%9.29
%98.57
%45.1

Codes

Color #8C7F02 in popluar color models

8C 7F 02
RGB 140 127 2
HSL 54° 97.18% 27.84%
HSB/HSV 54° 98.57% 54.90%
CMYK 0.00% 9.29% 98.57%
45.10%

Color #8C7F02 in popluar number systems.

HEX 8C 7F 02
Decimal 140 127 2
Binary 10001100 1111111 10
Octal 214 177 2

Shades and tints

Shades of #8C7F02

#8C7F02
(140,127,2)
#807402
(128,116,2)
#746902
(116,105,2)
#685E02
(104,94,2)
#5C5302
(92,83,2)
#504802
(80,72,2)
#443D02
(68,61,2)
#383202
(56,50,2)
#2C2702
(44,39,2)
#201C02
(32,28,2)
#141102
(20,17,2)
#000000
(0,0,0)

Tints of #8C7F02

#8C7F02
(140,127,2)
#968A19
(150,138,25)
#A09530
(160,149,48)
#AAA047
(170,160,71)
#B4AB5E
(180,171,94)
#BEB675
(190,182,117)
#C8C18C
(200,193,140)
#D2CCA3
(210,204,163)
#DCD7BA
(220,215,186)
#E6E2D1
(230,226,209)
#F0EDE8
(240,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C7F02; }

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

This text font color is #8C7F02.

Background Color

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

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

This div background color is #8C7F02.

Border color

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

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

This div border color is #8C7F02.

Opacity

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

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

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

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

This text has shadow with #8C7F02 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C7F02.

Preview

Color preview on black background

This text has color #8C7F02 on black background.


Color preview on white background

This text has color #8C7F02 on white background.


Black color preview on #8C7F02 background

This text has black color on #8C7F02 background.


White color preview on #8C7F02 background

This text has white color on #8C7F02 background.


Related colors

Complementary color

Complementary color for #8C7F02 is #7380FD.


I love getcolorcode.com

Triadic colors

1 #028C7F and #7F028C with #8C7F02 are triadic colors.

2 #027F8C and #7F8C02 with #8C7F02 are triadic colors.