COLOR #8F7240

HEX: #8F7240
RGB: (143,114,64)

Color info

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

RGB color model

#8F7240 color RGB value is (143,114,64).

  • red value is 143;
  • green value is 114;
  • blue value is 64.
RGB:
(143,114,64)
(56%,45%,25%)

RGB channels and saturation

R 143 of 255 = 56%
G 114 of 255 = 45%
B 64 of 255 = 25%

143
114
64

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

Portions of RGB colors in percentages

R + G + B =
143 + 114 + 64 = 321 (100%)
R 143 of 321 ~ 44.55%
G 114 of 321 ~ 35.51%
B 64 of 321 ~ 19.94%

%44.55
%35.51
%19.94

CMYK color model

#8F7240 color CMYK value is (0,20,55,44).

  • cyan value is 0.00%
  • magenta value is 20.28%
  • yellow value is 55.24%
  • key color value is 43.92%
CMYK:
(0,20,55,44)
C0M20Y55K44 
(0%,20%,55%,44%)
(0.00/0.20/0.55/0.44)	

CMYK percentages

%0
%20.28
%55.24
%43.92

Codes

Color #8F7240 in popluar color models

8F7240
RGB14311464
HSL38°38.16%40.59%
HSB/HSV38°55.24%56.08%
CMYK0.00%20.28%55.24%
43.92%

Color #8F7240 in popluar number systems.

HEX8F7240
Decimal14311464
Binary1000111111100101000000
Octal217162100

Shades and tints

Shades of #8F7240

#8F7240
(143,114,64)
#82683B
(130,104,59)
#755E36
(117,94,54)
#685431
(104,84,49)
#5B4A2C
(91,74,44)
#4E4027
(78,64,39)
#413622
(65,54,34)
#342C1D
(52,44,29)
#272218
(39,34,24)
#1A1813
(26,24,19)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #8F7240

#8F7240
(143,114,64)
#997E51
(153,126,81)
#A38A62
(163,138,98)
#AD9673
(173,150,115)
#B7A284
(183,162,132)
#C1AE95
(193,174,149)
#CBBAA6
(203,186,166)
#D5C6B7
(213,198,183)
#DFD2C8
(223,210,200)
#E9DED9
(233,222,217)
#F3EAEA
(243,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F7240 color. Also use rgb(143,114,64) instead hex code.

Text Font Color

.myTextColor { color: #8F7240; }

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

This text font color is #8F7240.


Background Color

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

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

This div background color is #8F7240.


Border color

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

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

This div border color is #8F7240.


Opacity

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

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

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

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

This text has shadow with #8F7240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F7240 on black background.


Color preview on white background

This text has color #8F7240 on white background.



Black color preview on #8F7240 background

This text has black color on #8F7240 background.


White color preview on #8F7240 background

This text has white color on #8F7240 background.