COLOR #98A067

HEX: #98A067
RGB: (152,160,103)

Color info

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

RGB color model

#98A067 color RGB value is (152,160,103).

  • red value is 152;
  • green value is 160;
  • blue value is 103.
RGB:
(152,160,103)
(60%,63%,40%)

RGB channels and saturation

R 152 of 255 = 60%
G 160 of 255 = 63%
B 103 of 255 = 40%

152
160
103

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

Portions of RGB colors in percentages

R + G + B =
152 + 160 + 103 = 415 (100%)
R 152 of 415 ~ 36.63%
G 160 of 415 ~ 38.55%
B 103 of 415 ~ 24.82%

%36.63
%38.55
%24.82

CMYK color model

#98A067 color CMYK value is (5,0,36,37).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 35.63%
  • key color value is 37.25%
CMYK:
(5,0,36,37)
C5M0Y36K37 
(5%,0%,36%,37%)
(0.05/0.00/0.36/0.37)	

CMYK percentages

%5
%0
%35.63
%37.25

Codes

Color #98A067 in popluar color models

98A067
RGB152160103
HSL68°23.08%51.57%
HSB/HSV68°35.63%62.75%
CMYK5.00%0.00%35.63%
37.25%

Color #98A067 in popluar number systems.

HEX98A067
Decimal152160103
Binary10011000101000001100111
Octal230240147

Shades and tints

Shades of #98A067

#98A067
(152,160,103)
#8B925E
(139,146,94)
#7E8455
(126,132,85)
#71764C
(113,118,76)
#646843
(100,104,67)
#575A3A
(87,90,58)
#4A4C31
(74,76,49)
#3D3E28
(61,62,40)
#30301F
(48,48,31)
#232216
(35,34,22)
#16140D
(22,20,13)
#000000
(0,0,0)

Tints of #98A067

#98A067
(152,160,103)
#A1A874
(161,168,116)
#AAB081
(170,176,129)
#B3B88E
(179,184,142)
#BCC09B
(188,192,155)
#C5C8A8
(197,200,168)
#CED0B5
(206,208,181)
#D7D8C2
(215,216,194)
#E0E0CF
(224,224,207)
#E9E8DC
(233,232,220)
#F2F0E9
(242,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A067 color. Also use rgb(152,160,103) instead hex code.

Text Font Color

.myTextColor { color: #98A067; }

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

This text font color is #98A067.


Background Color

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

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

This div background color is #98A067.


Border color

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

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

This div border color is #98A067.


Opacity

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

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

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

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

This text has shadow with #98A067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A067 on black background.


Color preview on white background

This text has color #98A067 on white background.



Black color preview on #98A067 background

This text has black color on #98A067 background.


White color preview on #98A067 background

This text has white color on #98A067 background.