COLOR #8F9E3D

HEX: #8F9E3D
RGB: (143,158,61)

Color info

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

RGB color model

#8F9E3D color RGB value is (143,158,61).

  • red value is 143;
  • green value is 158;
  • blue value is 61.
RGB:
(143,158,61)
(56%,62%,24%)

RGB channels and saturation

R 143 of 255 = 56%
G 158 of 255 = 62%
B 61 of 255 = 24%

143
158
61

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

Portions of RGB colors in percentages

R + G + B =
143 + 158 + 61 = 362 (100%)
R 143 of 362 ~ 39.5%
G 158 of 362 ~ 43.65%
B 61 of 362 ~ 16.85%

%39.5
%43.65
%16.85

CMYK color model

#8F9E3D color CMYK value is (9,0,61,38).

  • cyan value is 9.49%
  • magenta value is 0.00%
  • yellow value is 61.39%
  • key color value is 38.04%
CMYK:
(9,0,61,38)
C9M0Y61K38 
(9%,0%,61%,38%)
(0.09/0.00/0.61/0.38)	

CMYK percentages

%9.49
%0
%61.39
%38.04

Codes

Color #8F9E3D in popluar color models

8F9E3D
RGB14315861
HSL69°44.29%42.94%
HSB/HSV69°61.39%61.96%
CMYK9.49%0.00%61.39%
38.04%

Color #8F9E3D in popluar number systems.

HEX8F9E3D
Decimal14315861
Binary1000111110011110111101
Octal21723675

Shades and tints

Shades of #8F9E3D

#8F9E3D
(143,158,61)
#829038
(130,144,56)
#758233
(117,130,51)
#68742E
(104,116,46)
#5B6629
(91,102,41)
#4E5824
(78,88,36)
#414A1F
(65,74,31)
#343C1A
(52,60,26)
#272E15
(39,46,21)
#1A2010
(26,32,16)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #8F9E3D

#8F9E3D
(143,158,61)
#99A64E
(153,166,78)
#A3AE5F
(163,174,95)
#ADB670
(173,182,112)
#B7BE81
(183,190,129)
#C1C692
(193,198,146)
#CBCEA3
(203,206,163)
#D5D6B4
(213,214,180)
#DFDEC5
(223,222,197)
#E9E6D6
(233,230,214)
#F3EEE7
(243,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F9E3D color. Also use rgb(143,158,61) instead hex code.

Text Font Color

.myTextColor { color: #8F9E3D; }

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

This text font color is #8F9E3D.


Background Color

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

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

This div background color is #8F9E3D.


Border color

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

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

This div border color is #8F9E3D.


Opacity

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

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

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

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

This text has shadow with #8F9E3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9E3D on black background.


Color preview on white background

This text has color #8F9E3D on white background.



Black color preview on #8F9E3D background

This text has black color on #8F9E3D background.


White color preview on #8F9E3D background

This text has white color on #8F9E3D background.