COLOR #8F7143

HEX: #8F7143
RGB: (143,113,67)

Color info

#8F7143 contains mainly red and green colors. Web safe color of #8F7143 is #996633 (or #963).

RGB color model

#8F7143 color RGB value is (143,113,67).

  • red value is 143;
  • green value is 113;
  • blue value is 67.
RGB:
(143,113,67)
(56%,44%,26%)

RGB channels and saturation

R 143 of 255 = 56%
G 113 of 255 = 44%
B 67 of 255 = 26%

143
113
67

R + G + B ~ 42%. #8F7143 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
143 + 113 + 67 = 323 (100%)
R 143 of 323 ~ 44.27%
G 113 of 323 ~ 34.98%
B 67 of 323 ~ 20.74%

%44.27
%34.98
%20.74

CMYK color model

#8F7143 color CMYK value is (0,21,53,44).

  • cyan value is 0.00%
  • magenta value is 20.98%
  • yellow value is 53.15%
  • key color value is 43.92%
CMYK:
(0,21,53,44)
C0M21Y53K44 
(0%,21%,53%,44%)
(0.00/0.21/0.53/0.44)	

CMYK percentages

%0
%20.98
%53.15
%43.92

Codes

Color #8F7143 in popluar color models

8F7143
RGB14311367
HSL36°36.19%41.18%
HSB/HSV36°53.15%56.08%
CMYK0.00%20.98%53.15%
43.92%

Color #8F7143 in popluar number systems.

HEX8F7143
Decimal14311367
Binary1000111111100011000011
Octal217161103

Shades and tints

Shades of #8F7143

#8F7143
(143,113,67)
#82673D
(130,103,61)
#755D37
(117,93,55)
#685331
(104,83,49)
#5B492B
(91,73,43)
#4E3F25
(78,63,37)
#41351F
(65,53,31)
#342B19
(52,43,25)
#272113
(39,33,19)
#1A170D
(26,23,13)
#0D0D07
(13,13,7)
#000000
(0,0,0)

Tints of #8F7143

#8F7143
(143,113,67)
#997D54
(153,125,84)
#A38965
(163,137,101)
#AD9576
(173,149,118)
#B7A187
(183,161,135)
#C1AD98
(193,173,152)
#CBB9A9
(203,185,169)
#D5C5BA
(213,197,186)
#DFD1CB
(223,209,203)
#E9DDDC
(233,221,220)
#F3E9ED
(243,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F7143 color. Also use rgb(143,113,67) instead hex code.

Text Font Color

.myTextColor { color: #8F7143; }

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

This text font color is #8F7143.


Background Color

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

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

This div background color is #8F7143.


Border color

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

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

This div border color is #8F7143.


Opacity

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

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

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

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

This text has shadow with #8F7143 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F7143 on black background.


Color preview on white background

This text has color #8F7143 on white background.



Black color preview on #8F7143 background

This text has black color on #8F7143 background.


White color preview on #8F7143 background

This text has white color on #8F7143 background.