COLOR #98A44D

HEX: #98A44D
RGB: (152,164,77)

Color info

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

RGB color model

#98A44D color RGB value is (152,164,77).

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

RGB channels and saturation

R 152 of 255 = 60%
G 164 of 255 = 64%
B 77 of 255 = 30%

152
164
77

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

Portions of RGB colors in percentages

R + G + B =
152 + 164 + 77 = 393 (100%)
R 152 of 393 ~ 38.68%
G 164 of 393 ~ 41.73%
B 77 of 393 ~ 19.59%

%38.68
%41.73
%19.59

CMYK color model

#98A44D color CMYK value is (7,0,53,36).

  • cyan value is 7.32%
  • magenta value is 0.00%
  • yellow value is 53.05%
  • key color value is 35.69%
CMYK:
(7,0,53,36)
C7M0Y53K36 
(7%,0%,53%,36%)
(0.07/0.00/0.53/0.36)	

CMYK percentages

%7.32
%0
%53.05
%35.69

Codes

Color #98A44D in popluar color models

98A44D
RGB15216477
HSL68°36.10%47.25%
HSB/HSV68°53.05%64.31%
CMYK7.32%0.00%53.05%
35.69%

Color #98A44D in popluar number systems.

HEX98A44D
Decimal15216477
Binary10011000101001001001101
Octal230244115

Shades and tints

Shades of #98A44D

#98A44D
(152,164,77)
#8B9646
(139,150,70)
#7E883F
(126,136,63)
#717A38
(113,122,56)
#646C31
(100,108,49)
#575E2A
(87,94,42)
#4A5023
(74,80,35)
#3D421C
(61,66,28)
#303415
(48,52,21)
#23260E
(35,38,14)
#161807
(22,24,7)
#000000
(0,0,0)

Tints of #98A44D

#98A44D
(152,164,77)
#A1AC5D
(161,172,93)
#AAB46D
(170,180,109)
#B3BC7D
(179,188,125)
#BCC48D
(188,196,141)
#C5CC9D
(197,204,157)
#CED4AD
(206,212,173)
#D7DCBD
(215,220,189)
#E0E4CD
(224,228,205)
#E9ECDD
(233,236,221)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98A44D; }

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

This text font color is #98A44D.


Background Color

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

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

This div background color is #98A44D.


Border color

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

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

This div border color is #98A44D.


Opacity

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

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

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

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

This text has shadow with #98A44D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A44D on black background.


Color preview on white background

This text has color #98A44D on white background.



Black color preview on #98A44D background

This text has black color on #98A44D background.


White color preview on #98A44D background

This text has white color on #98A44D background.