COLOR #8F6B1C

HEX: #8F6B1C
RGB: (143,107,28)

Color info

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

RGB color model

#8F6B1C color RGB value is (143,107,28).

  • red value is 143;
  • green value is 107;
  • blue value is 28.
RGB:
(143,107,28)
(56%,42%,11%)

RGB channels and saturation

R 143 of 255 = 56%
G 107 of 255 = 42%
B 28 of 255 = 11%

143
107
28

R + G + B ~ 36%. #8F6B1C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
143 + 107 + 28 = 278 (100%)
R 143 of 278 ~ 51.44%
G 107 of 278 ~ 38.49%
B 28 of 278 ~ 10.07%

%51.44
%38.49
%10.07

CMYK color model

#8F6B1C color CMYK value is (0,25,80,44).

  • cyan value is 0.00%
  • magenta value is 25.17%
  • yellow value is 80.42%
  • key color value is 43.92%
CMYK:
(0,25,80,44)
C0M25Y80K44 
(0%,25%,80%,44%)
(0.00/0.25/0.80/0.44)	

CMYK percentages

%0
%25.17
%80.42
%43.92

Codes

Color #8F6B1C in popluar color models

8F6B1C
RGB14310728
HSL41°67.25%33.53%
HSB/HSV41°80.42%56.08%
CMYK0.00%25.17%80.42%
43.92%

Color #8F6B1C in popluar number systems.

HEX8F6B1C
Decimal14310728
Binary10001111110101111100
Octal21715334

Shades and tints

Shades of #8F6B1C

#8F6B1C
(143,107,28)
#82621A
(130,98,26)
#755918
(117,89,24)
#685016
(104,80,22)
#5B4714
(91,71,20)
#4E3E12
(78,62,18)
#413510
(65,53,16)
#342C0E
(52,44,14)
#27230C
(39,35,12)
#1A1A0A
(26,26,10)
#0D1108
(13,17,8)
#000000
(0,0,0)

Tints of #8F6B1C

#8F6B1C
(143,107,28)
#997830
(153,120,48)
#A38544
(163,133,68)
#AD9258
(173,146,88)
#B79F6C
(183,159,108)
#C1AC80
(193,172,128)
#CBB994
(203,185,148)
#D5C6A8
(213,198,168)
#DFD3BC
(223,211,188)
#E9E0D0
(233,224,208)
#F3EDE4
(243,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F6B1C color. Also use rgb(143,107,28) instead hex code.

Text Font Color

.myTextColor { color: #8F6B1C; }

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

This text font color is #8F6B1C.


Background Color

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

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

This div background color is #8F6B1C.


Border color

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

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

This div border color is #8F6B1C.


Opacity

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

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

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

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

This text has shadow with #8F6B1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F6B1C on black background.


Color preview on white background

This text has color #8F6B1C on white background.



Black color preview on #8F6B1C background

This text has black color on #8F6B1C background.


White color preview on #8F6B1C background

This text has white color on #8F6B1C background.