COLOR #98A480

HEX: #98A480
RGB: (152,164,128)

Color info

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

RGB color model

#98A480 color RGB value is (152,164,128).

  • red value is 152;
  • green value is 164;
  • blue value is 128.
RGB:
(152,164,128)
(60%,64%,50%)

RGB channels and saturation

R 152 of 255 = 60%
G 164 of 255 = 64%
B 128 of 255 = 50%

152
164
128

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

Portions of RGB colors in percentages

R + G + B =
152 + 164 + 128 = 444 (100%)
R 152 of 444 ~ 34.23%
G 164 of 444 ~ 36.94%
B 128 of 444 ~ 28.83%

%34.23
%36.94
%28.83

CMYK color model

#98A480 color CMYK value is (7,0,22,36).

  • cyan value is 7.32%
  • magenta value is 0.00%
  • yellow value is 21.95%
  • key color value is 35.69%
CMYK:
(7,0,22,36)
C7M0Y22K36 
(7%,0%,22%,36%)
(0.07/0.00/0.22/0.36)	

CMYK percentages

%7.32
%0
%21.95
%35.69

Codes

Color #98A480 in popluar color models

98A480
RGB152164128
HSL80°16.51%57.25%
HSB/HSV80°21.95%64.31%
CMYK7.32%0.00%21.95%
35.69%

Color #98A480 in popluar number systems.

HEX98A480
Decimal152164128
Binary100110001010010010000000
Octal230244200

Shades and tints

Shades of #98A480

#98A480
(152,164,128)
#8B9675
(139,150,117)
#7E886A
(126,136,106)
#717A5F
(113,122,95)
#646C54
(100,108,84)
#575E49
(87,94,73)
#4A503E
(74,80,62)
#3D4233
(61,66,51)
#303428
(48,52,40)
#23261D
(35,38,29)
#161812
(22,24,18)
#000000
(0,0,0)

Tints of #98A480

#98A480
(152,164,128)
#A1AC8B
(161,172,139)
#AAB496
(170,180,150)
#B3BCA1
(179,188,161)
#BCC4AC
(188,196,172)
#C5CCB7
(197,204,183)
#CED4C2
(206,212,194)
#D7DCCD
(215,220,205)
#E0E4D8
(224,228,216)
#E9ECE3
(233,236,227)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A480 color. Also use rgb(152,164,128) instead hex code.

Text Font Color

.myTextColor { color: #98A480; }

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

This text font color is #98A480.


Background Color

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

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

This div background color is #98A480.


Border color

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

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

This div border color is #98A480.


Opacity

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

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

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

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

This text has shadow with #98A480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A480 on black background.


Color preview on white background

This text has color #98A480 on white background.



Black color preview on #98A480 background

This text has black color on #98A480 background.


White color preview on #98A480 background

This text has white color on #98A480 background.