COLOR #8F8E50

HEX: #8F8E50
RGB: (143,142,80)

Color info

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

RGB color model

#8F8E50 color RGB value is (143,142,80).

  • red value is 143;
  • green value is 142;
  • blue value is 80.
RGB:
(143,142,80)
(56%,56%,31%)

RGB channels and saturation

R 143 of 255 = 56%
G 142 of 255 = 56%
B 80 of 255 = 31%

143
142
80

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

Portions of RGB colors in percentages

R + G + B =
143 + 142 + 80 = 365 (100%)
R 143 of 365 ~ 39.18%
G 142 of 365 ~ 38.9%
B 80 of 365 ~ 21.92%

%39.18
%38.9
%21.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.70%
  • yellow value is 44.06%
  • key color value is 43.92%
CMYK:
(0,1,44,44)
C0M1Y44K44 
(0%,1%,44%,44%)
(0.00/0.01/0.44/0.44)	

CMYK percentages

%0
%0.7
%44.06
%43.92

Codes

Color #8F8E50 in popluar color models

8F8E50
RGB14314280
HSL59°28.25%43.73%
HSB/HSV59°44.06%56.08%
CMYK0.00%0.70%44.06%
43.92%

Color #8F8E50 in popluar number systems.

HEX8F8E50
Decimal14314280
Binary10001111100011101010000
Octal217216120

Shades and tints

Shades of #8F8E50

#8F8E50
(143,142,80)
#828249
(130,130,73)
#757642
(117,118,66)
#686A3B
(104,106,59)
#5B5E34
(91,94,52)
#4E522D
(78,82,45)
#414626
(65,70,38)
#343A1F
(52,58,31)
#272E18
(39,46,24)
#1A2211
(26,34,17)
#0D160A
(13,22,10)
#000000
(0,0,0)

Tints of #8F8E50

#8F8E50
(143,142,80)
#99985F
(153,152,95)
#A3A26E
(163,162,110)
#ADAC7D
(173,172,125)
#B7B68C
(183,182,140)
#C1C09B
(193,192,155)
#CBCAAA
(203,202,170)
#D5D4B9
(213,212,185)
#DFDEC8
(223,222,200)
#E9E8D7
(233,232,215)
#F3F2E6
(243,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F8E50 color. Also use rgb(143,142,80) instead hex code.

Text Font Color

.myTextColor { color: #8F8E50; }

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

This text font color is #8F8E50.


Background Color

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

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

This div background color is #8F8E50.


Border color

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

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

This div border color is #8F8E50.


Opacity

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

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

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

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

This text has shadow with #8F8E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F8E50 on black background.


Color preview on white background

This text has color #8F8E50 on white background.



Black color preview on #8F8E50 background

This text has black color on #8F8E50 background.


White color preview on #8F8E50 background

This text has white color on #8F8E50 background.