COLOR #98A382

HEX: #98A382 RGB: (152,163,130)

Color info

#98A382 contains red, green and blue colors in about the same proportion. Web safe color of #98A382 is #999999 (or #999).

RGB color model

#98A382 color RGB value is (152,163,130).

RGB: (152,163,130) (60%, 64%, 51%)

RGB channels and saturation

R 152 of 255 = 60%
G 163 of 255 = 64%
B 130 of 255 = 51%

152
163
130

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

Portions of RGB colors in percentages

R + G + B = 152 + 163 + 130 = 445 (100%)
R 152 of 445 ~ 34.16%
G 163 of 445 ~ 36.63%
B 130 of 445 ~ 29.21'%

%34.16
%36.63
%29.21

CMYK color model

#98A382 color CMYK value is (7,0,20,36).

  • cyan value is 6.75%
  • magenta value is 0.00%
  • yellow value is 20.25%
  • key color value is 36.08%

CMYK: (7,0,20,36)
C7M0Y20K36 (7%, 0%, 20%, 36%)
(0.07 / 0.00 / 0.20 / 0.36)

CMYK percentages

%6.75
%0
%20.25
%36.08

Codes

Color #98A382 in popluar color models

98 A3 82
RGB 152 163 130
HSL 80° 15.21% 57.45%
HSB/HSV 80° 20.25% 63.92%
CMYK 6.75% 0.00% 20.25%
36.08%

Color #98A382 in popluar number systems.

HEX 98 A3 82
Decimal 152 163 130
Binary 10011000 10100011 10000010
Octal 230 243 202

Shades and tints

Shades of #98A382

#98A382
(152,163,130)
#8B9577
(139,149,119)
#7E876C
(126,135,108)
#717961
(113,121,97)
#646B56
(100,107,86)
#575D4B
(87,93,75)
#4A4F40
(74,79,64)
#3D4135
(61,65,53)
#30332A
(48,51,42)
#23251F
(35,37,31)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #98A382

#98A382
(152,163,130)
#A1AB8D
(161,171,141)
#AAB398
(170,179,152)
#B3BBA3
(179,187,163)
#BCC3AE
(188,195,174)
#C5CBB9
(197,203,185)
#CED3C4
(206,211,196)
#D7DBCF
(215,219,207)
#E0E3DA
(224,227,218)
#E9EBE5
(233,235,229)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A382 color. Also use rgb(152,163,130) instead hex code.

Text Font Color

.myTextColor { color: #98A382; }

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

This text font color is #98A382.

Background Color

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

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

This div background color is #98A382.

Border color

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

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

This div border color is #98A382.

Opacity

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

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

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

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

This text has shadow with #98A382 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98A382.

Preview

Color preview on black background

This text has color #98A382 on black background.


Color preview on white background

This text has color #98A382 on white background.


Black color preview on #98A382 background

This text has black color on #98A382 background.


White color preview on #98A382 background

This text has white color on #98A382 background.


Related colors

Complementary color

Complementary color for #hex is #675C7D.


I love getcolorcode.com

Triadic colors

1 #8298A3 and #A38298 with #98A382 are triadic colors.

2 #82A398 and #A39882 with #98A382 are triadic colors.