COLOR #8F8D4F

HEX: #8F8D4F RGB: (143,141,79)

Color info

#8F8D4F contains mainly red and green colors. Web safe color of #8F8D4F is #999966 (or #996).

RGB color model

#8F8D4F color RGB value is (143,141,79).

RGB: (143,141,79) (56%, 55%, 31%)

RGB channels and saturation

R 143 of 255 = 56%
G 141 of 255 = 55%
B 79 of 255 = 31%

143
141
79

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

Portions of RGB colors in percentages

R + G + B = 143 + 141 + 79 = 363 (100%)
R 143 of 363 ~ 39.39%
G 141 of 363 ~ 38.84%
B 79 of 363 ~ 21.76'%

%39.39
%38.84
%21.76

CMYK color model

#8F8D4F color CMYK value is (0,1,45,44).

  • cyan value is 0.00%
  • magenta value is 1.40%
  • yellow value is 44.76%
  • key color value is 43.92%

CMYK: (0,1,45,44)
C0M1Y45K44 (0%, 1%, 45%, 44%)
(0.00 / 0.01 / 0.45 / 0.44)

CMYK percentages

%0
%1.4
%44.76
%43.92

Codes

Color #8F8D4F in popluar color models

8F 8D 4F
RGB 143 141 79
HSL 58° 28.83% 43.53%
HSB/HSV 58° 44.76% 56.08%
CMYK 0.00% 1.40% 44.76%
43.92%

Color #8F8D4F in popluar number systems.

HEX 8F 8D 4F
Decimal 143 141 79
Binary 10001111 10001101 1001111
Octal 217 215 117

Shades and tints

Shades of #8F8D4F

#8F8D4F
(143,141,79)
#828148
(130,129,72)
#757541
(117,117,65)
#68693A
(104,105,58)
#5B5D33
(91,93,51)
#4E512C
(78,81,44)
#414525
(65,69,37)
#34391E
(52,57,30)
#272D17
(39,45,23)
#1A2110
(26,33,16)
#0D1509
(13,21,9)
#000000
(0,0,0)

Tints of #8F8D4F

#8F8D4F
(143,141,79)
#99975F
(153,151,95)
#A3A16F
(163,161,111)
#ADAB7F
(173,171,127)
#B7B58F
(183,181,143)
#C1BF9F
(193,191,159)
#CBC9AF
(203,201,175)
#D5D3BF
(213,211,191)
#DFDDCF
(223,221,207)
#E9E7DF
(233,231,223)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F8D4F color. Also use rgb(143,141,79) instead hex code.

Text Font Color

.myTextColor { color: #8F8D4F; }

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

This text font color is #8F8D4F.

Background Color

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

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

This div background color is #8F8D4F.

Border color

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

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

This div border color is #8F8D4F.

Opacity

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

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

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

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

This text has shadow with #8F8D4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F8D4F.

Preview

Color preview on black background

This text has color #8F8D4F on black background.


Color preview on white background

This text has color #8F8D4F on white background.


Black color preview on #8F8D4F background

This text has black color on #8F8D4F background.


White color preview on #8F8D4F background

This text has white color on #8F8D4F background.


Related colors

Complementary color

Complementary color for #hex is #7072B0.


I love getcolorcode.com

Triadic colors

1 #4F8F8D and #8D4F8F with #8F8D4F are triadic colors.

2 #4F8D8F and #8D8F4F with #8F8D4F are triadic colors.