COLOR #988A79

HEX: #988A79 RGB: (152,138,121)

Color info

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

RGB color model

#988A79 color RGB value is (152,138,121).

RGB: (152,138,121) (60%, 54%, 47%)

RGB channels and saturation

R 152 of 255 = 60%
G 138 of 255 = 54%
B 121 of 255 = 47%

152
138
121

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

Portions of RGB colors in percentages

R + G + B = 152 + 138 + 121 = 411 (100%)
R 152 of 411 ~ 36.98%
G 138 of 411 ~ 33.58%
B 121 of 411 ~ 29.44'%

%36.98
%33.58
%29.44

CMYK color model

#988A79 color CMYK value is (0,9,20,40).

  • cyan value is 0.00%
  • magenta value is 9.21%
  • yellow value is 20.39%
  • key color value is 40.39%

CMYK: (0,9,20,40)
C0M9Y20K40 (0%, 9%, 20%, 40%)
(0.00 / 0.09 / 0.20 / 0.40)

CMYK percentages

%0
%9.21
%20.39
%40.39

Codes

Color #988A79 in popluar color models

98 8A 79
RGB 152 138 121
HSL 33° 13.08% 53.53%
HSB/HSV 33° 20.39% 59.61%
CMYK 0.00% 9.21% 20.39%
40.39%

Color #988A79 in popluar number systems.

HEX 98 8A 79
Decimal 152 138 121
Binary 10011000 10001010 1111001
Octal 230 212 171

Shades and tints

Shades of #988A79

#988A79
(152,138,121)
#8B7E6E
(139,126,110)
#7E7263
(126,114,99)
#716658
(113,102,88)
#645A4D
(100,90,77)
#574E42
(87,78,66)
#4A4237
(74,66,55)
#3D362C
(61,54,44)
#302A21
(48,42,33)
#231E16
(35,30,22)
#16120B
(22,18,11)
#000000
(0,0,0)

Tints of #988A79

#988A79
(152,138,121)
#A19485
(161,148,133)
#AA9E91
(170,158,145)
#B3A89D
(179,168,157)
#BCB2A9
(188,178,169)
#C5BCB5
(197,188,181)
#CEC6C1
(206,198,193)
#D7D0CD
(215,208,205)
#E0DAD9
(224,218,217)
#E9E4E5
(233,228,229)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988A79 color. Also use rgb(152,138,121) instead hex code.

Text Font Color

.myTextColor { color: #988A79; }

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

This text font color is #988A79.

Background Color

.myBgColor { background-color: #988A79; }

<div style="background-color:#988A79">Inner text</div>

This div background color is #988A79.

Border color

.myBorderColor { border: 1px solid #988A79; }

<div style="border:3px solid #988A79">Div</div>

This div border color is #988A79.

Opacity

.myOpacity80 { color: #988A79; opacity: 0.8; }

<p style="color:#988A79;opacity:0.8;">80%</p>

Text with #988A79 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 #988A79;}

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

This text has shadow with #988A79 color.


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

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

This text has shadow with #988A79 primary color and red secondary color.


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

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

This text has shadow with #988A79 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #988A79.

Preview

Color preview on black background

This text has color #988A79 on black background.


Color preview on white background

This text has color #988A79 on white background.


Black color preview on #988A79 background

This text has black color on #988A79 background.


White color preview on #988A79 background

This text has white color on #988A79 background.


Related colors

Complementary color

Complementary color for #hex is #677586.


I love getcolorcode.com

Triadic colors

1 #79988A and #8A7998 with #988A79 are triadic colors.

2 #798A98 and #8A9879 with #988A79 are triadic colors.