COLOR #8F7018

HEX: #8F7018
RGB: (143,112,24)

Color info

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

RGB color model

#8F7018 color RGB value is (143,112,24).

  • red value is 143;
  • green value is 112;
  • blue value is 24.
RGB:
(143,112,24)
(56%,44%,9%)

RGB channels and saturation

R 143 of 255 = 56%
G 112 of 255 = 44%
B 24 of 255 = 9%

143
112
24

R + G + B ~ 36%. #8F7018 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
143 + 112 + 24 = 279 (100%)
R 143 of 279 ~ 51.25%
G 112 of 279 ~ 40.14%
B 24 of 279 ~ 8.6%

%51.25
%40.14

CMYK color model

#8F7018 color CMYK value is (0,22,83,44).

  • cyan value is 0.00%
  • magenta value is 21.68%
  • yellow value is 83.22%
  • key color value is 43.92%
CMYK:
(0,22,83,44)
C0M22Y83K44 
(0%,22%,83%,44%)
(0.00/0.22/0.83/0.44)	

CMYK percentages

%0
%21.68
%83.22
%43.92

Codes

Color #8F7018 in popluar color models

8F7018
RGB14311224
HSL44°71.26%32.75%
HSB/HSV44°83.22%56.08%
CMYK0.00%21.68%83.22%
43.92%

Color #8F7018 in popluar number systems.

HEX8F7018
Decimal14311224
Binary10001111111000011000
Octal21716030

Shades and tints

Shades of #8F7018

#8F7018
(143,112,24)
#826616
(130,102,22)
#755C14
(117,92,20)
#685212
(104,82,18)
#5B4810
(91,72,16)
#4E3E0E
(78,62,14)
#41340C
(65,52,12)
#342A0A
(52,42,10)
#272008
(39,32,8)
#1A1606
(26,22,6)
#0D0C04
(13,12,4)
#000000
(0,0,0)

Tints of #8F7018

#8F7018
(143,112,24)
#997D2D
(153,125,45)
#A38A42
(163,138,66)
#AD9757
(173,151,87)
#B7A46C
(183,164,108)
#C1B181
(193,177,129)
#CBBE96
(203,190,150)
#D5CBAB
(213,203,171)
#DFD8C0
(223,216,192)
#E9E5D5
(233,229,213)
#F3F2EA
(243,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F7018 color. Also use rgb(143,112,24) instead hex code.

Text Font Color

.myTextColor { color: #8F7018; }

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

This text font color is #8F7018.


Background Color

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

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

This div background color is #8F7018.


Border color

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

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

This div border color is #8F7018.


Opacity

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

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

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

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

This text has shadow with #8F7018 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F7018 on black background.


Color preview on white background

This text has color #8F7018 on white background.



Black color preview on #8F7018 background

This text has black color on #8F7018 background.


White color preview on #8F7018 background

This text has white color on #8F7018 background.