COLOR #998D14

HEX: #998D14
RGB: (153,141,20)

Color info

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

RGB color model

#998D14 color RGB value is (153,141,20).

  • red value is 153;
  • green value is 141;
  • blue value is 20.
RGB:
(153,141,20)
(60%,55%,8%)

RGB channels and saturation

R 153 of 255 = 60%
G 141 of 255 = 55%
B 20 of 255 = 8%

153
141
20

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

Portions of RGB colors in percentages

R + G + B =
153 + 141 + 20 = 314 (100%)
R 153 of 314 ~ 48.73%
G 141 of 314 ~ 44.9%
B 20 of 314 ~ 6.37%

%48.73
%44.9

CMYK color model

#998D14 color CMYK value is (0,8,87,40).

  • cyan value is 0.00%
  • magenta value is 7.84%
  • yellow value is 86.93%
  • key color value is 40.00%
CMYK:
(0,8,87,40)
C0M8Y87K40 
(0%,8%,87%,40%)
(0.00/0.08/0.87/0.40)	

CMYK percentages

%0
%7.84
%86.93
%40

Codes

Color #998D14 in popluar color models

998D14
RGB15314120
HSL55°76.88%33.92%
HSB/HSV55°86.93%60.00%
CMYK0.00%7.84%86.93%
40.00%

Color #998D14 in popluar number systems.

HEX998D14
Decimal15314120
Binary100110011000110110100
Octal23121524

Shades and tints

Shades of #998D14

#998D14
(153,141,20)
#8C8113
(140,129,19)
#7F7512
(127,117,18)
#726911
(114,105,17)
#655D10
(101,93,16)
#58510F
(88,81,15)
#4B450E
(75,69,14)
#3E390D
(62,57,13)
#312D0C
(49,45,12)
#24210B
(36,33,11)
#17150A
(23,21,10)
#000000
(0,0,0)

Tints of #998D14

#998D14
(153,141,20)
#A29729
(162,151,41)
#ABA13E
(171,161,62)
#B4AB53
(180,171,83)
#BDB568
(189,181,104)
#C6BF7D
(198,191,125)
#CFC992
(207,201,146)
#D8D3A7
(216,211,167)
#E1DDBC
(225,221,188)
#EAE7D1
(234,231,209)
#F3F1E6
(243,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998D14 color. Also use rgb(153,141,20) instead hex code.

Text Font Color

.myTextColor { color: #998D14; }

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

This text font color is #998D14.


Background Color

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

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

This div background color is #998D14.


Border color

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

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

This div border color is #998D14.


Opacity

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

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

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

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

This text has shadow with #998D14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998D14 on black background.


Color preview on white background

This text has color #998D14 on white background.



Black color preview on #998D14 background

This text has black color on #998D14 background.


White color preview on #998D14 background

This text has white color on #998D14 background.