COLOR #98A448

HEX: #98A448
RGB: (152,164,72)

Color info

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

RGB color model

#98A448 color RGB value is (152,164,72).

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

RGB channels and saturation

R 152 of 255 = 60%
G 164 of 255 = 64%
B 72 of 255 = 28%

152
164
72

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

Portions of RGB colors in percentages

R + G + B =
152 + 164 + 72 = 388 (100%)
R 152 of 388 ~ 39.18%
G 164 of 388 ~ 42.27%
B 72 of 388 ~ 18.56%

%39.18
%42.27
%18.56

CMYK color model

#98A448 color CMYK value is (7,0,56,36).

  • cyan value is 7.32%
  • magenta value is 0.00%
  • yellow value is 56.10%
  • key color value is 35.69%
CMYK:
(7,0,56,36)
C7M0Y56K36 
(7%,0%,56%,36%)
(0.07/0.00/0.56/0.36)	

CMYK percentages

%7.32
%0
%56.1
%35.69

Codes

Color #98A448 in popluar color models

98A448
RGB15216472
HSL68°38.98%46.27%
HSB/HSV68°56.10%64.31%
CMYK7.32%0.00%56.10%
35.69%

Color #98A448 in popluar number systems.

HEX98A448
Decimal15216472
Binary10011000101001001001000
Octal230244110

Shades and tints

Shades of #98A448

#98A448
(152,164,72)
#8B9642
(139,150,66)
#7E883C
(126,136,60)
#717A36
(113,122,54)
#646C30
(100,108,48)
#575E2A
(87,94,42)
#4A5024
(74,80,36)
#3D421E
(61,66,30)
#303418
(48,52,24)
#232612
(35,38,18)
#16180C
(22,24,12)
#000000
(0,0,0)

Tints of #98A448

#98A448
(152,164,72)
#A1AC58
(161,172,88)
#AAB468
(170,180,104)
#B3BC78
(179,188,120)
#BCC488
(188,196,136)
#C5CC98
(197,204,152)
#CED4A8
(206,212,168)
#D7DCB8
(215,220,184)
#E0E4C8
(224,228,200)
#E9ECD8
(233,236,216)
#F2F4E8
(242,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98A448; }

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

This text font color is #98A448.


Background Color

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

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

This div background color is #98A448.


Border color

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

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

This div border color is #98A448.


Opacity

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

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

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

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

This text has shadow with #98A448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A448 on black background.


Color preview on white background

This text has color #98A448 on white background.



Black color preview on #98A448 background

This text has black color on #98A448 background.


White color preview on #98A448 background

This text has white color on #98A448 background.