COLOR #8F724C

HEX: #8F724C
RGB: (143,114,76)

Color info

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

RGB color model

#8F724C color RGB value is (143,114,76).

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

RGB channels and saturation

R 143 of 255 = 56%
G 114 of 255 = 45%
B 76 of 255 = 30%

143
114
76

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

Portions of RGB colors in percentages

R + G + B =
143 + 114 + 76 = 333 (100%)
R 143 of 333 ~ 42.94%
G 114 of 333 ~ 34.23%
B 76 of 333 ~ 22.82%

%42.94
%34.23
%22.82

CMYK color model

#8F724C color CMYK value is (0,20,47,44).

  • cyan value is 0.00%
  • magenta value is 20.28%
  • yellow value is 46.85%
  • key color value is 43.92%
CMYK:
(0,20,47,44)
C0M20Y47K44 
(0%,20%,47%,44%)
(0.00/0.20/0.47/0.44)	

CMYK percentages

%0
%20.28
%46.85
%43.92

Codes

Color #8F724C in popluar color models

8F724C
RGB14311476
HSL34°30.59%42.94%
HSB/HSV34°46.85%56.08%
CMYK0.00%20.28%46.85%
43.92%

Color #8F724C in popluar number systems.

HEX8F724C
Decimal14311476
Binary1000111111100101001100
Octal217162114

Shades and tints

Shades of #8F724C

#8F724C
(143,114,76)
#826846
(130,104,70)
#755E40
(117,94,64)
#68543A
(104,84,58)
#5B4A34
(91,74,52)
#4E402E
(78,64,46)
#413628
(65,54,40)
#342C22
(52,44,34)
#27221C
(39,34,28)
#1A1816
(26,24,22)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #8F724C

#8F724C
(143,114,76)
#997E5C
(153,126,92)
#A38A6C
(163,138,108)
#AD967C
(173,150,124)
#B7A28C
(183,162,140)
#C1AE9C
(193,174,156)
#CBBAAC
(203,186,172)
#D5C6BC
(213,198,188)
#DFD2CC
(223,210,204)
#E9DEDC
(233,222,220)
#F3EAEC
(243,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F724C; }

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

This text font color is #8F724C.


Background Color

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

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

This div background color is #8F724C.


Border color

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

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

This div border color is #8F724C.


Opacity

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

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

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

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

This text has shadow with #8F724C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F724C on black background.


Color preview on white background

This text has color #8F724C on white background.



Black color preview on #8F724C background

This text has black color on #8F724C background.


White color preview on #8F724C background

This text has white color on #8F724C background.