COLOR #9E8F0C

HEX: #9E8F0C
RGB: (158,143,12)

Color info

#9E8F0C contains mainly red and green colors. Web safe color of #9E8F0C is #999900 (or #990).

RGB color model

#9E8F0C color RGB value is (158,143,12).

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

RGB channels and saturation

R 158 of 255 = 62%
G 143 of 255 = 56%
B 12 of 255 = 5%

158
143
12

R + G + B ~ 41%. #9E8F0C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
158 + 143 + 12 = 313 (100%)
R 158 of 313 ~ 50.48%
G 143 of 313 ~ 45.69%
B 12 of 313 ~ 3.83%

%50.48
%45.69

CMYK color model

#9E8F0C color CMYK value is (0,9,92,38).

  • cyan value is 0.00%
  • magenta value is 9.49%
  • yellow value is 92.41%
  • key color value is 38.04%
CMYK:
(0,9,92,38)
C0M9Y92K38 
(0%,9%,92%,38%)
(0.00/0.09/0.92/0.38)	

CMYK percentages

%0
%9.49
%92.41
%38.04

Codes

Color #9E8F0C in popluar color models

9E8F0C
RGB15814312
HSL54°85.88%33.33%
HSB/HSV54°92.41%61.96%
CMYK0.00%9.49%92.41%
38.04%

Color #9E8F0C in popluar number systems.

HEX9E8F0C
Decimal15814312
Binary10011110100011111100
Octal23621714

Shades and tints

Shades of #9E8F0C

#9E8F0C
(158,143,12)
#90820B
(144,130,11)
#82750A
(130,117,10)
#746809
(116,104,9)
#665B08
(102,91,8)
#584E07
(88,78,7)
#4A4106
(74,65,6)
#3C3405
(60,52,5)
#2E2704
(46,39,4)
#201A03
(32,26,3)
#120D02
(18,13,2)
#000000
(0,0,0)

Tints of #9E8F0C

#9E8F0C
(158,143,12)
#A69922
(166,153,34)
#AEA338
(174,163,56)
#B6AD4E
(182,173,78)
#BEB764
(190,183,100)
#C6C17A
(198,193,122)
#CECB90
(206,203,144)
#D6D5A6
(214,213,166)
#DEDFBC
(222,223,188)
#E6E9D2
(230,233,210)
#EEF3E8
(238,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E8F0C color. Also use rgb(158,143,12) instead hex code.

Text Font Color

.myTextColor { color: #9E8F0C; }

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

This text font color is #9E8F0C.


Background Color

.myBgColor { background-color: #9E8F0C; }

<div style="background-color:#9E8F0C">Inner text</div>

This div background color is #9E8F0C.


Border color

.myBorderColor { border: 1px solid #9E8F0C; }

<div style="border:3px solid #9E8F0C">Div</div>

This div border color is #9E8F0C.


Opacity

.myOpacity80 { color: #9E8F0C; opacity: 0.8; }

<p style="color:#9E8F0C;opacity:0.8;">80%</p>

Text with #9E8F0C 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 #9E8F0C;}

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

This text has shadow with #9E8F0C color.

.textShadow {text-shadow: 3px 3px 1px #9E8F0C, 3px 3px 1px red;}

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

This text has shadow with #9E8F0C primary color and red secondary color.


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

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

This text has shadow with #9E8F0C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E8F0C on black background.


Color preview on white background

This text has color #9E8F0C on white background.



Black color preview on #9E8F0C background

This text has black color on #9E8F0C background.


White color preview on #9E8F0C background

This text has white color on #9E8F0C background.