COLOR #8F8660

HEX: #8F8660 RGB: (143,134,96)

Color info

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

RGB color model

#8F8660 color RGB value is (143,134,96).

RGB: (143,134,96) (56%, 53%, 38%)

RGB channels and saturation

R 143 of 255 = 56%
G 134 of 255 = 53%
B 96 of 255 = 38%

143
134
96

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

Portions of RGB colors in percentages

R + G + B = 143 + 134 + 96 = 373 (100%)
R 143 of 373 ~ 38.34%
G 134 of 373 ~ 35.92%
B 96 of 373 ~ 25.74'%

%38.34
%35.92
%25.74

CMYK color model

#8F8660 color CMYK value is (0,6,33,44).

  • cyan value is 0.00%
  • magenta value is 6.29%
  • yellow value is 32.87%
  • key color value is 43.92%
CMYK: (0,6,33,44) C0M6Y33K44 (0%,6%,33%,44%) (0.00/0.06/0.33/0.44) 

CMYK percentages

%0
%6.29
%32.87
%43.92

Codes

Color #8F8660 in popluar color models

8F 86 60
RGB 143 134 96
HSL 49° 19.67% 46.86%
HSB/HSV 49° 32.87% 56.08%
CMYK 0.00% 6.29% 32.87%
43.92%

Color #8F8660 in popluar number systems.

HEX 8F 86 60
Decimal 143 134 96
Binary 10001111 10000110 1100000
Octal 217 206 140

Shades and tints

Shades of #8F8660

#8F8660
(143,134,96)
#827A58
(130,122,88)
#756E50
(117,110,80)
#686248
(104,98,72)
#5B5640
(91,86,64)
#4E4A38
(78,74,56)
#413E30
(65,62,48)
#343228
(52,50,40)
#272620
(39,38,32)
#1A1A18
(26,26,24)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #8F8660

#8F8660
(143,134,96)
#99916E
(153,145,110)
#A39C7C
(163,156,124)
#ADA78A
(173,167,138)
#B7B298
(183,178,152)
#C1BDA6
(193,189,166)
#CBC8B4
(203,200,180)
#D5D3C2
(213,211,194)
#DFDED0
(223,222,208)
#E9E9DE
(233,233,222)
#F3F4EC
(243,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F8660; }

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

This text font color is #8F8660.

Background Color

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

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

This div background color is #8F8660.

Border color

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

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

This div border color is #8F8660.

Opacity

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

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

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

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

This text has shadow with #8F8660 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F8660.

Preview

Color preview on black background

This text has color #8F8660 on black background.


Color preview on white background

This text has color #8F8660 on white background.


Black color preview on #8F8660 background

This text has black color on #8F8660 background.


White color preview on #8F8660 background

This text has white color on #8F8660 background.


Related colors

Complementary color

Complementary color for #hex is #70799F.


I love getcolorcode.com

Triadic colors

1 #608F86 and #86608F with #8F8660 are triadic colors.

2 #60868F and #868F60 with #8F8660 are triadic colors.