COLOR #8F7509

HEX: #8F7509
RGB: (143,117,9)

Color info

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

RGB color model

#8F7509 color RGB value is (143,117,9).

  • red value is 143;
  • green value is 117;
  • blue value is 9.
RGB:
(143,117,9)
(56%,46%,4%)

RGB channels and saturation

R 143 of 255 = 56%
G 117 of 255 = 46%
B 9 of 255 = 4%

143
117
9

R + G + B ~ 35%. #8F7509 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
143 + 117 + 9 = 269 (100%)
R 143 of 269 ~ 53.16%
G 117 of 269 ~ 43.49%
B 9 of 269 ~ 3.35%

%53.16
%43.49

CMYK color model

#8F7509 color CMYK value is (0,18,94,44).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 93.71%
  • key color value is 43.92%
CMYK:
(0,18,94,44)
C0M18Y94K44 
(0%,18%,94%,44%)
(0.00/0.18/0.94/0.44)	

CMYK percentages

%0
%18.18
%93.71
%43.92

Codes

Color #8F7509 in popluar color models

8F7509
RGB1431179
HSL48°88.16%29.80%
HSB/HSV48°93.71%56.08%
CMYK0.00%18.18%93.71%
43.92%

Color #8F7509 in popluar number systems.

HEX8F7509
Decimal1431179
Binary1000111111101011001
Octal21716511

Shades and tints

Shades of #8F7509

#8F7509
(143,117,9)
#826B09
(130,107,9)
#756109
(117,97,9)
#685709
(104,87,9)
#5B4D09
(91,77,9)
#4E4309
(78,67,9)
#413909
(65,57,9)
#342F09
(52,47,9)
#272509
(39,37,9)
#1A1B09
(26,27,9)
#0D1109
(13,17,9)
#000000
(0,0,0)

Tints of #8F7509

#8F7509
(143,117,9)
#99811F
(153,129,31)
#A38D35
(163,141,53)
#AD994B
(173,153,75)
#B7A561
(183,165,97)
#C1B177
(193,177,119)
#CBBD8D
(203,189,141)
#D5C9A3
(213,201,163)
#DFD5B9
(223,213,185)
#E9E1CF
(233,225,207)
#F3EDE5
(243,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F7509 color. Also use rgb(143,117,9) instead hex code.

Text Font Color

.myTextColor { color: #8F7509; }

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

This text font color is #8F7509.


Background Color

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

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

This div background color is #8F7509.


Border color

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

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

This div border color is #8F7509.


Opacity

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

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

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

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

This text has shadow with #8F7509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F7509 on black background.


Color preview on white background

This text has color #8F7509 on white background.



Black color preview on #8F7509 background

This text has black color on #8F7509 background.


White color preview on #8F7509 background

This text has white color on #8F7509 background.