COLOR #8F5A16

HEX: #8F5A16
RGB: (143,90,22)

Color info

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

RGB color model

#8F5A16 color RGB value is (143,90,22).

  • red value is 143;
  • green value is 90;
  • blue value is 22.
RGB:
(143,90,22)
(56%,35%,9%)

RGB channels and saturation

R 143 of 255 = 56%
G 90 of 255 = 35%
B 22 of 255 = 9%

143
90
22

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

Portions of RGB colors in percentages

R + G + B =
143 + 90 + 22 = 255 (100%)
R 143 of 255 ~ 56.08%
G 90 of 255 ~ 35.29%
B 22 of 255 ~ 8.63%

%56.08
%35.29

CMYK color model

#8F5A16 color CMYK value is (0,37,85,44).

  • cyan value is 0.00%
  • magenta value is 37.06%
  • yellow value is 84.62%
  • key color value is 43.92%
CMYK:
(0,37,85,44)
C0M37Y85K44 
(0%,37%,85%,44%)
(0.00/0.37/0.85/0.44)	

CMYK percentages

%0
%37.06
%84.62
%43.92

Codes

Color #8F5A16 in popluar color models

8F5A16
RGB1439022
HSL34°73.33%32.35%
HSB/HSV34°84.62%56.08%
CMYK0.00%37.06%84.62%
43.92%

Color #8F5A16 in popluar number systems.

HEX8F5A16
Decimal1439022
Binary10001111101101010110
Octal21713226

Shades and tints

Shades of #8F5A16

#8F5A16
(143,90,22)
#825214
(130,82,20)
#754A12
(117,74,18)
#684210
(104,66,16)
#5B3A0E
(91,58,14)
#4E320C
(78,50,12)
#412A0A
(65,42,10)
#342208
(52,34,8)
#271A06
(39,26,6)
#1A1204
(26,18,4)
#0D0A02
(13,10,2)
#000000
(0,0,0)

Tints of #8F5A16

#8F5A16
(143,90,22)
#99692B
(153,105,43)
#A37840
(163,120,64)
#AD8755
(173,135,85)
#B7966A
(183,150,106)
#C1A57F
(193,165,127)
#CBB494
(203,180,148)
#D5C3A9
(213,195,169)
#DFD2BE
(223,210,190)
#E9E1D3
(233,225,211)
#F3F0E8
(243,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F5A16 color. Also use rgb(143,90,22) instead hex code.

Text Font Color

.myTextColor { color: #8F5A16; }

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

This text font color is #8F5A16.


Background Color

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

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

This div background color is #8F5A16.


Border color

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

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

This div border color is #8F5A16.


Opacity

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

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

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

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

This text has shadow with #8F5A16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F5A16 on black background.


Color preview on white background

This text has color #8F5A16 on white background.



Black color preview on #8F5A16 background

This text has black color on #8F5A16 background.


White color preview on #8F5A16 background

This text has white color on #8F5A16 background.