COLOR #8F730E

HEX: #8F730E
RGB: (143,115,14)

Color info

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

RGB color model

#8F730E color RGB value is (143,115,14).

  • red value is 143;
  • green value is 115;
  • blue value is 14.
RGB:
(143,115,14)
(56%,45%,5%)

RGB channels and saturation

R 143 of 255 = 56%
G 115 of 255 = 45%
B 14 of 255 = 5%

143
115
14

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

Portions of RGB colors in percentages

R + G + B =
143 + 115 + 14 = 272 (100%)
R 143 of 272 ~ 52.57%
G 115 of 272 ~ 42.28%
B 14 of 272 ~ 5.15%

%52.57
%42.28

CMYK color model

#8F730E color CMYK value is (0,20,90,44).

  • cyan value is 0.00%
  • magenta value is 19.58%
  • yellow value is 90.21%
  • key color value is 43.92%
CMYK:
(0,20,90,44)
C0M20Y90K44 
(0%,20%,90%,44%)
(0.00/0.20/0.90/0.44)	

CMYK percentages

%0
%19.58
%90.21
%43.92

Codes

Color #8F730E in popluar color models

8F730E
RGB14311514
HSL47°82.17%30.78%
HSB/HSV47°90.21%56.08%
CMYK0.00%19.58%90.21%
43.92%

Color #8F730E in popluar number systems.

HEX8F730E
Decimal14311514
Binary1000111111100111110
Octal21716316

Shades and tints

Shades of #8F730E

#8F730E
(143,115,14)
#82690D
(130,105,13)
#755F0C
(117,95,12)
#68550B
(104,85,11)
#5B4B0A
(91,75,10)
#4E4109
(78,65,9)
#413708
(65,55,8)
#342D07
(52,45,7)
#272306
(39,35,6)
#1A1905
(26,25,5)
#0D0F04
(13,15,4)
#000000
(0,0,0)

Tints of #8F730E

#8F730E
(143,115,14)
#997F23
(153,127,35)
#A38B38
(163,139,56)
#AD974D
(173,151,77)
#B7A362
(183,163,98)
#C1AF77
(193,175,119)
#CBBB8C
(203,187,140)
#D5C7A1
(213,199,161)
#DFD3B6
(223,211,182)
#E9DFCB
(233,223,203)
#F3EBE0
(243,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F730E color. Also use rgb(143,115,14) instead hex code.

Text Font Color

.myTextColor { color: #8F730E; }

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

This text font color is #8F730E.


Background Color

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

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

This div background color is #8F730E.


Border color

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

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

This div border color is #8F730E.


Opacity

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

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

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

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

This text has shadow with #8F730E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F730E on black background.


Color preview on white background

This text has color #8F730E on white background.



Black color preview on #8F730E background

This text has black color on #8F730E background.


White color preview on #8F730E background

This text has white color on #8F730E background.