COLOR #998D1E

HEX: #998D1E
RGB: (153,141,30)

Color info

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

RGB color model

#998D1E color RGB value is (153,141,30).

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

RGB channels and saturation

R 153 of 255 = 60%
G 141 of 255 = 55%
B 30 of 255 = 12%

153
141
30

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

Portions of RGB colors in percentages

R + G + B =
153 + 141 + 30 = 324 (100%)
R 153 of 324 ~ 47.22%
G 141 of 324 ~ 43.52%
B 30 of 324 ~ 9.26%

%47.22
%43.52

CMYK color model

#998D1E color CMYK value is (0,8,80,40).

  • cyan value is 0.00%
  • magenta value is 7.84%
  • yellow value is 80.39%
  • key color value is 40.00%
CMYK:
(0,8,80,40)
C0M8Y80K40 
(0%,8%,80%,40%)
(0.00/0.08/0.80/0.40)	

CMYK percentages

%0
%7.84
%80.39
%40

Codes

Color #998D1E in popluar color models

998D1E
RGB15314130
HSL54°67.21%35.88%
HSB/HSV54°80.39%60.00%
CMYK0.00%7.84%80.39%
40.00%

Color #998D1E in popluar number systems.

HEX998D1E
Decimal15314130
Binary100110011000110111110
Octal23121536

Shades and tints

Shades of #998D1E

#998D1E
(153,141,30)
#8C811C
(140,129,28)
#7F751A
(127,117,26)
#726918
(114,105,24)
#655D16
(101,93,22)
#585114
(88,81,20)
#4B4512
(75,69,18)
#3E3910
(62,57,16)
#312D0E
(49,45,14)
#24210C
(36,33,12)
#17150A
(23,21,10)
#000000
(0,0,0)

Tints of #998D1E

#998D1E
(153,141,30)
#A29732
(162,151,50)
#ABA146
(171,161,70)
#B4AB5A
(180,171,90)
#BDB56E
(189,181,110)
#C6BF82
(198,191,130)
#CFC996
(207,201,150)
#D8D3AA
(216,211,170)
#E1DDBE
(225,221,190)
#EAE7D2
(234,231,210)
#F3F1E6
(243,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998D1E; }

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

This text font color is #998D1E.


Background Color

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

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

This div background color is #998D1E.


Border color

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

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

This div border color is #998D1E.


Opacity

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

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

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

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

This text has shadow with #998D1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998D1E on black background.


Color preview on white background

This text has color #998D1E on white background.



Black color preview on #998D1E background

This text has black color on #998D1E background.


White color preview on #998D1E background

This text has white color on #998D1E background.