COLOR #998139

HEX: #998139
RGB: (153,129,57)

Color info

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

RGB color model

#998139 color RGB value is (153,129,57).

  • red value is 153;
  • green value is 129;
  • blue value is 57.
RGB:
(153,129,57)
(60%,51%,22%)

RGB channels and saturation

R 153 of 255 = 60%
G 129 of 255 = 51%
B 57 of 255 = 22%

153
129
57

R + G + B ~ 44%. #998139 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 129 + 57 = 339 (100%)
R 153 of 339 ~ 45.13%
G 129 of 339 ~ 38.05%
B 57 of 339 ~ 16.81%

%45.13
%38.05
%16.81

CMYK color model

#998139 color CMYK value is (0,16,63,40).

  • cyan value is 0.00%
  • magenta value is 15.69%
  • yellow value is 62.75%
  • key color value is 40.00%
CMYK:
(0,16,63,40)
C0M16Y63K40 
(0%,16%,63%,40%)
(0.00/0.16/0.63/0.40)	

CMYK percentages

%0
%15.69
%62.75
%40

Codes

Color #998139 in popluar color models

998139
RGB15312957
HSL45°45.71%41.18%
HSB/HSV45°62.75%60.00%
CMYK0.00%15.69%62.75%
40.00%

Color #998139 in popluar number systems.

HEX998139
Decimal15312957
Binary1001100110000001111001
Octal23120171

Shades and tints

Shades of #998139

#998139
(153,129,57)
#8C7634
(140,118,52)
#7F6B2F
(127,107,47)
#72602A
(114,96,42)
#655525
(101,85,37)
#584A20
(88,74,32)
#4B3F1B
(75,63,27)
#3E3416
(62,52,22)
#312911
(49,41,17)
#241E0C
(36,30,12)
#171307
(23,19,7)
#000000
(0,0,0)

Tints of #998139

#998139
(153,129,57)
#A28C4B
(162,140,75)
#AB975D
(171,151,93)
#B4A26F
(180,162,111)
#BDAD81
(189,173,129)
#C6B893
(198,184,147)
#CFC3A5
(207,195,165)
#D8CEB7
(216,206,183)
#E1D9C9
(225,217,201)
#EAE4DB
(234,228,219)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998139 color. Also use rgb(153,129,57) instead hex code.

Text Font Color

.myTextColor { color: #998139; }

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

This text font color is #998139.


Background Color

.myBgColor { background-color: #998139; }

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

This div background color is #998139.


Border color

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

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

This div border color is #998139.


Opacity

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

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

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

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

This text has shadow with #998139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998139 on black background.


Color preview on white background

This text has color #998139 on white background.



Black color preview on #998139 background

This text has black color on #998139 background.


White color preview on #998139 background

This text has white color on #998139 background.