COLOR #98A075

HEX: #98A075 RGB: (152,160,117)

Color info

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

RGB color model

#98A075 color RGB value is (152,160,117).

RGB: (152,160,117) (60%, 63%, 46%)

RGB channels and saturation

R 152 of 255 = 60%
G 160 of 255 = 63%
B 117 of 255 = 46%

152
160
117

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

Portions of RGB colors in percentages

R + G + B = 152 + 160 + 117 = 429 (100%)
R 152 of 429 ~ 35.43%
G 160 of 429 ~ 37.3%
B 117 of 429 ~ 27.27'%

%35.43
%37.3
%27.27

CMYK color model

#98A075 color CMYK value is (5,0,27,37).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 26.88%
  • key color value is 37.25%

CMYK: (5,0,27,37)
C5M0Y27K37 (5%, 0%, 27%, 37%)
(0.05 / 0.00 / 0.27 / 0.37)

CMYK percentages

%5
%0
%26.88
%37.25

Codes

Color #98A075 in popluar color models

98 A0 75
RGB 152 160 117
HSL 71° 18.45% 54.31%
HSB/HSV 71° 26.88% 62.75%
CMYK 5.00% 0.00% 26.88%
37.25%

Color #98A075 in popluar number systems.

HEX 98 A0 75
Decimal 152 160 117
Binary 10011000 10100000 1110101
Octal 230 240 165

Shades and tints

Shades of #98A075

#98A075
(152,160,117)
#8B926B
(139,146,107)
#7E8461
(126,132,97)
#717657
(113,118,87)
#64684D
(100,104,77)
#575A43
(87,90,67)
#4A4C39
(74,76,57)
#3D3E2F
(61,62,47)
#303025
(48,48,37)
#23221B
(35,34,27)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #98A075

#98A075
(152,160,117)
#A1A881
(161,168,129)
#AAB08D
(170,176,141)
#B3B899
(179,184,153)
#BCC0A5
(188,192,165)
#C5C8B1
(197,200,177)
#CED0BD
(206,208,189)
#D7D8C9
(215,216,201)
#E0E0D5
(224,224,213)
#E9E8E1
(233,232,225)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98A075; }

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

This text font color is #98A075.

Background Color

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

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

This div background color is #98A075.

Border color

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

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

This div border color is #98A075.

Opacity

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

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

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

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

This text has shadow with #98A075 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98A075.

Preview

Color preview on black background

This text has color #98A075 on black background.


Color preview on white background

This text has color #98A075 on white background.


Black color preview on #98A075 background

This text has black color on #98A075 background.


White color preview on #98A075 background

This text has white color on #98A075 background.


Related colors

Complementary color

Complementary color for #hex is #675F8A.


I love getcolorcode.com

Triadic colors

1 #7598A0 and #A07598 with #98A075 are triadic colors.

2 #75A098 and #A09875 with #98A075 are triadic colors.