COLOR #8F8764

HEX: #8F8764 RGB: (143,135,100)

Color info

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

RGB color model

#8F8764 color RGB value is (143,135,100).

RGB: (143,135,100) (56%, 53%, 39%)

RGB channels and saturation

R 143 of 255 = 56%
G 135 of 255 = 53%
B 100 of 255 = 39%

143
135
100

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

Portions of RGB colors in percentages

R + G + B = 143 + 135 + 100 = 378 (100%)
R 143 of 378 ~ 37.83%
G 135 of 378 ~ 35.71%
B 100 of 378 ~ 26.46'%

%37.83
%35.71
%26.46

CMYK color model

#8F8764 color CMYK value is (0,6,30,44).

  • cyan value is 0.00%
  • magenta value is 5.59%
  • yellow value is 30.07%
  • key color value is 43.92%
CMYK: (0,6,30,44) C0M6Y30K44 (0%,6%,30%,44%) (0.00/0.06/0.30/0.44) 

CMYK percentages

%0
%5.59
%30.07
%43.92

Codes

Color #8F8764 in popluar color models

8F 87 64
RGB 143 135 100
HSL 49° 17.70% 47.65%
HSB/HSV 49° 30.07% 56.08%
CMYK 0.00% 5.59% 30.07%
43.92%

Color #8F8764 in popluar number systems.

HEX 8F 87 64
Decimal 143 135 100
Binary 10001111 10000111 1100100
Octal 217 207 144

Shades and tints

Shades of #8F8764

#8F8764
(143,135,100)
#827B5B
(130,123,91)
#756F52
(117,111,82)
#686349
(104,99,73)
#5B5740
(91,87,64)
#4E4B37
(78,75,55)
#413F2E
(65,63,46)
#343325
(52,51,37)
#27271C
(39,39,28)
#1A1B13
(26,27,19)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #8F8764

#8F8764
(143,135,100)
#999172
(153,145,114)
#A39B80
(163,155,128)
#ADA58E
(173,165,142)
#B7AF9C
(183,175,156)
#C1B9AA
(193,185,170)
#CBC3B8
(203,195,184)
#D5CDC6
(213,205,198)
#DFD7D4
(223,215,212)
#E9E1E2
(233,225,226)
#F3EBF0
(243,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F8764 color. Also use rgb(143,135,100) instead hex code.

Text Font Color

.myTextColor { color: #8F8764; }

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

This text font color is #8F8764.

Background Color

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

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

This div background color is #8F8764.

Border color

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

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

This div border color is #8F8764.

Opacity

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

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

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

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

This text has shadow with #8F8764 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F8764.

Preview

Color preview on black background

This text has color #8F8764 on black background.


Color preview on white background

This text has color #8F8764 on white background.


Black color preview on #8F8764 background

This text has black color on #8F8764 background.


White color preview on #8F8764 background

This text has white color on #8F8764 background.


Related colors

Complementary color

Complementary color for #hex is #70789B.


I love getcolorcode.com

Triadic colors

1 #648F87 and #87648F with #8F8764 are triadic colors.

2 #64878F and #878F64 with #8F8764 are triadic colors.