COLOR #98A179

HEX: #98A179
RGB: (152,161,121)

Color info

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

RGB color model

#98A179 color RGB value is (152,161,121).

  • red value is 152;
  • green value is 161;
  • blue value is 121.
RGB:
(152,161,121)
(60%,63%,47%)

RGB channels and saturation

R 152 of 255 = 60%
G 161 of 255 = 63%
B 121 of 255 = 47%

152
161
121

R + G + B ~ 57%. #98A179 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 161 + 121 = 434 (100%)
R 152 of 434 ~ 35.02%
G 161 of 434 ~ 37.1%
B 121 of 434 ~ 27.88%

%35.02
%37.1
%27.88

CMYK color model

#98A179 color CMYK value is (6,0,25,37).

  • cyan value is 5.59%
  • magenta value is 0.00%
  • yellow value is 24.84%
  • key color value is 36.86%
CMYK:
(6,0,25,37)
C6M0Y25K37 
(6%,0%,25%,37%)
(0.06/0.00/0.25/0.37)	

CMYK percentages

%5.59
%0
%24.84
%36.86

Codes

Color #98A179 in popluar color models

98A179
RGB152161121
HSL74°17.54%55.29%
HSB/HSV74°24.84%63.14%
CMYK5.59%0.00%24.84%
36.86%

Color #98A179 in popluar number systems.

HEX98A179
Decimal152161121
Binary10011000101000011111001
Octal230241171

Shades and tints

Shades of #98A179

#98A179
(152,161,121)
#8B936E
(139,147,110)
#7E8563
(126,133,99)
#717758
(113,119,88)
#64694D
(100,105,77)
#575B42
(87,91,66)
#4A4D37
(74,77,55)
#3D3F2C
(61,63,44)
#303121
(48,49,33)
#232316
(35,35,22)
#16150B
(22,21,11)
#000000
(0,0,0)

Tints of #98A179

#98A179
(152,161,121)
#A1A985
(161,169,133)
#AAB191
(170,177,145)
#B3B99D
(179,185,157)
#BCC1A9
(188,193,169)
#C5C9B5
(197,201,181)
#CED1C1
(206,209,193)
#D7D9CD
(215,217,205)
#E0E1D9
(224,225,217)
#E9E9E5
(233,233,229)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A179 color. Also use rgb(152,161,121) instead hex code.

Text Font Color

.myTextColor { color: #98A179; }

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

This text font color is #98A179.


Background Color

.myBgColor { background-color: #98A179; }

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

This div background color is #98A179.


Border color

.myBorderColor { border: 1px solid #98A179; }

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

This div border color is #98A179.


Opacity

.myOpacity80 { color: #98A179; opacity: 0.8; }

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

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

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

This text has shadow with #98A179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A179 on black background.


Color preview on white background

This text has color #98A179 on white background.



Black color preview on #98A179 background

This text has black color on #98A179 background.


White color preview on #98A179 background

This text has white color on #98A179 background.