COLOR #8F895C

HEX: #8F895C RGB: (143,137,92)

Color info

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

RGB color model

#8F895C color RGB value is (143,137,92).

RGB: (143,137,92) (56%, 54%, 36%)

RGB channels and saturation

R 143 of 255 = 56%
G 137 of 255 = 54%
B 92 of 255 = 36%

143
137
92

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

Portions of RGB colors in percentages

R + G + B = 143 + 137 + 92 = 372 (100%)
R 143 of 372 ~ 38.44%
G 137 of 372 ~ 36.83%
B 92 of 372 ~ 24.73'%

%38.44
%36.83
%24.73

CMYK color model

#8F895C color CMYK value is (0,4,36,44).

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

CMYK: (0,4,36,44)
C0M4Y36K44 (0%, 4%, 36%, 44%)
(0.00 / 0.04 / 0.36 / 0.44)

CMYK percentages

%0
%4.2
%35.66
%43.92

Codes

Color #8F895C in popluar color models

8F 89 5C
RGB 143 137 92
HSL 53° 21.70% 46.08%
HSB/HSV 53° 35.66% 56.08%
CMYK 0.00% 4.20% 35.66%
43.92%

Color #8F895C in popluar number systems.

HEX 8F 89 5C
Decimal 143 137 92
Binary 10001111 10001001 1011100
Octal 217 211 134

Shades and tints

Shades of #8F895C

#8F895C
(143,137,92)
#827D54
(130,125,84)
#75714C
(117,113,76)
#686544
(104,101,68)
#5B593C
(91,89,60)
#4E4D34
(78,77,52)
#41412C
(65,65,44)
#343524
(52,53,36)
#27291C
(39,41,28)
#1A1D14
(26,29,20)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #8F895C

#8F895C
(143,137,92)
#99936A
(153,147,106)
#A39D78
(163,157,120)
#ADA786
(173,167,134)
#B7B194
(183,177,148)
#C1BBA2
(193,187,162)
#CBC5B0
(203,197,176)
#D5CFBE
(213,207,190)
#DFD9CC
(223,217,204)
#E9E3DA
(233,227,218)
#F3EDE8
(243,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F895C; }

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

This text font color is #8F895C.

Background Color

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

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

This div background color is #8F895C.

Border color

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

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

This div border color is #8F895C.

Opacity

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

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

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

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

This text has shadow with #8F895C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F895C.

Preview

Color preview on black background

This text has color #8F895C on black background.


Color preview on white background

This text has color #8F895C on white background.


Black color preview on #8F895C background

This text has black color on #8F895C background.


White color preview on #8F895C background

This text has white color on #8F895C background.


Related colors

Complementary color

Complementary color for #hex is #7076A3.


I love getcolorcode.com

Triadic colors

1 #5C8F89 and #895C8F with #8F895C are triadic colors.

2 #5C898F and #898F5C with #8F895C are triadic colors.