COLOR #998009

HEX: #998009
RGB: (153,128,9)

Color info

#998009 contains mainly red and green colors. Web safe color of #998009 is #996600 (or #960).

RGB color model

#998009 color RGB value is (153,128,9).

  • red value is 153;
  • green value is 128;
  • blue value is 9.
RGB:
(153,128,9)
(60%,50%,4%)

RGB channels and saturation

R 153 of 255 = 60%
G 128 of 255 = 50%
B 9 of 255 = 4%

153
128
9

R + G + B ~ 38%. #998009 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 128 + 9 = 290 (100%)
R 153 of 290 ~ 52.76%
G 128 of 290 ~ 44.14%
B 9 of 290 ~ 3.1%

%52.76
%44.14

CMYK color model

#998009 color CMYK value is (0,16,94,40).

  • cyan value is 0.00%
  • magenta value is 16.34%
  • yellow value is 94.12%
  • key color value is 40.00%
CMYK:
(0,16,94,40)
C0M16Y94K40 
(0%,16%,94%,40%)
(0.00/0.16/0.94/0.40)	

CMYK percentages

%0
%16.34
%94.12
%40

Codes

Color #998009 in popluar color models

998009
RGB1531289
HSL50°88.89%31.76%
HSB/HSV50°94.12%60.00%
CMYK0.00%16.34%94.12%
40.00%

Color #998009 in popluar number systems.

HEX998009
Decimal1531289
Binary10011001100000001001
Octal23120011

Shades and tints

Shades of #998009

#998009
(153,128,9)
#8C7509
(140,117,9)
#7F6A09
(127,106,9)
#725F09
(114,95,9)
#655409
(101,84,9)
#584909
(88,73,9)
#4B3E09
(75,62,9)
#3E3309
(62,51,9)
#312809
(49,40,9)
#241D09
(36,29,9)
#171209
(23,18,9)
#000000
(0,0,0)

Tints of #998009

#998009
(153,128,9)
#A28B1F
(162,139,31)
#AB9635
(171,150,53)
#B4A14B
(180,161,75)
#BDAC61
(189,172,97)
#C6B777
(198,183,119)
#CFC28D
(207,194,141)
#D8CDA3
(216,205,163)
#E1D8B9
(225,216,185)
#EAE3CF
(234,227,207)
#F3EEE5
(243,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998009 color. Also use rgb(153,128,9) instead hex code.

Text Font Color

.myTextColor { color: #998009; }

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

This text font color is #998009.


Background Color

.myBgColor { background-color: #998009; }

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

This div background color is #998009.


Border color

.myBorderColor { border: 1px solid #998009; }

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

This div border color is #998009.


Opacity

.myOpacity80 { color: #998009; opacity: 0.8; }

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

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

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

This text has shadow with #998009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998009 on black background.


Color preview on white background

This text has color #998009 on white background.



Black color preview on #998009 background

This text has black color on #998009 background.


White color preview on #998009 background

This text has white color on #998009 background.