COLOR #998D59

HEX: #998D59
RGB: (153,141,89)

Color info

#998D59 contains mainly red and green colors. Web safe color of #998D59 is #999966 (or #996).

RGB color model

#998D59 color RGB value is (153,141,89).

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

RGB channels and saturation

R 153 of 255 = 60%
G 141 of 255 = 55%
B 89 of 255 = 35%

153
141
89

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

Portions of RGB colors in percentages

R + G + B =
153 + 141 + 89 = 383 (100%)
R 153 of 383 ~ 39.95%
G 141 of 383 ~ 36.81%
B 89 of 383 ~ 23.24%

%39.95
%36.81
%23.24

CMYK color model

#998D59 color CMYK value is (0,8,42,40).

  • cyan value is 0.00%
  • magenta value is 7.84%
  • yellow value is 41.83%
  • key color value is 40.00%
CMYK:
(0,8,42,40)
C0M8Y42K40 
(0%,8%,42%,40%)
(0.00/0.08/0.42/0.40)	

CMYK percentages

%0
%7.84
%41.83
%40

Codes

Color #998D59 in popluar color models

998D59
RGB15314189
HSL49°26.45%47.45%
HSB/HSV49°41.83%60.00%
CMYK0.00%7.84%41.83%
40.00%

Color #998D59 in popluar number systems.

HEX998D59
Decimal15314189
Binary10011001100011011011001
Octal231215131

Shades and tints

Shades of #998D59

#998D59
(153,141,89)
#8C8151
(140,129,81)
#7F7549
(127,117,73)
#726941
(114,105,65)
#655D39
(101,93,57)
#585131
(88,81,49)
#4B4529
(75,69,41)
#3E3921
(62,57,33)
#312D19
(49,45,25)
#242111
(36,33,17)
#171509
(23,21,9)
#000000
(0,0,0)

Tints of #998D59

#998D59
(153,141,89)
#A29768
(162,151,104)
#ABA177
(171,161,119)
#B4AB86
(180,171,134)
#BDB595
(189,181,149)
#C6BFA4
(198,191,164)
#CFC9B3
(207,201,179)
#D8D3C2
(216,211,194)
#E1DDD1
(225,221,209)
#EAE7E0
(234,231,224)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998D59; }

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

This text font color is #998D59.


Background Color

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

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

This div background color is #998D59.


Border color

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

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

This div border color is #998D59.


Opacity

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

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

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

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

This text has shadow with #998D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998D59 on black background.


Color preview on white background

This text has color #998D59 on white background.



Black color preview on #998D59 background

This text has black color on #998D59 background.


White color preview on #998D59 background

This text has white color on #998D59 background.