COLOR #8F715C

HEX: #8F715C RGB: (143,113,92)

Color info

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

RGB color model

#8F715C color RGB value is (143,113,92).

RGB: (143,113,92) (56%, 44%, 36%)

RGB channels and saturation

R 143 of 255 = 56%
G 113 of 255 = 44%
B 92 of 255 = 36%

143
113
92

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

Portions of RGB colors in percentages

R + G + B = 143 + 113 + 92 = 348 (100%)
R 143 of 348 ~ 41.09%
G 113 of 348 ~ 32.47%
B 92 of 348 ~ 26.44'%

%41.09
%32.47
%26.44

CMYK color model

#8F715C color CMYK value is (0,21,36,44).

  • cyan value is 0.00%
  • magenta value is 20.98%
  • yellow value is 35.66%
  • key color value is 43.92%

CMYK: (0,21,36,44)
C0M21Y36K44 (0%, 21%, 36%, 44%)
(0.00 / 0.21 / 0.36 / 0.44)

CMYK percentages

%0
%20.98
%35.66
%43.92

Codes

Color #8F715C in popluar color models

8F 71 5C
RGB 143 113 92
HSL 25° 21.70% 46.08%
HSB/HSV 25° 35.66% 56.08%
CMYK 0.00% 20.98% 35.66%
43.92%

Color #8F715C in popluar number systems.

HEX 8F 71 5C
Decimal 143 113 92
Binary 10001111 1110001 1011100
Octal 217 161 134

Shades and tints

Shades of #8F715C

#8F715C
(143,113,92)
#826754
(130,103,84)
#755D4C
(117,93,76)
#685344
(104,83,68)
#5B493C
(91,73,60)
#4E3F34
(78,63,52)
#41352C
(65,53,44)
#342B24
(52,43,36)
#27211C
(39,33,28)
#1A1714
(26,23,20)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #8F715C

#8F715C
(143,113,92)
#997D6A
(153,125,106)
#A38978
(163,137,120)
#AD9586
(173,149,134)
#B7A194
(183,161,148)
#C1ADA2
(193,173,162)
#CBB9B0
(203,185,176)
#D5C5BE
(213,197,190)
#DFD1CC
(223,209,204)
#E9DDDA
(233,221,218)
#F3E9E8
(243,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F715C; }

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

This text font color is #8F715C.

Background Color

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

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

This div background color is #8F715C.

Border color

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

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

This div border color is #8F715C.

Opacity

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

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

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

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

This text has shadow with #8F715C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F715C.

Preview

Color preview on black background

This text has color #8F715C on black background.


Color preview on white background

This text has color #8F715C on white background.


Black color preview on #8F715C background

This text has black color on #8F715C background.


White color preview on #8F715C background

This text has white color on #8F715C background.


Related colors

Complementary color

Complementary color for #hex is #708EA3.


I love getcolorcode.com

Triadic colors

1 #5C8F71 and #715C8F with #8F715C are triadic colors.

2 #5C718F and #718F5C with #8F715C are triadic colors.