COLOR #8F7F1E

HEX: #8F7F1E RGB: (143,127,30)

Color info

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

RGB color model

#8F7F1E color RGB value is (143,127,30).

RGB: (143,127,30) (56%, 50%, 12%)

RGB channels and saturation

R 143 of 255 = 56%
G 127 of 255 = 50%
B 30 of 255 = 12%

143
127
30

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

Portions of RGB colors in percentages

R + G + B = 143 + 127 + 30 = 300 (100%)
R 143 of 300 ~ 47.67%
G 127 of 300 ~ 42.33%
B 30 of 300 ~ 10'%

%47.67
%42.33
%10

CMYK color model

#8F7F1E color CMYK value is (0,11,79,44).

  • cyan value is 0.00%
  • magenta value is 11.19%
  • yellow value is 79.02%
  • key color value is 43.92%
CMYK: (0,11,79,44) C0M11Y79K44 (0%,11%,79%,44%) (0.00/0.11/0.79/0.44) 

CMYK percentages

%0
%11.19
%79.02
%43.92

Codes

Color #8F7F1E in popluar color models

8F 7F 1E
RGB 143 127 30
HSL 52° 65.32% 33.92%
HSB/HSV 52° 79.02% 56.08%
CMYK 0.00% 11.19% 79.02%
43.92%

Color #8F7F1E in popluar number systems.

HEX 8F 7F 1E
Decimal 143 127 30
Binary 10001111 1111111 11110
Octal 217 177 36

Shades and tints

Shades of #8F7F1E

#8F7F1E
(143,127,30)
#82741C
(130,116,28)
#75691A
(117,105,26)
#685E18
(104,94,24)
#5B5316
(91,83,22)
#4E4814
(78,72,20)
#413D12
(65,61,18)
#343210
(52,50,16)
#27270E
(39,39,14)
#1A1C0C
(26,28,12)
#0D110A
(13,17,10)
#000000
(0,0,0)

Tints of #8F7F1E

#8F7F1E
(143,127,30)
#998A32
(153,138,50)
#A39546
(163,149,70)
#ADA05A
(173,160,90)
#B7AB6E
(183,171,110)
#C1B682
(193,182,130)
#CBC196
(203,193,150)
#D5CCAA
(213,204,170)
#DFD7BE
(223,215,190)
#E9E2D2
(233,226,210)
#F3EDE6
(243,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F7F1E color. Also use rgb(143,127,30) instead hex code.

Text Font Color

.myTextColor { color: #8F7F1E; }

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

This text font color is #8F7F1E.

Background Color

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

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

This div background color is #8F7F1E.

Border color

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

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

This div border color is #8F7F1E.

Opacity

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

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

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

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

This text has shadow with #8F7F1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F7F1E.

Preview

Color preview on black background

This text has color #8F7F1E on black background.


Color preview on white background

This text has color #8F7F1E on white background.


Black color preview on #8F7F1E background

This text has black color on #8F7F1E background.


White color preview on #8F7F1E background

This text has white color on #8F7F1E background.


Related colors

Complementary color

Complementary color for #hex is #7080E1.


I love getcolorcode.com

Triadic colors

1 #1E8F7F and #7F1E8F with #8F7F1E are triadic colors.

2 #1E7F8F and #7F8F1E with #8F7F1E are triadic colors.