COLOR #8F7C61

HEX: #8F7C61
RGB: (143,124,97)

Color info

#8F7C61 contains red, green and blue colors in about the same proportion. Web safe color of #8F7C61 is #996666 (or #966).

RGB color model

#8F7C61 color RGB value is (143,124,97).

  • red value is 143;
  • green value is 124;
  • blue value is 97.
RGB:
(143,124,97)
(56%,49%,38%)

RGB channels and saturation

R 143 of 255 = 56%
G 124 of 255 = 49%
B 97 of 255 = 38%

143
124
97

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

Portions of RGB colors in percentages

R + G + B =
143 + 124 + 97 = 364 (100%)
R 143 of 364 ~ 39.29%
G 124 of 364 ~ 34.07%
B 97 of 364 ~ 26.65%

%39.29
%34.07
%26.65

CMYK color model

#8F7C61 color CMYK value is (0,13,32,44).

  • cyan value is 0.00%
  • magenta value is 13.29%
  • yellow value is 32.17%
  • key color value is 43.92%
CMYK:
(0,13,32,44)
C0M13Y32K44 
(0%,13%,32%,44%)
(0.00/0.13/0.32/0.44)	

CMYK percentages

%0
%13.29
%32.17
%43.92

Codes

Color #8F7C61 in popluar color models

8F7C61
RGB14312497
HSL35°19.17%47.06%
HSB/HSV35°32.17%56.08%
CMYK0.00%13.29%32.17%
43.92%

Color #8F7C61 in popluar number systems.

HEX8F7C61
Decimal14312497
Binary1000111111111001100001
Octal217174141

Shades and tints

Shades of #8F7C61

#8F7C61
(143,124,97)
#827159
(130,113,89)
#756651
(117,102,81)
#685B49
(104,91,73)
#5B5041
(91,80,65)
#4E4539
(78,69,57)
#413A31
(65,58,49)
#342F29
(52,47,41)
#272421
(39,36,33)
#1A1919
(26,25,25)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #8F7C61

#8F7C61
(143,124,97)
#99876F
(153,135,111)
#A3927D
(163,146,125)
#AD9D8B
(173,157,139)
#B7A899
(183,168,153)
#C1B3A7
(193,179,167)
#CBBEB5
(203,190,181)
#D5C9C3
(213,201,195)
#DFD4D1
(223,212,209)
#E9DFDF
(233,223,223)
#F3EAED
(243,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F7C61 color. Also use rgb(143,124,97) instead hex code.

Text Font Color

.myTextColor { color: #8F7C61; }

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

This text font color is #8F7C61.


Background Color

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

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

This div background color is #8F7C61.


Border color

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

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

This div border color is #8F7C61.


Opacity

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

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

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

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

This text has shadow with #8F7C61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F7C61 on black background.


Color preview on white background

This text has color #8F7C61 on white background.



Black color preview on #8F7C61 background

This text has black color on #8F7C61 background.


White color preview on #8F7C61 background

This text has white color on #8F7C61 background.