COLOR #8F724F

HEX: #8F724F
RGB: (143,114,79)

Color info

#8F724F contains mainly red and green colors. Web safe color of #8F724F is #996666 (or #966).

RGB color model

#8F724F color RGB value is (143,114,79).

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

RGB channels and saturation

R 143 of 255 = 56%
G 114 of 255 = 45%
B 79 of 255 = 31%

143
114
79

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

Portions of RGB colors in percentages

R + G + B =
143 + 114 + 79 = 336 (100%)
R 143 of 336 ~ 42.56%
G 114 of 336 ~ 33.93%
B 79 of 336 ~ 23.51%

%42.56
%33.93
%23.51

CMYK color model

#8F724F color CMYK value is (0,20,45,44).

  • cyan value is 0.00%
  • magenta value is 20.28%
  • yellow value is 44.76%
  • key color value is 43.92%
CMYK:
(0,20,45,44)
C0M20Y45K44 
(0%,20%,45%,44%)
(0.00/0.20/0.45/0.44)	

CMYK percentages

%0
%20.28
%44.76
%43.92

Codes

Color #8F724F in popluar color models

8F724F
RGB14311479
HSL33°28.83%43.53%
HSB/HSV33°44.76%56.08%
CMYK0.00%20.28%44.76%
43.92%

Color #8F724F in popluar number systems.

HEX8F724F
Decimal14311479
Binary1000111111100101001111
Octal217162117

Shades and tints

Shades of #8F724F

#8F724F
(143,114,79)
#826848
(130,104,72)
#755E41
(117,94,65)
#68543A
(104,84,58)
#5B4A33
(91,74,51)
#4E402C
(78,64,44)
#413625
(65,54,37)
#342C1E
(52,44,30)
#272217
(39,34,23)
#1A1810
(26,24,16)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #8F724F

#8F724F
(143,114,79)
#997E5F
(153,126,95)
#A38A6F
(163,138,111)
#AD967F
(173,150,127)
#B7A28F
(183,162,143)
#C1AE9F
(193,174,159)
#CBBAAF
(203,186,175)
#D5C6BF
(213,198,191)
#DFD2CF
(223,210,207)
#E9DEDF
(233,222,223)
#F3EAEF
(243,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F724F; }

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

This text font color is #8F724F.


Background Color

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

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

This div background color is #8F724F.


Border color

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

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

This div border color is #8F724F.


Opacity

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

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

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

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

This text has shadow with #8F724F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F724F on black background.


Color preview on white background

This text has color #8F724F on white background.



Black color preview on #8F724F background

This text has black color on #8F724F background.


White color preview on #8F724F background

This text has white color on #8F724F background.