COLOR #8F896C

HEX: #8F896C RGB: (143,137,108)

Color info

#8F896C contains red, green and blue colors in about the same proportion. Web safe color of #8F896C is #999966 (or #996).

RGB color model

#8F896C color RGB value is (143,137,108).

RGB: (143,137,108) (56%, 54%, 42%)

RGB channels and saturation

R 143 of 255 = 56%
G 137 of 255 = 54%
B 108 of 255 = 42%

143
137
108

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

Portions of RGB colors in percentages

R + G + B = 143 + 137 + 108 = 388 (100%)
R 143 of 388 ~ 36.86%
G 137 of 388 ~ 35.31%
B 108 of 388 ~ 27.84'%

%36.86
%35.31
%27.84

CMYK color model

#8F896C color CMYK value is (0,4,24,44).

  • cyan value is 0.00%
  • magenta value is 4.20%
  • yellow value is 24.48%
  • key color value is 43.92%

CMYK: (0,4,24,44)
C0M4Y24K44 (0%, 4%, 24%, 44%)
(0.00 / 0.04 / 0.24 / 0.44)

CMYK percentages

%0
%4.2
%24.48
%43.92

Codes

Color #8F896C in popluar color models

8F 89 6C
RGB 143 137 108
HSL 50° 13.94% 49.22%
HSB/HSV 50° 24.48% 56.08%
CMYK 0.00% 4.20% 24.48%
43.92%

Color #8F896C in popluar number systems.

HEX 8F 89 6C
Decimal 143 137 108
Binary 10001111 10001001 1101100
Octal 217 211 154

Shades and tints

Shades of #8F896C

#8F896C
(143,137,108)
#827D63
(130,125,99)
#75715A
(117,113,90)
#686551
(104,101,81)
#5B5948
(91,89,72)
#4E4D3F
(78,77,63)
#414136
(65,65,54)
#34352D
(52,53,45)
#272924
(39,41,36)
#1A1D1B
(26,29,27)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #8F896C

#8F896C
(143,137,108)
#999379
(153,147,121)
#A39D86
(163,157,134)
#ADA793
(173,167,147)
#B7B1A0
(183,177,160)
#C1BBAD
(193,187,173)
#CBC5BA
(203,197,186)
#D5CFC7
(213,207,199)
#DFD9D4
(223,217,212)
#E9E3E1
(233,227,225)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F896C color. Also use rgb(143,137,108) instead hex code.

Text Font Color

.myTextColor { color: #8F896C; }

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

This text font color is #8F896C.

Background Color

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

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

This div background color is #8F896C.

Border color

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

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

This div border color is #8F896C.

Opacity

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

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

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

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

This text has shadow with #8F896C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F896C.

Preview

Color preview on black background

This text has color #8F896C on black background.


Color preview on white background

This text has color #8F896C on white background.


Black color preview on #8F896C background

This text has black color on #8F896C background.


White color preview on #8F896C background

This text has white color on #8F896C background.


Related colors

Complementary color

Complementary color for #hex is #707693.


I love getcolorcode.com

Triadic colors

1 #6C8F89 and #896C8F with #8F896C are triadic colors.

2 #6C898F and #898F6C with #8F896C are triadic colors.