COLOR #8F5B0D

HEX: #8F5B0D
RGB: (143,91,13)

Color info

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

RGB color model

#8F5B0D color RGB value is (143,91,13).

  • red value is 143;
  • green value is 91;
  • blue value is 13.
RGB:
(143,91,13)
(56%,36%,5%)

RGB channels and saturation

R 143 of 255 = 56%
G 91 of 255 = 36%
B 13 of 255 = 5%

143
91
13

R + G + B ~ 32%. #8F5B0D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
143 + 91 + 13 = 247 (100%)
R 143 of 247 ~ 57.89%
G 91 of 247 ~ 36.84%
B 13 of 247 ~ 5.26%

%57.89
%36.84

CMYK color model

#8F5B0D color CMYK value is (0,36,91,44).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 90.91%
  • key color value is 43.92%
CMYK:
(0,36,91,44)
C0M36Y91K44 
(0%,36%,91%,44%)
(0.00/0.36/0.91/0.44)	

CMYK percentages

%0
%36.36
%90.91
%43.92

Codes

Color #8F5B0D in popluar color models

8F5B0D
RGB1439113
HSL36°83.33%30.59%
HSB/HSV36°90.91%56.08%
CMYK0.00%36.36%90.91%
43.92%

Color #8F5B0D in popluar number systems.

HEX8F5B0D
Decimal1439113
Binary1000111110110111101
Octal21713315

Shades and tints

Shades of #8F5B0D

#8F5B0D
(143,91,13)
#82530C
(130,83,12)
#754B0B
(117,75,11)
#68430A
(104,67,10)
#5B3B09
(91,59,9)
#4E3308
(78,51,8)
#412B07
(65,43,7)
#342306
(52,35,6)
#271B05
(39,27,5)
#1A1304
(26,19,4)
#0D0B03
(13,11,3)
#000000
(0,0,0)

Tints of #8F5B0D

#8F5B0D
(143,91,13)
#996923
(153,105,35)
#A37739
(163,119,57)
#AD854F
(173,133,79)
#B79365
(183,147,101)
#C1A17B
(193,161,123)
#CBAF91
(203,175,145)
#D5BDA7
(213,189,167)
#DFCBBD
(223,203,189)
#E9D9D3
(233,217,211)
#F3E7E9
(243,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F5B0D color. Also use rgb(143,91,13) instead hex code.

Text Font Color

.myTextColor { color: #8F5B0D; }

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

This text font color is #8F5B0D.


Background Color

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

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

This div background color is #8F5B0D.


Border color

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

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

This div border color is #8F5B0D.


Opacity

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

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

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

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

This text has shadow with #8F5B0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F5B0D on black background.


Color preview on white background

This text has color #8F5B0D on white background.



Black color preview on #8F5B0D background

This text has black color on #8F5B0D background.


White color preview on #8F5B0D background

This text has white color on #8F5B0D background.