COLOR #998E48

HEX: #998E48
RGB: (153,142,72)

Color info

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

RGB color model

#998E48 color RGB value is (153,142,72).

  • red value is 153;
  • green value is 142;
  • blue value is 72.
RGB:
(153,142,72)
(60%,56%,28%)

RGB channels and saturation

R 153 of 255 = 60%
G 142 of 255 = 56%
B 72 of 255 = 28%

153
142
72

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

Portions of RGB colors in percentages

R + G + B =
153 + 142 + 72 = 367 (100%)
R 153 of 367 ~ 41.69%
G 142 of 367 ~ 38.69%
B 72 of 367 ~ 19.62%

%41.69
%38.69
%19.62

CMYK color model

#998E48 color CMYK value is (0,7,53,40).

  • cyan value is 0.00%
  • magenta value is 7.19%
  • yellow value is 52.94%
  • key color value is 40.00%
CMYK:
(0,7,53,40)
C0M7Y53K40 
(0%,7%,53%,40%)
(0.00/0.07/0.53/0.40)	

CMYK percentages

%0
%7.19
%52.94
%40

Codes

Color #998E48 in popluar color models

998E48
RGB15314272
HSL52°36.00%44.12%
HSB/HSV52°52.94%60.00%
CMYK0.00%7.19%52.94%
40.00%

Color #998E48 in popluar number systems.

HEX998E48
Decimal15314272
Binary10011001100011101001000
Octal231216110

Shades and tints

Shades of #998E48

#998E48
(153,142,72)
#8C8242
(140,130,66)
#7F763C
(127,118,60)
#726A36
(114,106,54)
#655E30
(101,94,48)
#58522A
(88,82,42)
#4B4624
(75,70,36)
#3E3A1E
(62,58,30)
#312E18
(49,46,24)
#242212
(36,34,18)
#17160C
(23,22,12)
#000000
(0,0,0)

Tints of #998E48

#998E48
(153,142,72)
#A29858
(162,152,88)
#ABA268
(171,162,104)
#B4AC78
(180,172,120)
#BDB688
(189,182,136)
#C6C098
(198,192,152)
#CFCAA8
(207,202,168)
#D8D4B8
(216,212,184)
#E1DEC8
(225,222,200)
#EAE8D8
(234,232,216)
#F3F2E8
(243,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998E48 color. Also use rgb(153,142,72) instead hex code.

Text Font Color

.myTextColor { color: #998E48; }

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

This text font color is #998E48.


Background Color

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

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

This div background color is #998E48.


Border color

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

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

This div border color is #998E48.


Opacity

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

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

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

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

This text has shadow with #998E48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998E48 on black background.


Color preview on white background

This text has color #998E48 on white background.



Black color preview on #998E48 background

This text has black color on #998E48 background.


White color preview on #998E48 background

This text has white color on #998E48 background.