COLOR #998A4A

HEX: #998A4A
RGB: (153,138,74)

Color info

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

RGB color model

#998A4A color RGB value is (153,138,74).

  • red value is 153;
  • green value is 138;
  • blue value is 74.
RGB:
(153,138,74)
(60%,54%,29%)

RGB channels and saturation

R 153 of 255 = 60%
G 138 of 255 = 54%
B 74 of 255 = 29%

153
138
74

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

Portions of RGB colors in percentages

R + G + B =
153 + 138 + 74 = 365 (100%)
R 153 of 365 ~ 41.92%
G 138 of 365 ~ 37.81%
B 74 of 365 ~ 20.27%

%41.92
%37.81
%20.27

CMYK color model

#998A4A color CMYK value is (0,10,52,40).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 51.63%
  • key color value is 40.00%
CMYK:
(0,10,52,40)
C0M10Y52K40 
(0%,10%,52%,40%)
(0.00/0.10/0.52/0.40)	

CMYK percentages

%0
%9.8
%51.63
%40

Codes

Color #998A4A in popluar color models

998A4A
RGB15313874
HSL49°34.80%44.51%
HSB/HSV49°51.63%60.00%
CMYK0.00%9.80%51.63%
40.00%

Color #998A4A in popluar number systems.

HEX998A4A
Decimal15313874
Binary10011001100010101001010
Octal231212112

Shades and tints

Shades of #998A4A

#998A4A
(153,138,74)
#8C7E44
(140,126,68)
#7F723E
(127,114,62)
#726638
(114,102,56)
#655A32
(101,90,50)
#584E2C
(88,78,44)
#4B4226
(75,66,38)
#3E3620
(62,54,32)
#312A1A
(49,42,26)
#241E14
(36,30,20)
#17120E
(23,18,14)
#000000
(0,0,0)

Tints of #998A4A

#998A4A
(153,138,74)
#A2945A
(162,148,90)
#AB9E6A
(171,158,106)
#B4A87A
(180,168,122)
#BDB28A
(189,178,138)
#C6BC9A
(198,188,154)
#CFC6AA
(207,198,170)
#D8D0BA
(216,208,186)
#E1DACA
(225,218,202)
#EAE4DA
(234,228,218)
#F3EEEA
(243,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998A4A color. Also use rgb(153,138,74) instead hex code.

Text Font Color

.myTextColor { color: #998A4A; }

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

This text font color is #998A4A.


Background Color

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

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

This div background color is #998A4A.


Border color

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

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

This div border color is #998A4A.


Opacity

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

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

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

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

This text has shadow with #998A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998A4A on black background.


Color preview on white background

This text has color #998A4A on white background.



Black color preview on #998A4A background

This text has black color on #998A4A background.


White color preview on #998A4A background

This text has white color on #998A4A background.