COLOR #8F865E

HEX: #8F865E RGB: (143,134,94)

Color info

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

RGB color model

#8F865E color RGB value is (143,134,94).

RGB: (143,134,94) (56%, 53%, 37%)

RGB channels and saturation

R 143 of 255 = 56%
G 134 of 255 = 53%
B 94 of 255 = 37%

143
134
94

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

Portions of RGB colors in percentages

R + G + B = 143 + 134 + 94 = 371 (100%)
R 143 of 371 ~ 38.54%
G 134 of 371 ~ 36.12%
B 94 of 371 ~ 25.34'%

%38.54
%36.12
%25.34

CMYK color model

#8F865E color CMYK value is (0,6,34,44).

  • cyan value is 0.00%
  • magenta value is 6.29%
  • yellow value is 34.27%
  • key color value is 43.92%

CMYK: (0,6,34,44)
C0M6Y34K44 (0%, 6%, 34%, 44%)
(0.00 / 0.06 / 0.34 / 0.44)

CMYK percentages

%0
%6.29
%34.27
%43.92

Codes

Color #8F865E in popluar color models

8F 86 5E
RGB 143 134 94
HSL 49° 20.68% 46.47%
HSB/HSV 49° 34.27% 56.08%
CMYK 0.00% 6.29% 34.27%
43.92%

Color #8F865E in popluar number systems.

HEX 8F 86 5E
Decimal 143 134 94
Binary 10001111 10000110 1011110
Octal 217 206 136

Shades and tints

Shades of #8F865E

#8F865E
(143,134,94)
#827A56
(130,122,86)
#756E4E
(117,110,78)
#686246
(104,98,70)
#5B563E
(91,86,62)
#4E4A36
(78,74,54)
#413E2E
(65,62,46)
#343226
(52,50,38)
#27261E
(39,38,30)
#1A1A16
(26,26,22)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #8F865E

#8F865E
(143,134,94)
#99916C
(153,145,108)
#A39C7A
(163,156,122)
#ADA788
(173,167,136)
#B7B296
(183,178,150)
#C1BDA4
(193,189,164)
#CBC8B2
(203,200,178)
#D5D3C0
(213,211,192)
#DFDECE
(223,222,206)
#E9E9DC
(233,233,220)
#F3F4EA
(243,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F865E color. Also use rgb(143,134,94) instead hex code.

Text Font Color

.myTextColor { color: #8F865E; }

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

This text font color is #8F865E.

Background Color

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

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

This div background color is #8F865E.

Border color

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

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

This div border color is #8F865E.

Opacity

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

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

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

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

This text has shadow with #8F865E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F865E.

Preview

Color preview on black background

This text has color #8F865E on black background.


Color preview on white background

This text has color #8F865E on white background.


Black color preview on #8F865E background

This text has black color on #8F865E background.


White color preview on #8F865E background

This text has white color on #8F865E background.


Related colors

Complementary color

Complementary color for #hex is #7079A1.


I love getcolorcode.com

Triadic colors

1 #5E8F86 and #865E8F with #8F865E are triadic colors.

2 #5E868F and #868F5E with #8F865E are triadic colors.