COLOR #8F8E4A

HEX: #8F8E4A
RGB: (143,142,74)

Color info

#8F8E4A contains mainly red and green colors. Web safe color of #8F8E4A is #999933 (or #993).

RGB color model

#8F8E4A color RGB value is (143,142,74).

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

RGB channels and saturation

R 143 of 255 = 56%
G 142 of 255 = 56%
B 74 of 255 = 29%

143
142
74

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

Portions of RGB colors in percentages

R + G + B =
143 + 142 + 74 = 359 (100%)
R 143 of 359 ~ 39.83%
G 142 of 359 ~ 39.55%
B 74 of 359 ~ 20.61%

%39.83
%39.55
%20.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.70%
  • yellow value is 48.25%
  • key color value is 43.92%
CMYK: (0,1,48,44) C0M1Y48K44 (0%,1%,48%,44%) (0.00/0.01/0.48/0.44)

CMYK percentages

%0
%0.7
%48.25
%43.92

Codes

Color #8F8E4A in popluar color models

8F8E4A
RGB14314274
HSL59°31.80%42.55%
HSB/HSV59°48.25%56.08%
CMYK0.00%0.70%48.25%
43.92%

Color #8F8E4A in popluar number systems.

HEX8F8E4A
Decimal14314274
Binary10001111100011101001010
Octal217216112

Shades and tints

Shades of #8F8E4A

#8F8E4A
(143,142,74)
#828244
(130,130,68)
#75763E
(117,118,62)
#686A38
(104,106,56)
#5B5E32
(91,94,50)
#4E522C
(78,82,44)
#414626
(65,70,38)
#343A20
(52,58,32)
#272E1A
(39,46,26)
#1A2214
(26,34,20)
#0D160E
(13,22,14)
#000000
(0,0,0)

Tints of #8F8E4A

#8F8E4A
(143,142,74)
#99985A
(153,152,90)
#A3A26A
(163,162,106)
#ADAC7A
(173,172,122)
#B7B68A
(183,182,138)
#C1C09A
(193,192,154)
#CBCAAA
(203,202,170)
#D5D4BA
(213,212,186)
#DFDECA
(223,222,202)
#E9E8DA
(233,232,218)
#F3F2EA
(243,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F8E4A; }

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

This text font color is #8F8E4A.


Background Color

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

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

This div background color is #8F8E4A.


Border color

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

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

This div border color is #8F8E4A.


Opacity

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

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

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

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

This text has shadow with #8F8E4A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8F8E4A on black background.


Color preview on white background

This text has color #8F8E4A on white background.



Black color preview on #8F8E4A background

This text has black color on #8F8E4A background.


White color preview on #8F8E4A background

This text has white color on #8F8E4A background.