COLOR #98A570

HEX: #98A570
RGB: (152,165,112)

Color info

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

RGB color model

#98A570 color RGB value is (152,165,112).

  • red value is 152;
  • green value is 165;
  • blue value is 112.
RGB:
(152,165,112)
(60%,65%,44%)

RGB channels and saturation

R 152 of 255 = 60%
G 165 of 255 = 65%
B 112 of 255 = 44%

152
165
112

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

Portions of RGB colors in percentages

R + G + B =
152 + 165 + 112 = 429 (100%)
R 152 of 429 ~ 35.43%
G 165 of 429 ~ 38.46%
B 112 of 429 ~ 26.11%

%35.43
%38.46
%26.11

CMYK color model

#98A570 color CMYK value is (8,0,32,35).

  • cyan value is 7.88%
  • magenta value is 0.00%
  • yellow value is 32.12%
  • key color value is 35.29%
CMYK:
(8,0,32,35)
C8M0Y32K35 
(8%,0%,32%,35%)
(0.08/0.00/0.32/0.35)	

CMYK percentages

%7.88
%0
%32.12
%35.29

Codes

Color #98A570 in popluar color models

98A570
RGB152165112
HSL75°22.75%54.31%
HSB/HSV75°32.12%64.71%
CMYK7.88%0.00%32.12%
35.29%

Color #98A570 in popluar number systems.

HEX98A570
Decimal152165112
Binary10011000101001011110000
Octal230245160

Shades and tints

Shades of #98A570

#98A570
(152,165,112)
#8B9666
(139,150,102)
#7E875C
(126,135,92)
#717852
(113,120,82)
#646948
(100,105,72)
#575A3E
(87,90,62)
#4A4B34
(74,75,52)
#3D3C2A
(61,60,42)
#302D20
(48,45,32)
#231E16
(35,30,22)
#160F0C
(22,15,12)
#000000
(0,0,0)

Tints of #98A570

#98A570
(152,165,112)
#A1AD7D
(161,173,125)
#AAB58A
(170,181,138)
#B3BD97
(179,189,151)
#BCC5A4
(188,197,164)
#C5CDB1
(197,205,177)
#CED5BE
(206,213,190)
#D7DDCB
(215,221,203)
#E0E5D8
(224,229,216)
#E9EDE5
(233,237,229)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A570 color. Also use rgb(152,165,112) instead hex code.

Text Font Color

.myTextColor { color: #98A570; }

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

This text font color is #98A570.


Background Color

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

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

This div background color is #98A570.


Border color

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

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

This div border color is #98A570.


Opacity

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

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

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

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

This text has shadow with #98A570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A570 on black background.


Color preview on white background

This text has color #98A570 on white background.



Black color preview on #98A570 background

This text has black color on #98A570 background.


White color preview on #98A570 background

This text has white color on #98A570 background.