COLOR #998E12

HEX: #998E12
RGB: (153,142,18)

Color info

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

RGB color model

#998E12 color RGB value is (153,142,18).

  • red value is 153;
  • green value is 142;
  • blue value is 18.
RGB:
(153,142,18)
(60%,56%,7%)

RGB channels and saturation

R 153 of 255 = 60%
G 142 of 255 = 56%
B 18 of 255 = 7%

153
142
18

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

Portions of RGB colors in percentages

R + G + B =
153 + 142 + 18 = 313 (100%)
R 153 of 313 ~ 48.88%
G 142 of 313 ~ 45.37%
B 18 of 313 ~ 5.75%

%48.88
%45.37

CMYK color model

#998E12 color CMYK value is (0,7,88,40).

  • cyan value is 0.00%
  • magenta value is 7.19%
  • yellow value is 88.24%
  • key color value is 40.00%
CMYK:
(0,7,88,40)
C0M7Y88K40 
(0%,7%,88%,40%)
(0.00/0.07/0.88/0.40)	

CMYK percentages

%0
%7.19
%88.24
%40

Codes

Color #998E12 in popluar color models

998E12
RGB15314218
HSL55°78.95%33.53%
HSB/HSV55°88.24%60.00%
CMYK0.00%7.19%88.24%
40.00%

Color #998E12 in popluar number systems.

HEX998E12
Decimal15314218
Binary100110011000111010010
Octal23121622

Shades and tints

Shades of #998E12

#998E12
(153,142,18)
#8C8211
(140,130,17)
#7F7610
(127,118,16)
#726A0F
(114,106,15)
#655E0E
(101,94,14)
#58520D
(88,82,13)
#4B460C
(75,70,12)
#3E3A0B
(62,58,11)
#312E0A
(49,46,10)
#242209
(36,34,9)
#171608
(23,22,8)
#000000
(0,0,0)

Tints of #998E12

#998E12
(153,142,18)
#A29827
(162,152,39)
#ABA23C
(171,162,60)
#B4AC51
(180,172,81)
#BDB666
(189,182,102)
#C6C07B
(198,192,123)
#CFCA90
(207,202,144)
#D8D4A5
(216,212,165)
#E1DEBA
(225,222,186)
#EAE8CF
(234,232,207)
#F3F2E4
(243,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998E12 color. Also use rgb(153,142,18) instead hex code.

Text Font Color

.myTextColor { color: #998E12; }

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

This text font color is #998E12.


Background Color

.myBgColor { background-color: #998E12; }

<div style="background-color:#998E12">Inner text</div>

This div background color is #998E12.


Border color

.myBorderColor { border: 1px solid #998E12; }

<div style="border:3px solid #998E12">Div</div>

This div border color is #998E12.


Opacity

.myOpacity80 { color: #998E12; opacity: 0.8; }

<p style="color:#998E12;opacity:0.8;">80%</p>

Text with #998E12 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 #998E12;}

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

This text has shadow with #998E12 color.

.textShadow {text-shadow: 3px 3px 1px #998E12, 3px 3px 1px red;}

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

This text has shadow with #998E12 primary color and red secondary color.


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

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

This text has shadow with #998E12 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998E12 on black background.


Color preview on white background

This text has color #998E12 on white background.



Black color preview on #998E12 background

This text has black color on #998E12 background.


White color preview on #998E12 background

This text has white color on #998E12 background.