COLOR #8F9E3B

HEX: #8F9E3B RGB: (143,158,59)

Color info

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

RGB color model

#8F9E3B color RGB value is (143,158,59).

RGB: (143,158,59) (56%, 62%, 23%)

RGB channels and saturation

R 143 of 255 = 56%
G 158 of 255 = 62%
B 59 of 255 = 23%

143
158
59

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

Portions of RGB colors in percentages

R + G + B = 143 + 158 + 59 = 360 (100%)
R 143 of 360 ~ 39.72%
G 158 of 360 ~ 43.89%
B 59 of 360 ~ 16.39'%

%39.72
%43.89
%16.39

CMYK color model

#8F9E3B color CMYK value is (9,0,63,38).

  • cyan value is 9.49%
  • magenta value is 0.00%
  • yellow value is 62.66%
  • key color value is 38.04%

CMYK: (9,0,63,38)
C9M0Y63K38 (9%, 0%, 63%, 38%)
(0.09 / 0.00 / 0.63 / 0.38)

CMYK percentages

%9.49
%0
%62.66
%38.04

Codes

Color #8F9E3B in popluar color models

8F 9E 3B
RGB 143 158 59
HSL 69° 45.62% 42.55%
HSB/HSV 69° 62.66% 61.96%
CMYK 9.49% 0.00% 62.66%
38.04%

Color #8F9E3B in popluar number systems.

HEX 8F 9E 3B
Decimal 143 158 59
Binary 10001111 10011110 111011
Octal 217 236 73

Shades and tints

Shades of #8F9E3B

#8F9E3B
(143,158,59)
#829036
(130,144,54)
#758231
(117,130,49)
#68742C
(104,116,44)
#5B6627
(91,102,39)
#4E5822
(78,88,34)
#414A1D
(65,74,29)
#343C18
(52,60,24)
#272E13
(39,46,19)
#1A200E
(26,32,14)
#0D1209
(13,18,9)
#000000
(0,0,0)

Tints of #8F9E3B

#8F9E3B
(143,158,59)
#99A64C
(153,166,76)
#A3AE5D
(163,174,93)
#ADB66E
(173,182,110)
#B7BE7F
(183,190,127)
#C1C690
(193,198,144)
#CBCEA1
(203,206,161)
#D5D6B2
(213,214,178)
#DFDEC3
(223,222,195)
#E9E6D4
(233,230,212)
#F3EEE5
(243,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9E3B; }

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

This text font color is #8F9E3B.

Background Color

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

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

This div background color is #8F9E3B.

Border color

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

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

This div border color is #8F9E3B.

Opacity

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

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

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

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

This text has shadow with #8F9E3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F9E3B.

Preview

Color preview on black background

This text has color #8F9E3B on black background.


Color preview on white background

This text has color #8F9E3B on white background.


Black color preview on #8F9E3B background

This text has black color on #8F9E3B background.


White color preview on #8F9E3B background

This text has white color on #8F9E3B background.


Related colors

Complementary color

Complementary color for #hex is #7061C4.


I love getcolorcode.com

Triadic colors

1 #3B8F9E and #9E3B8F with #8F9E3B are triadic colors.

2 #3B9E8F and #9E8F3B with #8F9E3B are triadic colors.