COLOR #8F5F0A

HEX: #8F5F0A
RGB: (143,95,10)

Color info

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

RGB color model

#8F5F0A color RGB value is (143,95,10).

  • red value is 143;
  • green value is 95;
  • blue value is 10.
RGB:
(143,95,10)
(56%,37%,4%)

RGB channels and saturation

R 143 of 255 = 56%
G 95 of 255 = 37%
B 10 of 255 = 4%

143
95
10

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

Portions of RGB colors in percentages

R + G + B =
143 + 95 + 10 = 248 (100%)
R 143 of 248 ~ 57.66%
G 95 of 248 ~ 38.31%
B 10 of 248 ~ 4.03%

%57.66
%38.31

CMYK color model

#8F5F0A color CMYK value is (0,34,93,44).

  • cyan value is 0.00%
  • magenta value is 33.57%
  • yellow value is 93.01%
  • key color value is 43.92%
CMYK:
(0,34,93,44)
C0M34Y93K44 
(0%,34%,93%,44%)
(0.00/0.34/0.93/0.44)	

CMYK percentages

%0
%33.57
%93.01
%43.92

Codes

Color #8F5F0A in popluar color models

8F5F0A
RGB1439510
HSL38°86.93%30.00%
HSB/HSV38°93.01%56.08%
CMYK0.00%33.57%93.01%
43.92%

Color #8F5F0A in popluar number systems.

HEX8F5F0A
Decimal1439510
Binary1000111110111111010
Octal21713712

Shades and tints

Shades of #8F5F0A

#8F5F0A
(143,95,10)
#82570A
(130,87,10)
#754F0A
(117,79,10)
#68470A
(104,71,10)
#5B3F0A
(91,63,10)
#4E370A
(78,55,10)
#412F0A
(65,47,10)
#34270A
(52,39,10)
#271F0A
(39,31,10)
#1A170A
(26,23,10)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #8F5F0A

#8F5F0A
(143,95,10)
#996D20
(153,109,32)
#A37B36
(163,123,54)
#AD894C
(173,137,76)
#B79762
(183,151,98)
#C1A578
(193,165,120)
#CBB38E
(203,179,142)
#D5C1A4
(213,193,164)
#DFCFBA
(223,207,186)
#E9DDD0
(233,221,208)
#F3EBE6
(243,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F5F0A color. Also use rgb(143,95,10) instead hex code.

Text Font Color

.myTextColor { color: #8F5F0A; }

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

This text font color is #8F5F0A.


Background Color

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

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

This div background color is #8F5F0A.


Border color

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

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

This div border color is #8F5F0A.


Opacity

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

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

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

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

This text has shadow with #8F5F0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F5F0A on black background.


Color preview on white background

This text has color #8F5F0A on white background.



Black color preview on #8F5F0A background

This text has black color on #8F5F0A background.


White color preview on #8F5F0A background

This text has white color on #8F5F0A background.