COLOR #8F8C5E

HEX: #8F8C5E RGB: (143,140,94)

Color info

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

RGB color model

#8F8C5E color RGB value is (143,140,94).

RGB: (143,140,94) (56%, 55%, 37%)

RGB channels and saturation

R 143 of 255 = 56%
G 140 of 255 = 55%
B 94 of 255 = 37%

143
140
94

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

Portions of RGB colors in percentages

R + G + B = 143 + 140 + 94 = 377 (100%)
R 143 of 377 ~ 37.93%
G 140 of 377 ~ 37.14%
B 94 of 377 ~ 24.93'%

%37.93
%37.14
%24.93

CMYK color model

#8F8C5E color CMYK value is (0,2,34,44).

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

CMYK: (0,2,34,44)
C0M2Y34K44 (0%, 2%, 34%, 44%)
(0.00 / 0.02 / 0.34 / 0.44)

CMYK percentages

%0
%2.1
%34.27
%43.92

Codes

Color #8F8C5E in popluar color models

8F 8C 5E
RGB 143 140 94
HSL 56° 20.68% 46.47%
HSB/HSV 56° 34.27% 56.08%
CMYK 0.00% 2.10% 34.27%
43.92%

Color #8F8C5E in popluar number systems.

HEX 8F 8C 5E
Decimal 143 140 94
Binary 10001111 10001100 1011110
Octal 217 214 136

Shades and tints

Shades of #8F8C5E

#8F8C5E
(143,140,94)
#828056
(130,128,86)
#75744E
(117,116,78)
#686846
(104,104,70)
#5B5C3E
(91,92,62)
#4E5036
(78,80,54)
#41442E
(65,68,46)
#343826
(52,56,38)
#272C1E
(39,44,30)
#1A2016
(26,32,22)
#0D140E
(13,20,14)
#000000
(0,0,0)

Tints of #8F8C5E

#8F8C5E
(143,140,94)
#99966C
(153,150,108)
#A3A07A
(163,160,122)
#ADAA88
(173,170,136)
#B7B496
(183,180,150)
#C1BEA4
(193,190,164)
#CBC8B2
(203,200,178)
#D5D2C0
(213,210,192)
#DFDCCE
(223,220,206)
#E9E6DC
(233,230,220)
#F3F0EA
(243,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F8C5E; }

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

This text font color is #8F8C5E.

Background Color

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

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

This div background color is #8F8C5E.

Border color

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

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

This div border color is #8F8C5E.

Opacity

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

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

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

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

This text has shadow with #8F8C5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F8C5E.

Preview

Color preview on black background

This text has color #8F8C5E on black background.


Color preview on white background

This text has color #8F8C5E on white background.


Black color preview on #8F8C5E background

This text has black color on #8F8C5E background.


White color preview on #8F8C5E background

This text has white color on #8F8C5E background.


Related colors

Complementary color

Complementary color for #hex is #7073A1.


I love getcolorcode.com

Triadic colors

1 #5E8F8C and #8C5E8F with #8F8C5E are triadic colors.

2 #5E8C8F and #8C8F5E with #8F8C5E are triadic colors.