COLOR #998A60

HEX: #998A60
RGB: (153,138,96)

Color info

#998A60 contains red, green and blue colors in about the same proportion. Web safe color of #998A60 is #999966 (or #996).

RGB color model

#998A60 color RGB value is (153,138,96).

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

RGB channels and saturation

R 153 of 255 = 60%
G 138 of 255 = 54%
B 96 of 255 = 38%

153
138
96

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

Portions of RGB colors in percentages

R + G + B =
153 + 138 + 96 = 387 (100%)
R 153 of 387 ~ 39.53%
G 138 of 387 ~ 35.66%
B 96 of 387 ~ 24.81%

%39.53
%35.66
%24.81

CMYK color model

#998A60 color CMYK value is (0,10,37,40).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 37.25%
  • key color value is 40.00%
CMYK:
(0,10,37,40)
C0M10Y37K40 
(0%,10%,37%,40%)
(0.00/0.10/0.37/0.40)	

CMYK percentages

%0
%9.8
%37.25
%40

Codes

Color #998A60 in popluar color models

998A60
RGB15313896
HSL44°22.89%48.82%
HSB/HSV44°37.25%60.00%
CMYK0.00%9.80%37.25%
40.00%

Color #998A60 in popluar number systems.

HEX998A60
Decimal15313896
Binary10011001100010101100000
Octal231212140

Shades and tints

Shades of #998A60

#998A60
(153,138,96)
#8C7E58
(140,126,88)
#7F7250
(127,114,80)
#726648
(114,102,72)
#655A40
(101,90,64)
#584E38
(88,78,56)
#4B4230
(75,66,48)
#3E3628
(62,54,40)
#312A20
(49,42,32)
#241E18
(36,30,24)
#171210
(23,18,16)
#000000
(0,0,0)

Tints of #998A60

#998A60
(153,138,96)
#A2946E
(162,148,110)
#AB9E7C
(171,158,124)
#B4A88A
(180,168,138)
#BDB298
(189,178,152)
#C6BCA6
(198,188,166)
#CFC6B4
(207,198,180)
#D8D0C2
(216,208,194)
#E1DAD0
(225,218,208)
#EAE4DE
(234,228,222)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998A60; }

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

This text font color is #998A60.


Background Color

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

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

This div background color is #998A60.


Border color

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

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

This div border color is #998A60.


Opacity

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

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

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

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

This text has shadow with #998A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998A60 on black background.


Color preview on white background

This text has color #998A60 on white background.



Black color preview on #998A60 background

This text has black color on #998A60 background.


White color preview on #998A60 background

This text has white color on #998A60 background.