COLOR #8F716D

HEX: #8F716D RGB: (143,113,109)

Color info

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

RGB color model

#8F716D color RGB value is (143,113,109).

RGB: (143,113,109) (56%, 44%, 43%)

RGB channels and saturation

R 143 of 255 = 56%
G 113 of 255 = 44%
B 109 of 255 = 43%

143
113
109

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

Portions of RGB colors in percentages

R + G + B = 143 + 113 + 109 = 365 (100%)
R 143 of 365 ~ 39.18%
G 113 of 365 ~ 30.96%
B 109 of 365 ~ 29.86'%

%39.18
%30.96
%29.86

CMYK color model

#8F716D color CMYK value is (0,21,24,44).

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

CMYK: (0,21,24,44)
C0M21Y24K44 (0%, 21%, 24%, 44%)
(0.00 / 0.21 / 0.24 / 0.44)

CMYK percentages

%0
%20.98
%23.78
%43.92

Codes

Color #8F716D in popluar color models

8F 71 6D
RGB 143 113 109
HSL 13.49% 49.41%
HSB/HSV 23.78% 56.08%
CMYK 0.00% 20.98% 23.78%
43.92%

Color #8F716D in popluar number systems.

HEX 8F 71 6D
Decimal 143 113 109
Binary 10001111 1110001 1101101
Octal 217 161 155

Shades and tints

Shades of #8F716D

#8F716D
(143,113,109)
#826764
(130,103,100)
#755D5B
(117,93,91)
#685352
(104,83,82)
#5B4949
(91,73,73)
#4E3F40
(78,63,64)
#413537
(65,53,55)
#342B2E
(52,43,46)
#272125
(39,33,37)
#1A171C
(26,23,28)
#0D0D13
(13,13,19)
#000000
(0,0,0)

Tints of #8F716D

#8F716D
(143,113,109)
#997D7A
(153,125,122)
#A38987
(163,137,135)
#AD9594
(173,149,148)
#B7A1A1
(183,161,161)
#C1ADAE
(193,173,174)
#CBB9BB
(203,185,187)
#D5C5C8
(213,197,200)
#DFD1D5
(223,209,213)
#E9DDE2
(233,221,226)
#F3E9EF
(243,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F716D; }

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

This text font color is #8F716D.

Background Color

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

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

This div background color is #8F716D.

Border color

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

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

This div border color is #8F716D.

Opacity

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

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

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

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

This text has shadow with #8F716D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F716D.

Preview

Color preview on black background

This text has color #8F716D on black background.


Color preview on white background

This text has color #8F716D on white background.


Black color preview on #8F716D background

This text has black color on #8F716D background.


White color preview on #8F716D background

This text has white color on #8F716D background.


Related colors

Complementary color

Complementary color for #hex is #708E92.


I love getcolorcode.com

Triadic colors

1 #6D8F71 and #716D8F with #8F716D are triadic colors.

2 #6D718F and #718F6D with #8F716D are triadic colors.